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]
# 1
Tomcat is a Product of Apache Group.Websphere is a Product of IBM.Bala
art84a at 2007-7-12 10:01:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 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?
RIMA33a at 2007-7-12 10:01:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I can't understand u'r query.there is a lot of difference in deploying the application in Tomcat and Websphere.i have no idea about Webspehere.Bala
art84a at 2007-7-12 10:01:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 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.

BalusCa at 2007-7-12 10:01:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...