arjan.tijms schrieb:
I always just copy my web application statically to Tomcat's webapps directory ("$CATALINA_BASE/webapps") for the production server
Insufficient, as Chuck has pointed out: use the manager app.
and use MyEclipse for deployment during development.
If you use an Eclipse-managed Tomcat, you may then have to right-click on the Server entry in the Servers view and choose "Clean". You might want to check what's on the filesystem in the relevant directory before and after cleaning (using something like dir /s /b) so you understand what's going on. -- Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org