Hi All, I am using fragment bundle approach to start the jetty on given port say 50091 .Jetty is embedded in equinox container . The approach is mentioned in http://blog.fnord.se/ STARTING AND CONFIGURING A JETTY 7 INSTANCE IN EQUINOX
Is is possible to start jetty on 2nd port say 50092 using the same approach . I tried creating the 2nd bundle say test and configure the jetty.xml their. When i started by application it first calls the FragmentActivator from jettyConfig bundle and then it calls the FragmentActivator class from test bundle . Can you help me on this ? Best Regards, Mitul
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
