On Wed, 9 Oct 2002, Francom, Kodie wrote:

> Date: Wed, 9 Oct 2002 09:48:26 -0600
> From: "Francom, Kodie" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: What are the advantages and disadvantages of using the -server
>     op tion(CATALINA_OPTS)  when starting Tomcat????
>
> I was just wondering when the -server option should be used and when it
> should be avoided when starting Tomcat.
>

If you are using Tomcat for development (where you're doing a lot of
recompiles and reloads), you probably don't want to use -server.  The
extra optimizations that are performed by -server mode don't help you when
you continually throw away the optimized classes.

If you are using Tomcat for production, your best choice is to benchmark
your app both ways, to see which works better.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to