The configuration for embedding the FTP server into ServiceMix
3.6.0-fuse-00-89 is the following:
http://mina.apache.org/ftpserver/spring/v1";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://mina.apache.org/ftpserver/spring/v1
http:
Thanks for closing the loop. Probably a good choice.
On Tue, Jun 25, 2013 at 1:26 AM, cristisor wrote:
> We have decided to go with an embedded Apache MINA FtpServer for increased
> performance and scalability. I think that the FtpServer is lighter than an
> embedded Jetty server and it servers
We have decided to go with an embedded Apache MINA FtpServer for increased
performance and scalability. I think that the FtpServer is lighter than an
embedded Jetty server and it servers our needs perfectly.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Using-BlobMessag
I managed to deploy a component bean like this:
http://servicemix.apache.org/bean/1.0";>
and inside I start a Jetty server:
package com.rs.sw.nec;
import org.mortbay.jetty.bio.SocketConnector;
import org.mortbay.jetty.webapp.WebAppContext;
import org.mortbay.jetty.Connector;
import org.mor