That fixed it.  Thanks a ton for the quick response and solution.

-blair

On 9/28/06, Mark Thomas <[EMAIL PROTECTED]> wrote:

Blair Cruz wrote:
> No tcnative-1.dll found anywhere on my machine.
>
> -blair

I am pretty sure this won't be a native issue.

It is almost certainly a windows file locking issue. Due to the way one
of the libraries (Xerces? - I can't remember the details) opens files
Windows locks the files and they stay that way until the JVM shuts down.
This causes issues with undeploy (the files can't be deleted, subsequent
deploys fail etc). Linux does not have the locking problem.

Tomcat includes optional features to work around these issues. See
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
You want antiJARLocking or antiResourceLocking

HTH,

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to