Hi Mark,

I went through the link given by you. Also checked for
permissions of "webapps" folder (guess things are
fine). The link is for Tomcat 5.5 but I'm working with
Tomcat 4.3.1 .

The context entry put by tomcat, for app1, when
deploying the application is:
        <Context
className="org.apache.catalina.core.StandardContext"
crossContext="false" reloadable="false"
mapperClass="org.apache.catalina.core.StandardContextMapper"
useNaming="true" debug="0" swallowOutput="false"
privileged="false" displayName="app1"
wrapperClass="org.apache.catalina.core.StandardWrapper"
docBase="C:\Program Files\Apache Group\Tomcat
4.1\webapps\app1" cookies="true" path="/app1"
cachingAllowed="true"
charsetMapperClass="org.apache.catalina.util.CharsetMapper"
workDir="work\Standalone\localhost\app1">
        </Context>



In addition I just want to mention that I installed
Tomcat 5.5 and ran deploy and undeploy targets on it
and everything works fine there.

But I'm getting the problem only in Tomcat 4.1.3 ...
How can this happen?

Thank you,
Venkatesh




--- Mark Thomas <[EMAIL PROTECTED]> wrote:

> Marc Farrow wrote:
> > Which still implies a permission problem.  On
> Windows 2000 check the
> > security tab of the webapps folder under Tomcat. 
> Make sure the account
> > that
> > is running Tomcat has permission to "delete".  The
> "archive" set is the
> > file
> > type and doesn't really have much to do with
> permissions.
> 
> More likely to be file locking. There are a couple
> of context settings
> that might help you work around this. Look at
>
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
> and search
> for antiJARLocking and antiResourceLocking
> 
> As far as I recall there is an issue with one of the
> xml parsers that
> when it accesses resources from a war keeps a lock
> on the file. This
> only happens on Windows.
> 
> 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]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
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