| Author |
Web Server / App Server
|
Saman Perera
Ranch Hand
Joined: Jul 15, 2003
Posts: 61
|
|
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
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56532
|
|
|
Why would you use JBoss if you're not using EJBs?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Saman Perera
Ranch Hand
Joined: Jul 15, 2003
Posts: 61
|
|
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
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
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.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Web Server / App Server
|
|
|