On Fri, May 15, 2009 at 11:05 AM, Petter Holone <[email protected]> wrote: > I am trying to start an FTP server on a Tomcat 6 server. I am not using any > frameworks such as spring etc. > > I made a web application and in it when it run this code: > > final FtpServerFactory serverFactory = new FtpServerFactory(); > > tomcat gets an exception: > > 15.mai.2009 10:48:57 org.apache.catalina.core.StandardContext loadOnStartup > SEVERE: Servlet /TelepayFTPServer threw load() exception > java.lang.IncompatibleClassChangeError: Implementing class
Which JARs do you embed into your WAR file (including versions)? /niklas
