You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mufaddal Khumri <MK...@allegromedical.com> on 2005/04/08 22:57:32 UTC

RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body

I changed my Host definition to:

      <Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="true"
       antiJarLocking="true" antiResourceLocking="true"
       xmlValidation="false" xmlNamespaceAware="false">


No change. I use an ant script to war up mywebapp and copy it under
tomcat. The very first time I do this everything works fine. The second
time I try to deploy my war file Tomcat complains that it cannot find
the web.xml file. (I am tailing my stdout file).

Any clues?

-----Original Message-----
From: David Owens [mailto:David.Owens@ngt.com] 
Sent: Friday, April 08, 2005 1:47 PM
To: Tomcat Users List
Subject: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s)
list error in the Text body

Most likely a jar or resource file is locked, and tomcat cannot undeploy
the last app.  Try turning on antiJarLocking and antiResourceLocking.

|)ave

-----Original Message-----
From: Mufaddal Khumri [mailto:MKhumri@allegromedical.com] 
Sent: Friday, April 08, 2005 2:38 PM
To: Tomcat Users List
Subject: Tomcat 5.5 hot deploy question 

Hi,

>From what I understand if I want a webapp to be auto deployed from a war
file under tomcat I should have the following:

      <Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">
	...
	...
	</Host>

The problem is that when I copy a new mywebapp.war file in to tomcat I
see a half exploded Or deleted mywebapp folder. By this I mean that the
mywebapp folder contains only certain folders and files. 

Any clues as to why this maybe happening? Is tomcat holding on to some
jar files because some objects are being refrenced still or something
like that? I am guessing here wildly because I cant seem to resolve this
issue. What am I missing?

Thanks

------------------------------------------------------------------------
------------------
This email and any files transmitted with it are confidential 
and intended solely for the use of the individual or entity 
to whom they are addressed. If you have received this 
email in error please notify the system manager. Please
note that any views or opinions presented in this email 
are solely those of the author and do not necessarily
represent those of the company. Finally, the recipient
should check this email and any attachments for the 
presence of viruses. The company accepts no liability for
any damage caused by any virus transmitted by this email.
Consult your physician prior to the use of any medical
supplies or product.
------------------------------------------------------------------------
------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org