User: jules   
  Date: 00/11/11 02:55:59

  Modified:    jetty    README
  Log:
  Fix 'client' target to build tomcat-test.ear from ../tomcat !
  
  Revision  Changes    Path
  1.2       +13 -19    contrib/jetty/README
  
  Index: README
  ===================================================================
  RCS file: /products/cvs/ejboss/contrib/jetty/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README    2000/11/10 01:10:10     1.1
  +++ README    2000/11/11 10:55:59     1.2
  @@ -10,25 +10,21 @@
   
   To INSTALL : (I'm assuming Un*x - Windows later..)
   
  -cd jboss/contrib (I'm assuming you have cvs jboss and contrib installed and built)
  -gzip -cd <somewhere>/jboss-jetty.tgz | tar xvf -
  -cd jetty/src/build
  -export JETTY_HOME=<your Jetty3 installation>
  -export JBOSS_HOME=<your JBoss installation (if CVS with ./dist>
  -sh ./build.sh install
  -
  -patch Jetty stuff from <contrib>/jetty/etc/run.sh to <jboss_home>/dist/bin/run.sh
  -patch Jetty stuff from <contrib>/jetty/etc/jboss.conf to 
<jboss_home>/dist/conf/default/jboss.conf
  -ensure that the Arg url for JettyService in jboss.conf points to 
<contrib>/jetty/etc/demo.xml
  -ensure that org.jboss.deployment.J2eeDeployer last Arg is changed to : 
:service=Jetty
  +cd contrib/jetty/src/build
  +(set up JBOSS_HOME and JETTY_HOME)
  +sh ./build.sh install (installs jetty-service.jar in jboss tree)
  +sh ./build.sh client  (builds contrib/jetty/tomcat-test.ear)
  +
  +Uncomment the necessary Jetty stuff in
  +$JBOSS_HOME/dist/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.
   
  -start jboss via run.sh and mail [EMAIL PROTECTED] and tell me it isn't 
working !
  -
   To TEST :
   
  -Jetty should happily run the tomcat-test.ear from contrib/jetty/etc
  -(sources for this are in contrib-cvs-sources.zip). Follow the
  -instructions therein to deploy it...
  +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
  @@ -41,10 +37,8 @@
   I shall be happy to answer questions about the integration.
   
   
  -
  -
   Enjoy.
   
   
  -Jules ([EMAIL PROTECTED])
  +Jules ([EMAIL PROTECTED]) - 11/11/2000
   
  
  
  

Reply via email to