You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/11/07 10:16:24 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 confighowto.xml

hgomez      2002/11/07 01:16:24

  Modified:    jk/xdocs/jk2 confighowto.xml
  Log:
  Fix typos
  
  Revision  Changes    Path
  1.3       +22 -22    jakarta-tomcat-connectors/jk/xdocs/jk2/confighowto.xml
  
  Index: confighowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/confighowto.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- confighowto.xml	9 Oct 2002 13:01:29 -0000	1.2
  +++ confighowto.xml	7 Nov 2002 09:16:24 -0000	1.3
  @@ -35,7 +35,7 @@
   <p>
   jk2.properties:
   <source>
  -# The default port is 8009 but you can use onother one
  +# The default port is 8009 but you can use another one
   # channelSocket.port=8019
   </source>
   That is all needed on the Tomcat side to configure the JK2.
  @@ -43,7 +43,7 @@
   <p>
   workers2.properties:
   <source>
  -# Define the comunication channel 
  +# Define the communication channel 
   [channel.socket:localhost:8009]
   info=Ajp13 forwarding over socket
   tomcatId=localhost:8009
  @@ -78,30 +78,30 @@
   workers2.properties:
   <source>
   # Define the comunication channel 
  -[channel.jni:jni]
  -info=The jni channel, used if tomcat is started inprocess
  +[channel.jni:jni]
  +info=The jni channel, used if tomcat is started inprocess
   
   # Define the parameters for the Java Virtual Machine
  -[vm:]
  -info=Parameters used to load a JVM in the server process
  -OPT=-Djava.class.path=${TOMCAT_HOME}/lib/tomcat-jni.jar;${TOMCAT_HOME}/lib/tomcat.jar
  -OPT=-Dtomcat.home=${TOMCAT_HOME}
  -OPT=-Dcatalina.home=${TOMCAT_HOME}
  -OPT=-Xmx128M
  +[vm:]
  +info=Parameters used to load a JVM in the server process
  +OPT=-Djava.class.path=${TOMCAT_HOME}/lib/tomcat-jni.jar;${TOMCAT_HOME}/lib/tomcat.jar
  +OPT=-Dtomcat.home=${TOMCAT_HOME}
  +OPT=-Dcatalina.home=${TOMCAT_HOME}
  +OPT=-Xmx128M
   
   # JNI worker startup handler
  -[worker.jni:onStartup]
  -info=Command to be executed by the VM on startup. This one will start tomcat.
  -class=org/apache/jk/apr/TomcatStarter
  -ARG=start
  -stdout=${serverRoot}/logs/stdout.log
  -stderr=${serverRoot}/logs/stderr.log
  -
  +[worker.jni:onStartup]
  +info=Command to be executed by the VM on startup. This one will start tomcat.
  +class=org/apache/jk/apr/TomcatStarter
  +ARG=start
  +stdout=${serverRoot}/logs/stdout.log
  +stderr=${serverRoot}/logs/stderr.log
  +
   # JNI worker shutdown handler
  -[worker.jni:onShutdown]
  -info=Command to be executed by the VM on shutdown. This one will stop tomcat.
  -class=org/apache/jk/apr/TomcatStarter
  -ARG=stop
  +[worker.jni:onShutdown]
  +info=Command to be executed by the VM on shutdown. This one will stop tomcat.
  +class=org/apache/jk/apr/TomcatStarter
  +ARG=stop
   
   # Map the Tomcat examples webapp to the Web server uri space
   [uri:/examples/*]
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>