[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] I need to apply the working configuration for Tomcat into Jetty as part of Eclipse Indigo
|
The /META-INF/context.xml that you see in Tomcat is a Tomcat only file/feature.
As for Jetty 7+, you can have bundled xml files within the webapp that performs similar functions/features.
See docs about /WEB-INF/jetty-web.xml (for managing WebAppContext)
Example of WebAppContext configuration for managing the context path:
And for managing the JDNI resources, there's a /WEB-INF/jetty-env.xml
The older Jetty 6 documentation for these same features can be found at
--
Developer advice, services and support
from the Jetty & CometD experts
On Mon, Nov 12, 2012 at 7:58 PM, Rob Silver
<rss245@xxxxxxxxx> wrote:
It seems I am running jetty-6.1.x. which is built-in to Eclipse Indigo. Where can I find more information on adapting configuration files e.g context.xml file from a war folder which works in Tomcat 7.0.29
Is there any further documentation on this?
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users