User: jules_gosnell Date: 02/04/10 15:39:26 Modified: jetty FAQ Log: update Revision Changes Path 1.5 +12 -9 contrib/jetty/FAQ Index: FAQ =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/FAQ,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- FAQ 7 Mar 2002 00:50:30 -0000 1.4 +++ FAQ 10 Apr 2002 22:39:26 -0000 1.5 @@ -78,6 +78,9 @@ 2. The proprietary JBoss extension - put a jboss-web.xml into your .war's WEB-INF directory and specify the context root in that. +3. A Tomcat-ism. Call the file ROOT.war and deploy this standalone - +i.e. without a surrounding ear. + How do I configure the Jetty Service ? -------------------------------------- @@ -93,7 +96,6 @@ API, so have your JavaDoc to hand - for further info see jetty.mortbay.org. - I want to use Virtual Hosts --------------------------- @@ -115,12 +117,6 @@ <We need a link to Mortbay here> -I want to integrate JBoss/Jetty with Apache (or another WebServer) ------------------------------------------------------------------- - -<another link to Mortbay here> - - I want to use JAAS ------------------ @@ -131,7 +127,13 @@ I want to run on 80, not 8080 ----------------------------- -<another link to Mortbay> +http://jetty.mortbay.com/jetty/doc/User80.html + + +I want to run with Apache +------------------------- + +http://jetty.mortbay.com/jetty/doc/JettyWithApache.html So - tell me about Distributed HttpSessions... @@ -195,7 +197,8 @@ Where can I go for Jetty help? ------------------------------ - +Jetty FAQ - http://jetty.mortbay.com/jetty/doc/index.html +Jetty Site - http://jetty.mortbay.org/jetty/index.html [EMAIL PROTECTED] www.jboss.org/forums/?????
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
