On Mon, Oct 20, 2008 at 9:44 PM, Niklas Gustavsson <[EMAIL PROTECTED]> wrote: > On Mon, Oct 20, 2008 at 9:22 PM, Sisk, Brad <[EMAIL PROTECTED]> wrote: >> Of course, this makes it useless for enterprise applications, which >> don't provide a way to remotely call a main() method in a Main class. >> Spring has no way to, for the same reason. The FtpServer instance Can be >> instantiated, and Can be started---it just will never accept any >> connections. > > Can you please stop spreading FUD. There has been several attempts to > show you ways to do this, all of which are used by other users of > FtpServer. Successfully. You won't get a lot of help by spreading > misinformed rumors around here. I've asked you several times for your > configuration and code in an attempt to help you, but to no avail.
Here's one last attempt to help you. Here you will find a merge of David's FtpServer Spring in WAR example and mine. It runs FtpServer inside a WAR, loaded from a Spring config file, using SSL (explicit mode). Works like a charm on Jetty, if you have any problem running it, please file a JIRA issue. http://svn.apache.org/repos/asf/mina/ftpserver/trunk/examples/ftpserver-example-spring-war/ /niklas
