Re: Tomcat & commons.net FTPClient

2007-08-24 Thread MARollins
DOH! Yes, it was a classloading problem. I had assumed the IDE had packaged commons net in the web app but it hadn't. MARollins wrote: > > Hi, > I've written an application to download and process a set of files using > commons.net FTPClient. This runs fine from in a

Tomcat & commons.net FTPClient

2007-08-24 Thread MARollins
Hi, I've written an application to download and process a set of files using commons.net FTPClient. This runs fine from in a standalone application. However, when I incorporate it into a web app (Tomcal/Struts/Spring) it fails on the constructor of FTPClient, ie. FTPClient ftp=new FTPClient();