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
element if you are really after port 8080.
--David
Mary Joseph wrote:
I am facing a problem with tomca
I am facing a problem with tomcat not working as stand-alone .
i had uncommented the
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