Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Disable default start of Jetty.

You can disable the autostarting of the deafult instance by setting the framework property:
org.eclipse.equinox.http.jetty.autostart=false

-Simon

Inactive hide details for "Srijith Kochunni" ---10/10/2008 04:45:39 AM---Hi All, I want to use Jetty servlet container to host "Srijith Kochunni" ---10/10/2008 04:45:39 AM---Hi All, I want to use Jetty servlet container to host my servlets within OSGi, however, the equinox.http.jetty bundle see


From:

"Srijith Kochunni" <ksrijith@xxxxxxxxxx>

To:

<equinox-dev@xxxxxxxxxxx>

Date:

10/10/2008 04:45 AM

Subject:

[equinox-dev] Disable default start of Jetty.




Hi All,


I want to use Jetty servlet container to host my servlets within OSGi, however, the equinox.http.jetty bundle seems to start jetty by default on port 80, or the port specified by the org.osgi.service.http.port property in config.ini. However I want to programmatically start the Jetty on a my own port at runtime. I am able to use JettyConfigurator class for this purpose and am finding it convenient, however, I see that the default server instance still keeps running and I am unable to stop that from happening. Is there a way i could specify that the default server instance should not get started. ?


Thanks for your help in advance.


Thanks,
Srijith. _______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


GIF image

GIF image


Back to the top