| Author |
Dev with Tomcat, Prod with WebSphere
|
Roger Preece
Greenhorn
Joined: Oct 17, 2006
Posts: 2
|
|
How compatible are tomcat 6 and websphere 6x? We develop against tomcat because it's picky enough that if our apps run in tomcat we have little if any trouble running them in a production environment with websphere. Is that still a safe assumption, or what do we need to be aware of? Thanks, Roger
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Tomcat is the reference implementation of the servlet and JSP specs. This means that, in theory, if it works in Tomcat it should work in any other spec compliant container.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Frank Brown
Greenhorn
Joined: Jan 22, 2004
Posts: 6
|
|
|
Tomcat 6 supports Servlet 2.5 and JSP 2.1 specs. I believe Websphere 6.0 supports only servlet 2.4 and jsp 2.0.
|
"Make things as simple as possible, but no simpler." - A.Einstein
|
 |
 |
|
|
subject: Dev with Tomcat, Prod with WebSphere
|
|
|