How to invoke a servlet in appserver through webserver

Hi,Can anyone tell me how do we invoke a servlet deployed in applicationserver through Iplanet webserver. Do we need to do any configuration or settings in webserver to invoke a servlet that is residing in application server.Websphere is used as an Application server.
[296 byte] By [satya.kotlaa] at [2007-11-26 13:16:57]
# 1

It heavily depends on the way you set things up. Do you happen to refer to the SunONE webserver here? If so its easier if you specified a version as well.

Anyway, you can do several things. From using the webserver as some kind of "proxy" so that it forwards the requests to the application server from simply redirecting the client to the application server URL. Naturally the latter will only work if both reside on the same network and are directly accessible.

Otherwise you might want to look into http://docs.sun.com/source/819-0130/agcontnt.html#wp1017783

Lion-Oa at 2007-7-7 17:40:04 > top of Java-index,BigAdmin,Set up and Deploy...