User: jules
Date: 00/12/16 07:29:58
Modified: jetty README
Log:
Update README
Publish extractWars? interface to allow forced unpacking of WARs when deployed by
Jetty (This apparently makes JSP users happy!)
Revision Changes Path
1.4 +11 -10 contrib/jetty/README
Index: README
===================================================================
RCS file: /products/cvs/ejboss/contrib/jetty/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README 2000/11/15 23:27:53 1.3
+++ README 2000/12/16 15:29:58 1.4
@@ -2,8 +2,8 @@
JBoss-Jetty.
-----------
-This is a module that integrates intra-vm JBoss (CVS 8/11/2000 -
-www.jboss.org) with Jetty-3.0.0-RC4+ (jetty.mortbay.com).
+This is a module that integrates intra-vm JBoss CVS with Jetty3 CVS
+(jetty.mortbay.com).
Jetty is then able to provide JBoss with the services of Servlet
Container and HTTP Server.
@@ -16,23 +16,24 @@
sh ./build.sh client (builds contrib/jetty/tomcat-test.ear)
Uncomment the necessary Jetty stuff in
-$JBOSS_HOME/conf/default/jboss.conf - ensuring that
-org.jboss.deployment.J2eeDeployer's last Arg is changed to :
-:service=Jetty and that you set the Arg url for JettyService as
-suggested in the comment.
+$JBOSS_HOME/conf/default/jboss.conf and jboss.jcml - ensuring that you
+set up a ClassPathExtension pointing to Jetty's lib directory,
+org.jboss.deployment.J2eeDeployer's WarDeployerName Arg is changed to
+: :service=Jetty and that you set the Attribute url for JettyService
+as suggested in the comment.
To TEST :
Follow the instructions in contrib/tomcat to deploy and run the
tomcat-test.ear (WebApp and EJBs).
-To further test Jetty try hitting <jboss-host>:8080/. This will run
-the Jetty web-application, giving you access to the Jetty demo
-test-suite.
+To further test Jetty try hitting <jboss-host>:8080/ (If you haven't
+altered the port Jetty is configured to run on). This will run the
+Jetty web-application, giving you access to the Jetty demo test-suite.
PROBLEMS :
-Jetty questions should be directed to jetty-discuss @egroups.com
+Jetty questions should be directed to [EMAIL PROTECTED]
JBoss questions should be directed to [EMAIL PROTECTED]
I shall be happy to answer questions about the integration.