JBoss Seam - Jetty - Virtualhosting

Posted by Walter White on Stack Overflow See other posts from Stack Overflow or by Walter White
Published on 2010-04-01T01:35:26Z Indexed on 2010/04/01 1:43 UTC
Read the original article Hit count: 480

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about jetty