mturk 2002/10/15 07:00:11
Modified: jk/xdocs/jk2 configwebcom.xml
Log:
Add the classpath option to the vm:
Revision Changes Path
1.3 +6 -1 jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
Index: configwebcom.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configwebcom.xml 3 Oct 2002 16:57:49 -0000 1.2
+++ configwebcom.xml 15 Oct 2002 14:00:11 -0000 1.3
@@ -190,6 +190,11 @@
<td/>
<td>Option to pass to this vm, this is a multivalued property</td>
</tr>
+ <tr>
+ <td>classpath</td>
+ <td/>
+ <td>-Djava.class.path 0ption to pass to this vm, this is
a multivalued property</td>
+ </tr>
</table>
</p>
</section>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|