Ok... so why are your trying to access your webapp on port 8080 when the connector is clearly configured for port 9010? Try http://ip:9010/index.html and change the port attribute in the <Connector.../> element if you are really after port 8080.

--David

Mary Joseph wrote:
I am facing a problem with tomcat not working as stand-alone . i had uncommented the <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="9010" minProcessors="5" maxProcessors="250" enableLookups="true"
      acceptCount="10" debug="99" connectionTimeout="0"
               useURIValidationHack="false"
               protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" 
/>
and tried to access my index.html as http://ip:8080/index.html However,the server is rejecting this request as 400. I got this problem only after upgrading to tomcat 4.1.36 from 4.1.34 Any idea what could be causing the problem or can anyone please help me debug this issue? Thanks in advance,



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to