Re: errors in deploying war file to tomcat 5.5

2008-08-28 Thread Konstantin Kolinko
Hi, sam wun! It is https://issues.apache.org/bugzilla/show_bug.cgi?id=44463 The problem is in the manager application, not in yours. The commons-io*.jar should be placed into {your tomcat 5.5 installation folder}/server/webapps/manager/WEB-INF/lib Best regards, Konstantin Kolinko 2008/8/23

Re: Re: errors in deploying war file to tomcat 5.5

2008-08-24 Thread sam wun
- Original Message - From: Edoardo Panfili Sent: 24/08/08 02:28 am To: Tomcat Users List Subject: Re: errors in deploying war file to tomcat 5.5 Edoardo Panfili ha scritto: sam wun ha scritto: Hi, I tried to deploy a war file (built from Eclipse in windows

Re: Re: errors in deploying war file to tomcat 5.5

2008-08-24 Thread sam wun
to see the content of the war file I built from Eclipse? Thanks - Original Message - From: Edoardo Panfili Sent: 24/08/08 02:28 am To: Tomcat Users List Subject: Re: errors in deploying war file to tomcat 5.5 Edoardo Panfili ha scritto: sam wun ha scritto: Hi, I

Re: Re: errors in deploying war file to tomcat 5.5

2008-08-24 Thread Len Popp
To: Tomcat Users List Subject: Re: errors in deploying war file to tomcat 5.5 Edoardo Panfili ha scritto: sam wun ha scritto: Hi, I tried to deploy a war file (built from Eclipse in windows) into tomcat 5.5(in linux). I got the following errors: Aug 24, 2008 12:32:46 PM

Re: Re: Re: errors in deploying war file to tomcat 5.5

2008-08-24 Thread sam wun
Hi, In said, I have putĀ  the commons-io-1.3.1.jar file in the WEB-INF/lib/ directory. Thanks. - Original Message - From: Len Popp Sent: 25/08/08 01:32 am To: Tomcat Users List Subject: Re: Re: errors in deploying war file to tomcat 5.5 Shouldn't the .jar file go in WEB

Re: errors in deploying war file to tomcat 5.5

2008-08-23 Thread Len Popp
From the stack trace, it looks like you're missing commons-io.jar, or it's the wrong version. commons-io.jar is required by commons-fileupload.jar. Make sure you have the correct versions of both of those files. -- Len On Sat, Aug 23, 2008 at 10:53, sam wun [EMAIL PROTECTED] wrote: Hi, I

Re: errors in deploying war file to tomcat 5.5

2008-08-23 Thread Edoardo Panfili
sam wun ha scritto: Hi, I tried to deploy a war file (built from Eclipse in windows) into tomcat 5.5(in linux). I got the following errors: Aug 24, 2008 12:32:46 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: init: Associated with Deployer

Re: errors in deploying war file to tomcat 5.5

2008-08-23 Thread Edoardo Panfili
Edoardo Panfili ha scritto: sam wun ha scritto: Hi, I tried to deploy a war file (built from Eclipse in windows) into tomcat 5.5(in linux). I got the following errors: Aug 24, 2008 12:32:46 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: init: Associated with