Hi,
I am previewing jsp in external app server Tomcat from TeamSite but I am not able to see Visual Preview.
I have this setting in my iw.cfg file which shows the preview of jsp but not the visual preview sce tab is apearing
[iwproxy_preconnect_remap]
_regex=/iw-mount/default/main/RamadaZ.com/en/WORKAREA/wa/htdocs/(.*)=
http://localhost:1080/RamadaZ/$1 I found one article from post on this forum and here is the link
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=1341 and I changed my regex setting as per this article and i can see the visual preview sce tab in some static pages but in jsp pages there is new problem occurs that library or object which is used inside the page are not accessible or library is missing, there is a compilation error occured. Following is the setting which i applied after reading the above mentioned article in iw.cfg
[iwproxy_preconnect_remap]
_regex=^/iw-mount/default/main/RamadaZ.com/en/(.*)[&?]iw_smart_context_edit_recurse\=true=
http://localhost/RamadaZ/$1_regex=^(/iw-mount/default/main/RamadaZ.com/en/WORKAREA/Content/htdocs[^?]*)$=
http://localhost:1080$1?iw_smart_context_edit_recurse\=true_regex=^(/iw-mount/default/main/RamadaZ.com/en/WORKAREA/Content/htdocs[^?]*\?.*)$=
http://localhost:1080$1&iw_smart_context_edit_recurse\=true
I would really appreciate your comments.
Environemt TS 6.5+ Solaris 5.8
Regards,