Hi All,
I have Teamsite and Iplanet web server running on different machine. I do want to redirect JSP requests to iplanet web server on the other machine for virtualisation.
I have made this configuration of iw.cfg file for redirecting the request
[iwproxy_preconnect_remap]
_regex=.*(/JSP/.*)=
http://pcyuk50:81/iw-mount/default/main$1I have configured the iplanet webserver for additional document directory in obj.conf file as shown below.
NameTrans fn="pfx2dir" from="/iw-mount" dir="S:\\"
Where S: drive is the Mapped drive of Teamsite content (Y

.
When i gave request from teamsite the request directs and comes back with Error No:403 'You are not authorised to view the page'. Both machines are in same domain and the users accessing has requried privilages on teamsite content (Y

.
Any Help will be highly Appreciated.