> Is there anyone that installed (Apache + Tomcat + JBoss) combination all
> together?
> What are the advantages of Using Apache with Tomcat-JBoss combination or 
> is Tomcat enough for complete web content serving?
> Should I run Apache with Tomcat + JBoss in a separate JVM?

Tomcat + JBoss will give you a complete JEE server, with web interface. Apache can 
help you off-load serving static stuff from your Tomcat. The dynamic part: JSP, 
Servlets (EJB and other JBoss mechanisms) will not be served by Apache.

Nix.


Reply via email to