can anybody tell me what is difference between apache tomcat server and jboss server. i am working on apche tomcat server. if i want to switch to jboss server,
Is installing jboss is very hard ? than tomcat. please tell something, how to install. i dont have any knowledge of jboss. please help me
Tomcat is a servlet container server, JBoss is a Java (Enterprise) Bean server. If you need Java-support and Java-Beans, then you need JBoss. If not, then Tomcat should be enough for you.
Setting up JBoss is very simple. JBoss uses an internal Tomcat server for servlets, so you should be fine either way. You need to decide if you need JBoss also.
harish goyal
Ranch Hand
Joined: Aug 28, 2005
Posts: 51
posted
0
thanks paul one more question
1.ibm (websphere) 2.bea (weblogic) 3.jboss (sun)
waht is the differnce between these three is there any interrelation between these three, please tell
They are all J2EE servers. You need to read their documnets in order to understand the difference. Weblogic and websphere are commericial servers whereas Jboss is a a open source server.