Is TOMCAT equal to WHPSPHERE or iqual to Apache?
psomeone can give me a answare about this isuue?Is TOMCAT equal to WHPSPHERE or iqual to Apache?
[110 byte] By [
RIMA33a] at [2007-11-27 4:48:15]

# 2
Thank Bala,I have created a program , this program is running over apacheTOMCAT, can I move my war application or deploy over a WEBSPHERE application?
# 4
Websphere Application Server is actually based on Tomcat. IBM has built EJB support around it and added a huge admin interface.
Deploying on different servers might require different handlings, but usually you can just use the same WAR/EAR file. The appserver just have to support the right servlet/jsp/jstl/jsf/whatever versions.