-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rob,

Goad to see you got your new server working. I do have some further
comments if you're still around:

On 10/11/2011 1:23 PM, Rob Tanner wrote:
> I installed Tomcat 6.0.29

If you were upgrading from 5.5 to something else, why not go up to
6.0.33, which is the latest? Or, even better, why not upgrade all the
way to 7.0.22?

> Then I modified server.xml to include the various contexts from the
> old server

If possible, you should take your <Context> elements from server.xml
and put them into the individual webapps' META-INF/context.xml files.
This will make deploying and undeploying webapps much easier.

If you want to override the META-INF/context.xml file packaged with a
webapp (say, because you have to add local configuration that your
developers don't know about), you can do so by putting the correct
file into $CATALINA_BASE/conf/[engine]/[host]/[webapp].xml and it will
override the descriptor from the webapp.

> As far as I know, all the SSL configuration on the server is 
> contained within the connector definition, included below:
> 
> <Connector port="443" address="10.171.10.119" debug="4"

There is no "debug" attribute on the <Connector> element any longer.
You should remove it.

> maxHttpHeaderSize="8192" enableLookups="false" tcpNoDelay="true" 
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"

You might want to consider using an <Executor>: they are more
flexible, and the thread pools can be shared across <Connector>s if
you want to do that (and you probably do if you have multiple connectors).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6UthcACgkQ9CaO5/Lv0PCerwCeMzVLB2CRlkfRHnO1Z42Pt1gQ
QaAAoLUEFMVqYBy2Vd65YERFxav5xSnU
=Lpx8
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to