Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Johnny Kewl
ohnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 15, 2007 12:50 AM Subject: Re: Redeploy issues loading contents from some .jar at WEB-INF/lib --- HARBOR: http://coolharbor

Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Johnny Kewl
nardo Pinho" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 14, 2007 11:10 PM Subject: RE: Redeploy issues loading contents from some .jar at WEB-INF/lib I guess not, because I'm doing the redeploy manually and just after the transfer is completed. The autoDeploy feature is o

RE: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Leonardo Pinho
nardo Caldarale, Charles R wrote: > >> From: Leonardo Pinho [mailto:[EMAIL PROTECTED] >> Subject: Re: Redeploy issues loading contents from some .jar >> at WEB-INF/lib >> >> I found other post with the same error and no solution: > > I wonder if this is the sa

RE: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Caldarale, Charles R
> From: Leonardo Pinho [mailto:[EMAIL PROTECTED] > Subject: Re: Redeploy issues loading contents from some .jar > at WEB-INF/lib > > I found other post with the same error and no solution: I wonder if this is the same problem someone else commented on earlier today: deploymen

Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Leonardo Pinho
I found other post with the same error and no solution: http://www.nabble.com/war-redeployment-problem-tf55365.html#a148508 Thanks, Leonardo Leonardo Pinho wrote: > > Hi, > > I'm getting some errors when I do redeploy of a spring application at > Tomcat. This web app loads some content from

Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Leonardo Pinho
Hi Chris, >> I thought you said that the redeploy only works if you do /not/ update >> the JAR file inside the WAR. Did I misread? >> If you redeploy the WAR file with an /updated/ JAR file, the auto-deploy >> fails (this was your original complaint). If you simply restart Tomcat >> at that

Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonardo, Leonardo Pinho wrote: > I guess not because the jar is inside of the WAR and, besides that, as I > said if I just restart Tomcat it works (using the same WAR and JAR file). > So, I'm sure that is not related to corrupted data. I thought you

Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Leonardo Pinho
>> Is it possible that your new version of common.jar is corrupted? >> Possibly by using ASCII FTP transfer instead of BINARY or something like >> that? I guess not because the jar is inside of the WAR and, besides that, as I said if I just restart Tomcat it works (using the same WAR and JAR file

RE: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Leonardo Pinho
>> This message indicates that the ZIP (jar) file is corrupted, or at least >> the ZIP library thinks it is. There are two ways of accessing a ZIP >> file: sequentially, starting at the beginning, or randomly using the TOC >> at the end of the file. This message only occurs when using the TOC.

RE: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Caldarale, Charles R
> From: Leonardo Pinho [mailto:[EMAIL PROTECTED] > Subject: Redeploy issues loading contents from some .jar at > WEB-INF/lib > > I'm getting some errors when I do redeploy of a spring > application at Tomcat. This web app loads some content > from a jar file (at WEB-INF/lib/common.jar): > > ja

Re: Redeploy issues loading contents from some .jar at WEB-INF/lib

2007-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonardo, Leonardo Pinho wrote: > - If I just redeploy, without update the WAR, it works! > > - If I update the WAR (some servlet code p.ex.) without update common.jar > (keep the same jar) and redeploy, it works! > > - If I update the WAR and updat