Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Jetty6 to Jetty9 Migration

Hi ,

I have a request. I 'm migrating the application from Jetty6 to jetty9. In the Jetty6 code , I have done the following changes ::

WebAppDeployer ---> changed to WebAppProvider.Jetty9

SelectChannelConnector --> changed to ServerConnector

Also setContexts() method is not available in WebAppProvider, Do we need to have any alternate?.How we set context in Jetty9 ?.

Do we need to use Deploymentmanager along with WebAppProvider in Jetty9 ?
My application uses AAR file('Axis Archive') and SOAP webservices.
Still i have no luck, could you please help me ?.
only 5 lines of code I need to re-write in jetty9.

Thanks,
Arun

Back to the top