> Correct me if I am wrong, but isn't JBoss an optimized > version of Tomcat, so wouldn't it be basically a faster > version of the Sun J2EE reference implementation? I am > really wondering myself, because that's what I thought > it was, and I was considering downloading it and paying > for the documentation and support, however if it's not > a full on J2EE server, than I don't need to mess with it.
No, I don't think JBoss is an optimized version of Tomcat, which itself is a servlet container. JBoss is an EJB server, and I think that it needs to be coupled with a servlet engine for web applications. You can download it bundled with Jetty (http://jetty.mortbay.com/jetty/index.html), or with Tomcat. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

