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)
Using iw-mount
msrich
TeamSite Windows
Version: 6.1.0
Build Number: 33333
I have the following JavaScript in a custom menu routine:
var xml = "http://" + "$servernm" + "/iw-mount/default/main/branch_abc/WORKAREA/wa_abc/file.xml";
I'm using this XML with some ActiveX controls, and I *think* it was working OK last week. This week, it's not working; i.e., I think the file isn't found. Any idea what controls the availability/accessibility of iw-mount on the server? The server was restarted, so maybe some config setting has reverted to a default.
Find more posts tagged with
Comments
RonaldV
Here we go:
1. check that you iw-webd (e.g apache) is running; this should route your request to your iwproxy
2. check iwproxy is running; this should route your request to your preview-webserver
3. check that your preview-webserver is running (on the expected port)
4. check that your preview-webserver has a iw-mount virtual directory pointing to the teamsite iw-mount
5. check that your teamsite iw-mount is active
That should be all.
BTW, I consider it a bad practice to link files under iw-mount in your custom-cgi's. The preview-webserver should only be used for, right, preview.