Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
_docroot in iw.cfg
cc96ai
[iwproxy_remap]
global_default_map=/
internetBranch=/main/Internet
[internetBranch]
_docroot=/www
it works on SSI in absolute and relative path
however , the image, js and css is not working
www/test.htm
www/commonnav/hcnav-script.js
www/commonnav/hcnav-styles-blue.css
www/images/image.gif
<script src="/commonnav/hcnav-script.js" language="Javascript" TYPE="text/javascript"></script> (doesn't work)
<link href="/commonnav/hcnav-styles-blue.css" type="text/css" rel="stylesheet"> (doesn't work)
<!--#include virtual="/commonnav/include1.htm"--> (works)
any idea or what should i change in cfg ?
i m using IIS6 for virtualization server
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
Find more posts tagged with
Comments
Migrateduser
I think the include statement (the one that's working) is parsed by IIS, not by Teamsite. If you were to stop the iwproxy service and restart it from a DOS prompt as iwproxy -d, you'll be able to trace the remap and hopefully determine a conclusive answer.
Dave
Current Environment(s):
(1) TS 6.1 SP1 on W2K3
(2) TS 6.1 SP2 on W2K
(3) TS 6.1 on W2K
gg.jpg
cc96ai
I dont have the right to restart the iwproxy
have other way to trace the problem ?
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
Migrateduser
Okay, this can likely be fixed without iwproxy -d, but did you try relative links to these assets? Also, have you tried "/www/commonnav..."? I understand that's not desired, but it's helpful to determine what
does
work before trying to find out what
does not
work.
Dave
Current Environment(s):
(1) TS 6.1 SP1 on W2K3
(2) TS 6.1 SP2 on W2K
(3) TS 6.1 on W2K
cc96ai
<script src="/www/commonnav/hcnav-script.js" language="Javascript" TYPE="text/javascript"></script> (doesn't work)
<link href="/commonnav/hcnav-styles-blue.css" type="text/css" rel="stylesheet"> (doesn't work)
<script src="../commonnav/hcnav-script.js" language="Javascript" TYPE="text/javascript"></script> (works)
<link href="../commonnav/hcnav-styles-blue.css" type="text/css" rel="stylesheet"> (works)
any idea ?
i got iw_isapi.log, if it will help, i can post it , too
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
Migrateduser
It seems as though your iwproxy settings are not quite right... you're obviously getting to the CSS and JS file with relative links -- and that's good -- but you should be able to with absolute links, as well.
Please attach your iw.cfg in your response.
Dave
Current Environment(s):
(1) TS 6.1 SP1 on W2K3
(2) TS 6.1 SP2 on W2K
(3) TS 6.1 on W2K
cc96ai
[iwproxy]
iwproxy_host=localhost
customer_webserver_host=tela.humber.org
iwproxy_port=1080
customer_webserver_port=81
[iwproxy_fullproxy_redirect]
_regex=^http=
http://sorry-no-fullproxy-available/
[iwproxy_remap]
global_default_map=/
internetBranch=/main/Internet
[internetBranch]
_docroot=/www
[global_default_map]
[iwproxy_preconnect_remap]
[iwproxy_failover_remap]
[iwproxy_hostheader_remap]
[iwproxy_smartcontextedit_allowed]
[iwproxy_access_control_enabled]
[iwproxy_external_remap]
[iwproxy_plugin_remap]
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
MoneyInOut.rptdesign
cc96ai
[iwproxy_plugin_remap]
_regex=(.*)(((WORKAREA|EDITION)/[^/]+)|STAGING))/commonnav/(.*)=$1/commonnav/$5
after I added this to remap
it works fine on css / js / images.
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std