JBoss Seam - Jetty - Virtualhosting
- by Walter White
Hi all,
I am trying to cutback on the memory usage of my server and would like to optimize the architecture.
I currently deploy 2 separate web applications to Jetty 6.1.22 that correspond to different virtualhosts. They have pretty much the same application stack except one has fewer components and are styled differently (content, images, css, etc.).
If I change my design pattern over to EJB / EAR + 2 WARS embedded, will that lower the memory consumption? Will that give me a single instance of JBoss Seam, Quartz, and all of my components?
They must use a different datasource.
Thanks,
Walter