After spending many hours with this I found a solution that I do not
understand.
I removed following doctype definition from tiles-defs.xml
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
Why does this result in locking struts.jar ?
I tried also to use a local dtd without success.
Michael
From: Michael Heinen [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 15. Juli 2008 14:20
To: MyFaces Discussion
Subject: unbdeploy WepApp - struts.jar locked
Hi all,
I have a problem with undeploying my JSF WebApp which is (most likely)
not MyFaces specific.
My App runs under Tomcat 5.5.26 using Tiles for templating and therefore
struts.jar is under webInf\lib.
The file struts.jar is always locked after undeploying the WepApp via
Tomcat manager app.
All other jars can be deleted but this one not.
I don't want to use the antiJARLocking attribute for the context.
Any ideas ?
Michael