Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
OD through Firewall Problem
System
The OD manual states that "The base server or reciever configuration file of the target host must also include ther firewall's IP address as an allowed host.
What it doesn't state is what to include as the allowed directories for this host. I have tried just leaving them out thus -
<allowedHosts>
<node host="146.253.143.60" />
<node host="146.253.201.150">
<allowedDirectories>
<path name="C:\Interwoven\OpenDeployNG\tmp"/>
<path name="D:\LSScom\content"/>
<path name="D:\LSScom"/>
</allowedDirectories>
</node>
</allowedHosts>
(the first host being the firewall)
but then I get this error -
ERROR: No directory specified for deployment.
ERROR: Invalid configuration file (C:\INTERW~1\OPENDE~1\lib\.odrcvr.20014).
If I copy the directories so they are the same as for the firewall as for the 'actual' host thus -
<allowedHosts>
<node host="146.253.143.60">
<allowedDirectories>
<path name="C:\Interwoven\OpenDeployNG\tmp"/>
<path name="D:\LSScom\content"/>
<path name="D:\LSScom"/>
</allowedDirectories>
<node host="146.253.201.150">
<allowedDirectories>
<path name="C:\Interwoven\OpenDeployNG\tmp"/>
<path name="D:\LSScom\content"/>
<path name="D:\LSScom"/>
</allowedDirectories>
</node>
</allowedHosts>
I get an error telling me that those directories do not exist.
So what should I do ????
Find more posts tagged with
Comments
There are no comments yet