We are running one single instance ColdFusion 9.0.1 Enterprise on JRun 4.0 – As I just read CF 10 will replace JRun with Tomcat. What are the main benefits I’m gaining by switching over to Tomcat?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JRun is a full-featured Java EE platform, similar to WebSphere, while Tomcat is simply a Servlet container. However, JRun hasn’t had any new development since around 2007. It’s essentially a dead product. Tomcat on the other hand, is community based and constantly under development. If you need more than what Tomcat offers, you can always add JBoss into the mix.
There’s nothing stopping you from running CF 9 on Tomcat now, it’s just that certain CF Admin functions are geared towards configuring JRun. I’m sure the CF10 Admin will be geared towards Tomcat when it arrives.