Paul Benedict wrote:
I am unable to have Tomcat delete the physical directory of my webapp
when I undeploy from Tomcat Manager. My application gets undeployed,
but there is a lock is on the struts2-core library. Anyone encounter
this problem? I am using 2.0.11.2 and Tomcat 6.0.16.

Paul

Yes. I don't think there's a work-around in 2.0. I think there's an issue in JIRA and recall it relates to the threadlocal ActionContext not being released.

A work-around was applied to the FilterDispatcher in 2.1 that would force it to release the ActionContext.

Sounds like you're using windows. On that platform I always perform an undeploy, stop, then a reliable delete, then start, then deploy. Linux platforms don't experience the same file locking issue.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to