Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.7.2
-
Fix Version/s: None
-
Component/s: WMS
-
Labels:None
-
Number of attachments :
Description
I changed the host in my jetty.xml to my server's ip. If i connect to http://97.74.120.45:8080/geoserver on my server, it loads the splash screen, but the loading never progresses beyond 0%. If I getCapabilities it works just fine. Then when I try to connect to http://97.74.120.45:8080/geoserver from a remote computer, nothing happens! Please help me!!!!
'
<Call name="addConnector">
<Arg>
<New class="org.mortbay.jetty.nio.SelectChannelConnector">
<Set name="host"><SystemProperty name="jetty.host" default="97.74.120.45"/></Set>
<Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set>
<Set name="maxIdleTime">30000</Set>
<Set name="Acceptors">2</Set>
<Set name="confidentialPort">8443</Set>
</New>
</Arg>
</Call>
'
Hi Joe,
What happens if you go http://97.74.120.45:8080/geoserver/welcome.do directly? Do you see the regular admin interface?