• 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

Web Server / App Server

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

I am developing a web application , but am not using EJB ,but only jsp/ servlet MVC design pattern , i can deployee it tomcat or jboss , what is the best server between them , what are the prons and cons deploying on web server and app server


Thanks
Saman
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why would you use JBoss if you're not using EJBs?
 
Saman Perera
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All

Thanks for quick response

I want to improve and enhance the performance, scalability and transaction processing of my web application (JSP/Sevrlet, Structs), using much more sophisticated server, I want to know if I use Jboss , I can able to get such improving comparing Tomcat (is there any feature that the tomcat is not supporting capering Jboss )


thanks
Saman
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss uses Tomcat as it's servlet/jsp container.
If you're not using the features of JBoss (such as EJB), then using it, instead of Tomcat, is adding unnecessary overhead and complexity.
 
reply
    Bookmark Topic Watch Topic
  • New Topic