Can somebody tell me the advantages/disadvantages of Allaire JRun versus Apache Tomcat?
Location: http://www.jguru.com/faq/view.jsp?EID=444367 Created: Jun 24, 2001 Author: Nick Makris (http://www.jguru.com/guru/viewbio.jsp?EID=250647) Question originally posed by Anandanath Banerji (http://www.jguru.com/guru/viewbio.jsp?EID=440091 JRun is a J2EE compatible container. For this reason it supports (besides JSPs and Servlet) EJB as well. JRun is actually a plugin on a web server in order to redirect JSP and servlet calls from the web server (propably non java enable i.e IIS) into is’s WEB container. Tomcat is a plugin itself but implements only the WEB container (i.