Skip to main content

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

Hi All,

Instead of creating new bundle i added one connector element in existing jetty.xml file which would now point to different http port say 50092 :)
So now jetty is running on 2 different ports 50091 & 50092 .

Best Regards,
mitul

On Mon, Mar 7, 2011 at 11:37 AM, Mitul Adhia <mituladhia19@xxxxxxxxx> wrote:
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