I downloaded apache-tomcat-6.0.16 and ran the startup.bat. I could see the
page display at http://localhost:8080/

Later, I configured the same in eclipse 3.4 and started the tomcat using
eclipse.Eclipse started the tomcat with no exception.
However, when I go to the page at http://localhost:8080/ I see HTTP Status
404 error.

The plugin you use inside Eclipse starts Tomcat with a different configuration including an "empty" ROOT context. If you develop with the WTP plugin, look at

<workspace>\.metadata\.plugins\org.eclipse.wst.server.core

and than for example

\tmp0\conf\server.xml

or

\tmp0\wtpwebapps

Ingmar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to