You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mary Joseph <jm...@novell.com> on 2008/01/12 10:27:34 UTC

Tomcat Standalone issue

 
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,

Re: Tomcat Standalone issue

Posted by David Smith <dn...@cornell.edu>.
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org