Can I install Websphere Appln server on an Apache web server installation?
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1829
posted
0
I think so as the IBM HTTP server is basically the Apache Server. I remember that on installing the websphere server it asked me the path to the HTTP server and the httpd.conf file.
uma K
Greenhorn
Joined: May 29, 2001
Posts: 5
posted
0
I am using IBM WebSphere with IBM HTTP Server. But I am not able to access the sample servlets or the JSPs or EJBs. I havent changed any of the configuration settings after installation. In the URL, if I type "http://localhost/", then I am able to see the HTTP Server home page. If I type "http://localhost/IBMWebAS/" after placing an index.html file in //WebSPhere/AppServet/web direstory, then I am able to see the index file. But if I type http://localhost/SnoopServlet or http://localhost/snoop or http://localhost/webapp/examples/HelloWorldServlet, I could not see any results other that '404 error' page. Any help ?
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1829
posted
0
UMA, Just try http://localhost/HelloWorldServlet By the way We follow some conventions pertaining to User names. The rules are specified at here . These conventions are strictly followed. There are no Exceptions in this case. In the simplest of terms names are required to have at least two words separated by a space. It would be advised that this be your real full name. Your User name does not follow these conventions. It is recommended that you immediately register under a name conforming to the conventions. Thanks
Tony Chen
Ranch Hand
Joined: Jan 29, 2001
Posts: 286
posted
0
Originally posted by Sarada Bhasker: Can I install Websphere Appln server on an Apache web server installation?
Sure you can! WAS 3.5.x supports the following HTTP servers: IBM HTTP Server 1.3.12.x Apache Server 1.3.12 Netscape Enterprise Server 3.5.1 / 3.6.3 iPlanet Web Server, Enterprise Edition 4.0 / 4.1 Lotus Domino Enterprise Server 5.0.x WebSphere Software prerequisites
------------------ Tony Chen SCJP, ICS & ICSD (WebSphere) [This message has been edited by Tony Chen (edited June 04, 2001).]
SCJP Java 2 - IBM Certified Enterprise Developer - WebSphere V4.0 & V5.0 - IBM Certified System Administrator - WebSphere Network Deployment V6.0 - Canadian Securities Course (CSC) Certification
You are accessing the incorrect URL. Try http://localhost/servlet/snoop and http://localhost/servlet/hello But before that, you should make sure the Default Server is up and running. ------------------ Tony Chen SCJP, ICS & ICSD (WebSphere)
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.