• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jboss vs tomcat

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

tahnks
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Harish

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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic