TOMCAT_OPS is for user needed options for the JVM executing tomcat, not
need to run a bare Tomcat..... 

Saludos ,
Ignacio J. Ortega


> -----Mensaje original-----
> De: michael e. brubaker [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 23 de noviembre de 2000 16:28
> Para: Tomcat Mailing List
> Asunto: Trouble with %TOMCAT_OPTS% in Tomcat startup script
> 
> 
> What should %TOMCAT_OPTS% be set to and when?
> 
> I can't get tomcat started and I think this is why.  Many thanks.
> 
> The code from the "tomcat.bat" in tomcat/bin  :
> 
> :runServer
> rem Start the Tomcat Server
> echo Using classpath: %CLASSPATH%
> echo Tomcat-opts is:  %TOMCAT_OPTS% --- meb                   
>    //GIVES
> ME NO OUTPUT and dies at the next line
> java %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%"
> org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9
> goto cleanup
> 
> 

Reply via email to