Re: Tomcat 5.5.26 upload war problem

2008-05-24 Thread Jean-Pierre Astier
zilla/show_bug.cgi?id=44463 This was broken in 5.5.26 and will be fixed in 5.5.27. Regards, Rainer Caldarale, Charles R schrieb: From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.26 upload war problem I've recently upgraded my tomcat server from 5.5.20

Re: Tomcat 5.5.26 upload war problem

2008-04-08 Thread Rainer Jung
See http://issues.apache.org/bugzilla/show_bug.cgi?id=44463 This was broken in 5.5.26 and will be fixed in 5.5.27. Regards, Rainer Caldarale, Charles R schrieb: From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.26 upload war problem I've recently upgraded my t

RE: Tomcat 5.5.26 upload war problem

2008-04-07 Thread Caldarale, Charles R
> From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.26 upload war problem > > I've recently upgraded my tomcat server from 5.5.20 to 5.5.26. > java.lang.NoClassDefFoundError: org/apache/commons/io/output/ > DeferredFileOutputStream Looks like you

Tomcat 5.5.26 upload war problem

2008-04-07 Thread Jean-Pierre Astier
Hello, I've recently upgraded my tomcat server from 5.5.20 to 5.5.26. Now, when I want to upload my war application with tomcat manager to deploy my application, I've got this error message : java.lang.NoClassDefFoundError: org/apache/commons/io/output/ DeferredFileOutputStream org.apache.

Re: (FIXED) war problem

2006-10-31 Thread mast
i understand thanks for the tips problem solved - Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, October 31, 2006 11:56 PM Subject: Re: war problem --

Re: war problem

2006-10-31 Thread Christopher Schultz
Mast, > i put my war under the ROOT directory. Er! Wrong answer. The ROOT directory is the directory which contains the (expanded) ROOT webapp, not a directory where WAR files should be dropped in order to deply them as the root webapp. If you put a WAR file in there, Tomcat will ignore it. It wo

war problem

2006-10-31 Thread mast
Hi, i have read some documentation about automatically unpacking war file but i still have a problem with it, so i put in the host tag : unpackWARs="true" and then i put my war under the ROOT directory. and there it s not deployed but if i put it in the same directory of the ROOT it s deployed (bu