• 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 TOMCAT

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

Do I need to integrate tomcat with jboss to serve jsp and servlet or is it already done. so that once jboss is installed i can run jsp on that
Unlike apache server which needs to be integrated with tomcat

does jboss work on linux/unix

what is better JBOSS or apache-tomcat?
 
Ranch Hand
Posts: 391
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Jboss has tomcat integrated to it. U could directly deploy any j2ee file in jboss . Jboss is a app server , which has a bsiness component attached to it,unlike tomcat. Go through JBoss developer's Note Book for more info.

rgrds,
Shankar.
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by nirail rail:
hi

does jboss work on linux/unix



Yes, JBoss works on Linux (and Windows, and Max OS...).
 
reply
    Bookmark Topic Watch Topic
  • New Topic