Tomcat Standalone issue

2008-01-12 Thread Mary Joseph
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

Re: Tomcat Standalone issue

2008-01-12 Thread David Smith
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