User: user57  
  Date: 01/08/16 16:57:27

  Modified:    jetty/src/etc README
  Log:
   o Updated README for head, this file was moved.
  
  Revision  Changes    Path
  1.3       +29 -30    contrib/jetty/src/etc/README
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/src/etc/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README    2001/08/16 23:53:15     1.2
  +++ README    2001/08/16 23:57:27     1.3
  @@ -1,44 +1,43 @@
  ------------------------------------------------------------------------
  +JBoss-Jetty.
  +-----------
   
  -Un*x users:
  +This is a module that integrates intra-vm JBoss CVS with Jetty3 CVS
  +(jetty.mortbay.com).
   
  -run ./run.sh in this dir.
  +Jetty is then able to provide JBoss with the services of Servlet
  +Container and HTTP Server.
   
  -MS Users:
  +To INSTALL : (I'm assuming Un*x - Windows later..)
   
  -cd to ./jboss/bin and 'run.bat 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)
   
  -(please send me the equiv run.bat for this dir)
  +Uncomment the necessary Jetty stuff in
  +$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 :
   
  -For some Jetty doc and Demos run up JBoss-Jetty and hit:
  +Follow the instructions in contrib/tomcat to deploy and run the
  +tomcat-test.ear (WebApp and EJBs).
   
  -http://my-jboss-host:8080
  +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.
   
  -You can look around the MBeans running within Jetty by hitting :
  +PROBLEMS :
   
  -http://my-jboss-host:8082
  +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.
   
  -and looking at the 'Jetty' links...
   
  ------------------------------------------------------------------------
  +Enjoy.
   
  -Please post problems accordingly :
  -
  -Jetty (i.e. WAR, JSDK, HTTP) related -> [EMAIL PROTECTED]
  -
  -JBoss/Jetty Integration (Deployment etc...) related ->
  [EMAIL PROTECTED] (put 'Jetty' in your subject
  -line)
  -
  -JBoss (everything else) related -> [EMAIL PROTECTED]
  -
  ------------------------------------------------------------------------
  -
  -
  -Thanks for using JBoss-Jetty,
  -
  -
  -Jules (JBoss-Jetty maintainer) - [EMAIL PROTECTED]
  +Jules ([EMAIL PROTECTED]) - 11/11/2000
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to