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
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();