Hi All,
I have the following branching structure in my teamsite instance /default/main/internet/wartsila/global/workarea/workinprogress,i am using a weblogic prortal application for doing an incontext preview. On the weblogic portal application i have created a node which points to internet branch.
In iwproxy preconnect remap i am trying to do the following redirection
_regex=(.*)/wartsila/internet/(global)/(.*)/html/(.*).html=
http://10.118.70.130/iw-bin/virtualization.ipl_regex=(.*)global/WORKAREA/[^/]+/Wartsila/[^/]+(.*)(.jpg)=
http://10.118.70.115:7001/internet/global/WORKAREA/workInProgress$2where
http://10.118.70.130 is my teamsite server and
http://10.118.70.115:7001 is my preview server. In virtualization.ipl i am formaing a protal specific path which i include in a iframe to see the preview.
I am able to see the in-context preview but the images are not appearing and i am getting a cross mark. To handle this i tired to write the another regex where i tell the proxy server to point all the images with jpg extension to be redirected to
http://10.118.70.115:7001/internet/global/WORKAREA/workInProgress$2, this regex is not working.when i run this regex from an ipl it runs fine for the input path and when i put the output url in a browser i can see the image.
Regards
Manish Mohan