Re: FTPSClient running under Tomcat 5.5 - SSLException

2009-07-13 Thread Evan Smith
, Evan Smith wrote: Holy smokes, the thing doesn't run at all if I turn the security manager on. No doubt I should be running with one, but I'm afraid that's chasing after an altogether different problem, at the moment. I'm hesitant to go fix that until I've figured out thi

Re: FTPSClient running under Tomcat 5.5 - SSLException

2009-07-13 Thread Evan Smith
first. Any other ideas? Thanks again, Evan On Jul 13, 2009, at 1:26 PM, Evan Smith wrote: Thanks for the response, Chris. No security manager, as I'm running into the errors in dev. I will try running it under a security manager, and explicitly configure catalina.policy to account for this

Re: FTPSClient running under Tomcat 5.5 - SSLException

2009-07-13 Thread Evan Smith
t 10:06 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Evan, On 7/10/2009 4:43 PM, Evan Smith wrote: What's puzzling is that I have tested this exact code inside and outside Tomcat, on several different machines. On every machine, it connects and lists files on

FTPSClient running under Tomcat 5.5 - SSLException

2009-07-10 Thread Evan Smith
I have a Java 1.5 application hosted in Tomcat 5.5, and am using Spring 2.0. The application has a wired controller that references an instance of org.apache.commons.net.ftp.FTPSClient (commons-net-2.0). On request, this controller should trigger a new FTP connection over SSL to an externa