Also, if you want to deploy JSPs, they must be in the path:
<code>
\\<websphere install path>\hosts\default_host\<app server>\web
</code>. For example, \\Shankar\d\WebSphere\AppServer\hosts\default_host\wbidc\web.
To run the
JSP, you will use the following URL on your browser:
<code>
http://<fully qualified server name>/webapp/<app server>/<JSP file>
</code>. For example,
http://shankar.dvlp.com/webapp/myServer/SimpleJSP.jsp. Hope it helps. Cheers, pd
Originally posted by Sriram Sankar:
I just wanted to know how we can make our servlets run in IBM HTTP Server.is there any documentation available on net which can guide me through the whole process.we have IBM HTTP Server 1.3.12
we have applets as well as servlets which needs to be deployed in IBM HTTP Server