hi my tomcat is running under different jvm and jboss under different jvm. so wht are the benefits if we integrate tomcat with jboss can anyone plz help
Gurumurthy Ramamurthy
Ranch Hand
Joined: Feb 13, 2003
Posts: 271
posted
0
JBoss is an app server and Tomcat is a web container (servlet+jsp). So, if you want to send request from servlet/jsp to EJB, then you can integrate this.
subject: benefits by integrating tomcat with jboss