On 4/26/05, David Whitehurst <[EMAIL PROTECTED]> wrote:
> Could you elaborate on what those parameters would be? A port is just a
> number. I'm trying to understand the history, but I would appreciate
> your comments on the other things required to make Tomcat production
> ready on top of just changing the Coyote connector from 8080 to 80 and
> 8443 to 443?

There are lots of things you need to look at, just a few examples:

- what connectors you are going to useand what ones should be disabled
- Do you want to enable SSL and setup a redirect port?
-  What realms do you need?
- Do you need the Manager and Admin applications enabled? (Personally
I usually strip Tomcat down to the bare minimum for Production
implementations)
- Then there is performance tuning depending on the demands of your
application by modifying parameters like maxThreads, minSpareThreads,
maxSpareThreads,         & acceptCount.

They are just a few off the top of my head, it's no different to
deploying the Apache webserver in Production you don't just take teh
default settings.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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

Reply via email to