You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wolfgang Stein <zo...@gmd-net.de> on 2000/08/25 13:00:06 UTC

RE: Tomcat's Java Arguments setting

Hi,

this is already done in the Tomcat startup script

:runServer
rem Start the Tomcat Server
C:\jdk1.2.2\bin\java -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9


Wolfgang



> -----Original Message-----
> From: Budi Wiyono [mailto:budiw@idola.net.id]
>
> Hallo All,
> 
> How to add Java Arguments setting to Tomcat ?
> For example my argument:
> -Dmy.config=/usr/mine/mycfg.cfg
> -Dsax.parser=org.apache.xerces.parsers.SAXParser
> 
> Pls help.
> 
> Regards,
> BDW