> 6.0.25

An odd version...

> shutdown; rm
-rf webapps/appname work/* temp/*; startup.

Do you run rm -rf on Windows?

Note, that there is also the following file:
conf/Catalina/localhost/<appname>.xml   What is its modification time?
Is clock set up correctly on the machine?

> antiJARLocking="true" antiResourceLocking="true"

It would be better to test on some Linux machine. You won't be using
the above options on Solaris.

Also different end-of-line handling, '/' vs '\', file names, filename
case sensitivity may catch you.

>    <WatchedResource>build.txt</WatchedResource>

WatchedResource is used to reload a webapp (e.g. when editing
web.xml), not to redeploy it.  By the way, please create or edit your
webapp's META-INF/context.xml,  not the default one.


Are there any messages in the logs?

Are you using this webapps folder (e.g., Tomcat can be run with a
different CATALINA_BASE).


Best regards,
Konstantin Kolinko

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

Reply via email to