tomcat 5 not deploying my war

2005-04-01 Thread teknokrat
I place my war in the webapps directory. tomcat 5.5.7 creates the 
directory and maybe a few others but it does not complete the job. 
Reloading etc does not fix this. there are no error messages given. 
Anyone have a clue what could be going on here?

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


RE: tomcat 5 not deploying my war

2005-04-01 Thread David Owens
If you had a webapp there before, the problem may be that it cannot
undeploy the previous one because one of the jar or resource files is
locked.  If this is the case, you can turn on anti jar locking.

Hope this helps.

|)ave

-Original Message-
From: teknokrat [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 01, 2005 3:24 AM
To: tomcat-user@jakarta.apache.org
Subject: tomcat 5 not deploying my war

I place my war in the webapps directory. tomcat 5.5.7 creates the 
directory and maybe a few others but it does not complete the job. 
Reloading etc does not fix this. there are no error messages given. 
Anyone have a clue what could be going on here?

thanks


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


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