RE: [OT] Tomcat not extracting war

2002-10-23 Thread Mark Silva
[mailto:jmitchtx;telocity.com] Sent: Tuesday, October 22, 2002 7:09 PM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war If yes, verigy that the Account it is running under has authorized ^ That's verify. No, I wasmn't drikin wen I rote that ;) James Mitchell

RE: [OT] Tomcat not extracting war

2002-10-22 Thread Mark Silva
java.security.SecureRandom 2 thanks, mark -Original Message- From: Sean Harrison [mailto:sharrison;licor.com] Sent: Friday, October 18, 2002 2:21 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Tomcat not extracting war Mark, If you're getting a FileNotFoundException when Tomcat tries to unpack the war file

RE: [OT] Tomcat not extracting war

2002-10-22 Thread James Mitchell
about the former. - Albert Einstein (1879-1955) -Original Message- From: Mark Silva [mailto:msilva;authenex.com] Sent: Tuesday, October 22, 2002 4:09 PM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war took me a while to get back to testing this out

RE: [OT] Tomcat not extracting war

2002-10-22 Thread James Mitchell
not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] Sent: Tuesday, October 22, 2002 9:58 PM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war If this is really due to: 2002-10-22 13

RE: [OT] Tomcat not extracting war

2002-10-18 Thread Kevin A. Smith
We had a very similar problem at my office. Turns out that Tomcat _really_ does not like WAR files that are missing their manifests. You might take a look at that. . . --Kevin -Original Message- From: Mark Silva [mailto:msilva;authenex.com] Sent: Friday, October 18, 2002 1:34 PM To:

RE: [OT] Tomcat not extracting war

2002-10-18 Thread James Mitchell
[mailto:KevinA.Smith;sas.com] Sent: Friday, October 18, 2002 1:38 PM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war We had a very similar problem at my office. Turns out that Tomcat _really_ does not like WAR files that are missing their manifests. You might take a look

RE: [OT] Tomcat not extracting war

2002-10-18 Thread Mark Silva
that parameter was not set at all. i have set it now, but it still doesnt extract. -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] Sent: Friday, October 18, 2002 10:41 AM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war You also might

RE: [OT] Tomcat not extracting war

2002-10-18 Thread Mark Silva
running a jar -tvf, i see that the manifest is there. i even generated the war again! -mark -Original Message- From: Kevin A. Smith [mailto:KevinA.Smith;sas.com] Sent: Friday, October 18, 2002 10:38 AM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war We had

RE: [OT] Tomcat not extracting war

2002-10-18 Thread James Mitchell
not extracting war that parameter was not set at all. i have set it now, but it still doesnt extract. -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] Sent: Friday, October 18, 2002 10:41 AM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war

RE: [OT] Tomcat not extracting war

2002-10-18 Thread Mark Silva
additional files to ${dist.home} as necessary -- /target -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] Sent: Friday, October 18, 2002 10:57 AM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war How are you packing the war file? James Mitchell

RE: [OT] Tomcat not extracting war

2002-10-18 Thread James Mitchell
: Mark Silva [mailto:msilva;authenex.com] Sent: Friday, October 18, 2002 2:01 PM To: Struts Users Mailing List Subject: RE: [OT] Tomcat not extracting war using an ant directive. looks like this: target name=war depends=clean,compile description=Create war distribution file

Re: [OT] Tomcat not extracting war

2002-10-18 Thread Sean Harrison
Mark, If you're getting a FileNotFoundException when Tomcat tries to unpack the war file, check the permissions of your webapps directory. I had the same problem. I resolved it by giving the tomcat4 group write permissions to the webapps directory so it could create the necessary