User: jules   
  Date: 00/11/09 17:10:11

  Added:       jetty    README TODO
  Log:
  JBoss/Jetty integration module
  
  Revision  Changes    Path
  1.1                  contrib/jetty/README
  
  Index: README
  ===================================================================
  
  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).
  
  Jetty is then able to providfe JBoss with the services of Servlet
  Container and HTTP Server.
  
  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
  
  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...
  
  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.
  
  PROBLEMS :
  
  Jetty questions should be directed to jetty-discuss @egroups.com
  JBoss questions should be directed to [EMAIL PROTECTED]
  I shall be happy to answer questions about the integration.
  
  
  
  
  Enjoy.
  
  
  Jules ([EMAIL PROTECTED])
  
  
  
  
  1.1                  contrib/jetty/TODO
  
  Index: TODO
  ===================================================================
  TODO:
  
  get tomcat-test.ear to build from jetty/src/build, with no need for tomcat
  get intra-vm optimisation
  
  
  
  
  

Reply via email to