I'm attempting to create an HTTP->FTP proxy servlet. The remote FTP server works fine and is accessible, in addition, the Java code I have (Commons Net) is able to connect fine to the remote FTP from eclipse.
The problem with connection timeouts only occurs when the same code is placed in a servlet within Tomcat. Initially, I was getting remote host timeout messages from FTPClient, but then nailed it down to timing out of the actual Socket creation. No security errors are thrown. I'm wondering if anyone had suggestions on how I could go about resolving this issue? Cheers! Jacob