where to set CATALINA_OPTS?

2002-10-28 Thread Peng Annie
Hi there, I have Apache2 running as service, tomcat4 is invoked by JK. Where can I set variable CATALINA_OPTS? should I set it in system environment variable? BR, Annie

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Shapira, Yoav
t: Monday, October 28, 2002 6:58 AM >To: '[EMAIL PROTECTED]' >Subject: where to set CATALINA_OPTS? > >Hi there, > >I have Apache2 running as service, tomcat4 is invoked by JK. Where can I >set >variable CATALINA_OPTS? should I set it in system environment variable?

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Robert L Sowders
s List" To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject:RE: where to set CATALINA_OPTS? Hi, $CATALINA_HOME/bin/catalina.sh is one good place. Setting it as a user environment variable will probably just lead you to confusi

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Shapira, Yoav
Hi, >Yoav is using a windows machine, I believe, so >$CATALINA_HOME/bin/catalina.sh is not available. Most -OPTS can be set in >the workers2.properties file >if you are using mod_jk2. Actually I'm using Solaris and Linux machines ;) But your point is still valid. I use tomcat-standalone and it

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Ricky Leung
what if you are just using mod_jk? I have been setting as user environment and does this not work? > -Original Message- > From: Robert L Sowders [mailto:rsowders@;usgs.gov] > Sent: Monday, October 28, 2002 3:59 PM > To: Tomcat Users List > Subject: RE: where to se

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Robert L Sowders
Well, there you go then. rls "Shapira, Yoav" <[EMAIL PROTECTED]> 10/28/2002 01:08 PM Please respond to "Tomcat Users List" To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject:RE: where to set CATALINA_OPT

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Robert L Sowders
at Users List" To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject:RE: where to set CATALINA_OPTS? what if you are just using mod_jk? I have been setting as user environment and does this not work? > -Original Message

Re: where to set CATALINA_OPTS?

2002-10-28 Thread Bill Barker
You can create a script file "$CATALINA_HOME/bin/setenv.sh". If you set the CATALINA_OPTS variable in this script, it will be picked up by the main startup script. "Peng Annie" <[EMAIL PROTECTED]> wrote in message news:012172501CC5D411A9D100D0B72073AA02105FE6@;kcobe4.nt.kone.com... > Hi there, >

RE: where to set CATALINA_OPTS?

2002-10-29 Thread Peng Annie
am using JSDK1.3, not 1.4, Does it matter? Is CATALINA_OPTS recognizable by JVM residing in JSDK1.3? Best Regards, Annie -Original Message- From: Bill Barker [mailto:wbarker@;wilshire.com] Sent: 29 October 2002 09:14 To: [EMAIL PROTECTED] Subject: Re: where to set CATALINA_OPTS? You can

RE: where to set CATALINA_OPTS?

2002-10-29 Thread David Tildesley
Setting it as a system environment variable is correct and works e.g. CATALINA_OPTS=Dfile.encoding=ISO8859_1 -Original Message- From: Peng Annie [mailto:Annie.Peng@;KONE.com] Sent: Tuesday, 29 October 2002 9:28 p.m. To: 'Tomcat Users List' Subject: RE: where to set CATALINA_

Re: where to set CATALINA_OPTS?

2002-10-29 Thread Robert L Sowders
ECTED]'" <[EMAIL PROTECTED]> cc: Subject:where to set CATALINA_OPTS? Hi there, I have Apache2 running as service, tomcat4 is invoked by JK. Where can I set variable CATALINA_OPTS? should I set it in system environment variable? BR, Annie -- To unsubscribe,

RE: where to set CATALINA_OPTS?

2002-10-29 Thread Robert L Sowders
What OPTs do you want to set? rls Peng Annie <[EMAIL PROTECTED]> 10/29/2002 12:27 AM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: where to set CATALINA_OPTS? Hi

RE: where to set CATALINA_OPTS?

2002-10-29 Thread Peng Annie
2002 11:04 To: Tomcat Users List Subject: RE: where to set CATALINA_OPTS? What OPTs do you want to set? rls Peng Annie <[EMAIL PROTECTED]> 10/29/2002 12:27 AM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]&

RE: where to set CATALINA_OPTS?

2002-10-29 Thread Robert L Sowders
'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: where to set CATALINA_OPTS? I want to set CATALINA_OPTS= -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB ^ -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORBSi