Dear CF-Fy
I'm really confused about the whole servlet container/application server
scenario. Is Tomcat not the same thing as JBoss and Jrun? If not, what
are the differences. What should I be starting out with that's easy to
administer. Where does glassfish play into the whole scenario?
Thanks
Signed,
Confused or zB
JBoss is much more than a servelet container - but it uses Tomcat as its servelet
container. JRun is another app server - but most development is stopped for it.
Glassfish is another app server.
When I get back from the wilds of Tennessee I'll dig up some links for you, but
wikipedia is a good place to start.
larry
----- Excess quoted text cut - see Original Post for more -----
>Hey Larry, thanks for the links. I'm beginning to understand the
>differences.
>
Glad to help. The biggest difference between Tomcat and JBoss is that Jboss
handles ejb's as well, but uses tomcat as its web app server.