I have been attempting to incorporate FtpServer into a current spring-based project that I have, and have run into some problems. Although I have a configuration file that works using the stand-alone script, it does not seem to start a server (or at least does not seem to listen on the designated port) when incorporated into my project. I can see a spring diagnostic message saying it is reading the xml file, and that the singletons are created - but nothing obvious indicating why it is not listening to the port.
Any suggestions for the best way to diagnose startup problems of this sort? Thanks! Allen
