Hi,
I’m using Eclipse 3.0.1 with an MyEclipse evaluation plugin (version 3.8.2) and as servlet engines Tomcat 4.1.31 and Resin 3.0.8
When I deploy my web application under Resin it’s Ok, I can test the application with the url
htt://localhost:8080/myWebApp
With Tomcat I have a problem: when deploying the application it seems to be ok. The plugin puts the directory in $CATALINA_HOME/webapps.
But when testing the url, tomcat doesn’t find my the context … (error 404) 😥
Can you tell me how to test my web application with Tomcat??
Thanks