Is is better to host two different websites on one tomcat instance?

OR

One tomcat instance for each website?

link|improve this question
feedback

2 Answers

same instant is fine. it depends how loaded are the sites, and if the need special configuration and loaded modules, but it usually easier to maintain a single instance.

link|improve this answer
feedback

Two tomcat instances would be a memory pig and no performance advantages. Handle any unique vhosts, etc by the apache proxy to tomcat and serve the sites up via apache.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown