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 > > Shoul

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

2008-08-24 Thread Len Popp
Shouldn't the .jar file go in WEB-INF/lib? Where is the commons-fileupload.jar file? commons-io.jar should go in the same directory. .war and .jar files are the same as .zip files, so you can unpack them using any utility that unpacks .zip files. On Windows, the easiest way is to rename the file w

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

2008-08-24 Thread sam wun
Hi, I have downloaded commons-io-1.3.1.jar file and put it in the MET-INF\lib\ folder in Eclipse(3.4). Then I highlight the project name , right click it, select Export->War file to export the project into a war file. Have I missing any step? NOw I still getting the same errors. BTW, how

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