aspose file tools
The moose likes Servlets and the fly likes Servlets and webserver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlets and webserver" Watch "Servlets and webserver" New topic
Author

Servlets and webserver

Angela D'souza
Ranch Hand

Joined: Jan 16, 2002
Posts: 469
Does servlets and JSP run on all following web server:
- WebLogic
- Websphere
- Tomcat

Please let me know.

Thank You,
Angela
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

Yes, though each may support different specification versions.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Angela D'souza
Ranch Hand

Joined: Jan 16, 2002
Posts: 469
Originally posted by Bear Bibeault:
Yes, though each may support different specification versions.


Then what are criteria to choose among this three servers for software application?

Thank You,
Angela
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35246
    
    7
For starters, Weblogic and WebSphere cost serious money, while Tomcat is free. Of course, Tomcat is just a servlet container/web server, while the other two are complete JEE servers that have oodles of other features Tomcat doesn't.


Android appsImageJ pluginsJava web charts
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Originally posted by Angela D'souza:


Then what are criteria to choose among this three servers for software application?

Thank You,
Angela


That depends entirely on what you want your app to do.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Angela D'souza
Ranch Hand

Joined: Jan 16, 2002
Posts: 469
Thanks,

Is there any link i can read different features or specs of three servers?

Angela
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Google would probably be your best friend for this one.

A search for "J2EE Server Comparison" brought me right to this one.
http://www.javaskyline.com/serv.html

Again, depending on what you want to do, you might want to change your search to only look for Open Source servers or Servers that support EJB, etc...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlets and webserver
 
Similar Threads
server side processing error
Un-downloadable Applets
WA #1.....word association
Downloading HTML page
a jsp design question...