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:37:32 UTC

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