pier        01/08/06 14:26:11

  Modified:    webapp   README.txt
  Log:
  Describe what's up with --with-tomcat in the configure script.
  
  Revision  Changes    Path
  1.13      +7 -7      jakarta-tomcat-connectors/webapp/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- README.txt        2001/07/26 17:27:01     1.12
  +++ README.txt        2001/08/06 21:26:10     1.13
  @@ -52,17 +52,17 @@
       --with-java[=JAVA_HOME]
           Compile also the Java portion of WebApp. If the JAVA_HOME variable
           is not set in your environment, you'll have to specify the root
  -        path of your JDK installation on this command line. To compile
  -        the Java classes, you will need to set your CLASSPATH variable to
  -        include the "catalina.jar" and "servlet.jar" distributed with
  -        Tomcat 4.0. For example:
  -          # CLASSPATH=$CATALINA_HOME/server/lib/catalina.jar
  -          # CLASSPATH=$CLASSPATH:$CATALINA_HOME/common/lib/servlet.jar
  -          # export CLASSPATH
  +        path of your JDK installation on this command line.
           This will generate a new "warp.jar" file in the "java" directory
           that you must use instead of the one provided with the default
           Tomcat distribution. For example:
             # mv ./java/warp.jar $CATALINA_HOME/server/lib/warp.jar
  +
  +    --with-tomcat[=TOMCAT_HOME]
  +        When compiling the Java portion of WebApp, you will also need to
  +        specify where a Tomcat 4.0 distribution can be found. This will
  +        automatically set up your CLASSPATH environment with the required
  +        JAR files included with Tomcat 4.0.
   
       --enable-debug
           Enable compiled-in debugging output. Using this option the WebApp
  
  
  

Reply via email to