[Geoserver-devel] [jira] Created: (GEOS-2604) Unable to connect to geoserver hosted on my virtual dedicated server

Unable to connect to geoserver hosted on my virtual dedicated server
--------------------------------------------------------------------

                 Key: GEOS-2604
                 URL: http://jira.codehaus.org/browse/GEOS-2604
             Project: GeoServer
          Issue Type: Wish
          Components: WMS
    Affects Versions: 1.7.2
            Reporter: Joe Singer
            Assignee: Andrea Aime
            Priority: Minor

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>
'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira