I'm about to deploy several grails apps on top of a single Tomcat server, and I have the following doubts:
- In terms of memory usage: Does it make a difference to put the common grails libs under shared/lib instead of putting them in each app's war files? Is there a list of those jars ?
- If so, is there a mechanism not to package those jars in the war file for the "production" environment? I'm using NetBeans 6.7.
- I'm about to use Tomcat 5.5; are there any experiences that recommend to use 6.0 instead?
Thanks