You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John-Paul Delaney <Jo...@wfp.org> on 2004/02/09 08:24:13 UTC

java startup option trouble

Hello List...

I have a requirement to startup java with a "-noverify" option.  I've put 
this is /etc/profile as a JAVA_OPTS value.

My probem is on system startup, Tomcat starts ok but the classes that need 
the -noverify parameter don't work until I login as root, shutdown Tomcat 
then start it up again. 

It seems that the profile is not read until I've logged in (as root).  If 
that's the case, how can I set it up so the -noverify parameter is the 
default when java loads?

Tomcat 4.1.27 on Redhat 8.0

Thanks for any assistance.

/j-p.