Re: WAR deployment incomplete (sometimes)

2007-05-11 Thread Johnny Kewl
- Original Message - From: "Michael Heinrichs" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, May 11, 2007 7:53 PM Subject: RE: WAR deployment incomplete (sometimes) That bug refers to a ROOT.war t

RE: WAR deployment incomplete (sometimes)

2007-05-11 Thread Michael Heinrichs
-- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 1:13 PM To: Tomcat Users List Subject: Re: WAR deployment incomplete (sometimes) HEY! wots this. ROOT.war does not unpack http://issues.apache.org/bugzilla/show_bug.cgi?id=36887 Its a reported bug?? - Ori

RE: WAR deployment incomplete (sometimes)

2007-05-11 Thread Caldarale, Charles R
> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Subject: Re: WAR deployment incomplete (sometimes) > > HEY! wots this. ROOT.war does not unpack > http://issues.apache.org/bugzilla/show_bug.cgi?id=36887 > > Its a reported bug?? It's not a bug - it was use

Re: WAR deployment incomplete (sometimes)

2007-05-11 Thread Johnny Kewl
AR expansion. -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 4:46 AM To: Tomcat Users List Subject: Re: WAR deployment incomplete (sometimes) Hi Michael... shame still struggling with this. One thing you not telling us is wot is packaging the WA

Re: WAR deployment incomplete (sometimes)

2007-05-11 Thread Johnny Kewl
me... - Original Message - From: "Michael Heinrichs" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, May 11, 2007 3:17 PM Subject: RE: WAR deployment incomplete (sometimes) The WAR file is being generated by the Ant WAR task (Ant 1.6.5). I'm d

Re: WAR deployment incomplete (sometimes)

2007-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, Michael Heinrichs wrote: > The WAR file is being generated by the Ant WAR task (Ant 1.6.5). > > I'm don't want to rule anything out, but if the WAR file is bad, I would > expect the deployment to fail every time, or when it does fail, always

RE: WAR deployment incomplete (sometimes)

2007-05-11 Thread Michael Heinrichs
om: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 4:46 AM To: Tomcat Users List Subject: Re: WAR deployment incomplete (sometimes) Hi Michael... shame still struggling with this. One thing you not telling us is wot is packaging the WAR. A WAR is basically a zip... but I do know t

Re: WAR deployment incomplete (sometimes)

2007-05-11 Thread Johnny Kewl
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: WAR deployment incomplete (sometimes) Th

RE: WAR deployment incomplete (sometimes)

2007-05-10 Thread Michael Heinrichs
Thanks for your comments, I have a collected a second data point, which shows that the WAR does not stop unpacking at the same point every time. The first recorded incident was on Solaris, and this second incident was on Windows. Again, there was no exception or error message in the Tomcat logs.

Re: WAR deployment incomplete (sometimes)

2007-05-10 Thread Xapp
issue occurs on windows, linux and solaris. Manual unpacking of WAR (jar -xf ROOT.war) does not fail; all files are correctly unpacked. Thanks though. (P.S. I work with OP) Johnny Kewl wrote: > > Try rename it to a zip... and the unzip it or see wot windows does? > > -- View this message

Re: WAR deployment incomplete (sometimes)

2007-05-10 Thread Pid
Johnny Kewl wrote: I hope you don't have the above in your web.xml, since the element doesn't go there. And, of course, having a path attribute in a element is not valid unless the is in server.xml, which is strongly discouraged. - Chuck I'm starting to hear an 'Intel'-like jingle...

Re: WAR deployment incomplete (sometimes)

2007-05-10 Thread Johnny Kewl
ubject: RE: WAR deployment incomplete (sometimes) From: Johnny Kewl [mailto:[EMAIL PROTECTED] Subject: Re: WAR deployment incomplete (sometimes) Found this article. http://archives.devshed.com/forums/java-118/missing-application-web-xml- 1620719.html Which, unfortunately, came to what I think wa

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Caldarale, Charles R
> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Subject: Re: WAR deployment incomplete (sometimes) > > Found this article. > http://archives.devshed.com/forums/java-118/missing-application-web-xml- 1620719.html Which, unfortunately, came to what I think was the wrong conclus

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Johnny Kewl
chael Heinrichs" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 09, 2007 9:30 PM Subject: RE: WAR deployment incomplete (sometimes) I thought I was being clear, but I will try again. Tomcat is not running. In the scenario where the deployment has fai

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Johnny Kewl
s" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 09, 2007 9:30 PM Subject: RE: WAR deployment incomplete (sometimes) I thought I was being clear, but I will try again. Tomcat is not running. In the scenario where the deployment has failed, Tomcat has ne

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Johnny Kewl
;[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 09, 2007 7:36 PM Subject: RE: WAR deployment incomplete (sometimes) I don't see a consistent pattern, but it definitely happens on first deployment. In my scenario, Tomcat is installed as part of a larger product

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
ECTED] Sent: Wednesday, May 09, 2007 3:17 PM To: Tomcat Users List Subject: Re: WAR deployment incomplete (sometimes) here is what happens, your start copying in a large .war file, tomcat detects this file before the upload is complete and starts expanding it, tomcat receives a ZipFileCorrupted erro

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Filip Hanik - Dev Lists
expanded WAR directory - start Tomcat - verify WAR expansion The deployment never failed under these test conditions. -Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 11:39 AM To: Tomcat Users List Subject: Re: WAR deployment incomplete (some

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Johnny Kewl
will work. - Original Message - From: "Michael Heinrichs" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 09, 2007 5:27 PM Subject: RE: WAR deployment incomplete (sometimes) I forgot to mention that (should it matter) I am running Tomcat 5.5.1

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Michael Heinrichs
eployment never failed under these test conditions. -Original Message- From: David Kerber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 11:39 AM To: Tomcat Users List Subject: Re: WAR deployment incomplete (sometimes) I've occasionally seen this on 5.5.15 on Windows, bu

RE: WAR deployment incomplete (sometimes)

2007-05-09 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: WAR deployment incomplete (sometimes) > > try > %CATALINA_HOME%\conf\context.xml > Those settings only affect Windows installations, and the OP clearly stated that the problem occurs on Solaris and Linux as well

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread David Kerber
I've occasionally seen this on 5.5.15 on Windows, but 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:

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Martin Gainty
try %CATALINA_HOME%\conf\context.xml link courtesy of erik burke http://stuffthathappens.com/blog/2006/01/18/tomcat-hot-deployment/ HTH/ M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addre

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 ev

Re: WAR deployment incomplete (sometimes)

2007-05-09 Thread Johnny Kewl
Try rename it to a zip... and the unzip it or see wot windows does? - Original Message - From: "Michael Heinrichs" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 09, 2007 4:43 PM Subject: WAR deployment incomplete (sometimes) Hello everyone, I am having a problem with WAR deployment.