WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
Hello everyone, I am having a problem with WAR deployment. I am performing a static deployment: copying a ROOT.war under the webapps directory, and then starting Tomcat (no other web applications). On most occasions, the deployment is successful. However, occasionally the deployment does not su

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
I forgot to mention that (should it matter) I am running Tomcat 5.5.17, on JRE version 1.4.2_12. -Original Message- From: Michael Heinrichs [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 10:43 AM To: users@tomcat.apache.org Subject: WAR deployment incomplete (sometimes) Hello

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
t never thought much of it, just assuming it was a random glitch. It seems to be more common for me when I restart it quickly after stopping, and less often if I let it sit for 30 seconds or so before restarting. Michael Heinrichs wrote: >I forgot to mention that (should it matter) I am run

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
r (as the upload hasn't completed) and aborts the deployment you need to work around the fact that your upload is "taking time" Filip Michael Heinrichs wrote: > I don't see a consistent pattern, but it definitely happens on first > deployment. In my scenario, Tomcat i

RE: WAR deployment incomplete (sometimes)

2007-05-10 Thread Michael Heinrichs
gered by such things as JARs larger than 2GB (large file support), and JARs with more than 64,000 entries, but none of the bugs apply to my situation. -Original Message- From: Michael Heinrichs [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 10:43 AM To: users@tomcat.apache.org Su

RE: WAR deployment incomplete (sometimes)

2007-05-11 Thread Michael Heinrichs
ile. Super Compression is a recent addition to Java maybe the jre u using is just when it was introduced ie the dev environment is higher version than the runtime env. I dont think 23mb should be any problem for a zip... - Original Message - From: "Michael Heinrichs" <[EMAIL

RE: WAR deployment incomplete (sometimes)

2007-05-11 Thread Michael Heinrichs
ie the dev environment is higher version than the runtime env. I dont think 23mb should be any problem for a zip... - Original Message - From: "Michael Heinrichs" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, May 10, 2007 9:33 PM Subject: RE: WA