-
J2EE Question .
hi to all .i m Pradeep working as a J2EE developer at Mysore .
i have one doubt in J2EE .
JBoss Application Server is Integrated with Tomcat server.
why what is the reason .
why it is integrated with Tomcat .
i m wating for replay .
thanks in advance .
-
every J2ee application does not just contains ejb's it has jsp and servlets for presentation and controller logic respectively ..
for ejb's and bussiness logic you have a appserver i.e jboss and for servlets and jsp you have a web contatiner integrated in it i.e tomcat
every major app server which is built on j2ee specification have both the components.