Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Running jetty on 2 different http ports

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


Back to the top