Or in tomcat.sh you can add:
export TOMCAT_OPTS="-server"
at the start of the script.
On Tue, 8 May 2001, Wolle wrote:
> Hello Jin,
>
> You could set the client /server option in your /JDK/jre/lib/jvm.cfg.
> There are some lines, which stats with -.
> The first of this line is your default VM startoption.
> But you can't set here other options like -verbose:gc or so ,
> this could you set with the TOMCAT_OPT environment variable befor you start
> Tomcat. You could set the -client or -server option here also, when you don't
> want to change it permanent.
> You could check your default startoption with java -version (the client is
> default).
>
> Greetings,
> Wolle
>
> Byung Jin Chun wrote:
>
> > it is an argument to the jvm which you can set in the tomcat startup script
> >
> > > -----Original Message-----
> > > From: Java Poop [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, May 07, 2001 8:59 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: hotspot jvm crashes in production
> > >
> > >
> > > Where do I set the -client option?
> > >
> > > JP
> > >
> > > ----- Original Message -----
> > > From: "Thomas Bezdicek" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, May 04, 2001 1:20 AM
> > > Subject: AW: hotspot jvm crashes in production
> > >
> > >
> > > > it is a known bug in the hotspot-engine, there are numerous articles
> > > > about that in the bugparade.
> > > > Workaround: use -client
> > > >
> > > > regards, tom
> > > >
> > > > > -----Urspr�ngliche Nachricht-----
> > > > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag
> > > von Peter
> > > > > Mutsaers
> > > > > Gesendet: Donnerstag, 3. Mai 2001 23:39
> > > > > An: [EMAIL PROTECTED]
> > > > > Betreff: Re: hotspot jvm crashes in production
> > > > >
> > > > >
> > > > > >> "Ludovic" == Ludovic Maitre
> > > <[EMAIL PROTECTED]> writes:
> > > > >
> > > > > Ludovic> I have the same problem with exactly the
> > > same software
> > > > > Ludovic> configuration and i have no answer.
> > > > >
> > > > > Ludovic> PS : Are you using the Hotspot JVM with the -server
> > > > > Ludovic> switch ?
> > > > >
> > > > > I have the same problem too, but only with the -server option.
> > > > >
> > > > >
> > > > > Ludovic> Java Poop wrote:
> > > > > >>
> > > > > >> Hi -
> > > > > >>
> > > > > >> We have recently moved our production site to use JSPs with
> > > > > >> Tomcat 3.2.1/Apache 1.3.17/Sun JDK 1.3.0/Solaris 2.6. After
> > > > > >> running for a couple of hours, our JVM crashes with the
> > > > > >> following error:
> > > > > >>
> > > > >
> > > > > --
> > > > > Peter Mutsaers | D�bendorf | UNIX - Live free or die
> > > > > [EMAIL PROTECTED] | Switzerland | Sent via FreeBSD 4.3-stable
> > > >
> > > >
> > >
>