| Author |
websphere questions
|
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
what webserver is used with websphere ? IS websphere compatible to be used to ASP and JSP both ? As Apache-Tomcat can not be used for ASP and IIS can be used only for ASP, are there any restrictions with websphere ? Thanks
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
Originally posted by jignesh soni: what webserver is used with websphere ?
WebSphere Application Server (WAS) has an internal proprietary web server. However, when you buy WebSphere Application Server, you also get a license to IBM HTTP Server (IHS) which is basically just the Apache HTTP Server with a few enhancements. In a production environment, you would normally have IHS running on port 80 as the main interface with the user and then a plugin for IHS forwards any dynamic requests to the WAS server.
Originally posted by jignesh soni: IS websphere compatible to be used to ASP and JSP both ?
No, it isn't. WAS is a Java application server and therefore only serves JSPs.
Originally posted by jignesh soni: As Apache-Tomcat can not be used for ASP and IIS can be used only for ASP, are there any restrictions with websphere ?
As stated above, WAS cannot be used to serve ASP. One difference between WAS and Apache-Tomcat is that WAS can serve EJBs, where Apache-Tomacat cannot.
|
Merrill
Consultant, Sima Solutions
|
 |
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
Thanks, this clarification helps a lot. Do you have the details about WebLogic for the same questions ? If yes, can you please provide those details. Thanks again
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
|
Actually, WebSphere ships with plugins for a number of web servers, including straight Apachee, IIS, and Sun's Java System Web Server. As far as I know, *NO* J2EE application server would run ASP's -- ASP's are unique to Microsoft's technology and only run on IIS.
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
 |
|
|
subject: websphere questions
|
|
|