Hi All,

How can the request be redirected by my web server directly to the servlet
engine! 

i e say if my IIS/PWS 4.0 or onwards is running on port 80 and I have a JRun
installation 
i want to be able to type in http://myServerIP/servlet/MyServlet and not
http://myServerIP:8100/servlet/MyServlet

It finally means the requests made at port 80(IIS) would be redirected to
the servlet engine which is running at a different port say 8100.

I think this facility was there in 2.3.1 and 2.3.3  and if I am not wrong it
used to happen through installation of JRun as ISAPI Global Filter to IIS...

thanks all!

bye
Siju.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to