Home
TeamSite
TeamSite, LiveSite and OpenDeploy
LSCS Deployment filtering
Andy Knipp
OK, trying to deploy /sites, /iw, /templatedata, etc to Tomcat and then /assets, /html (legacy stuff) etc to Apache. Running on 7.3.1 Linux with TS/SP/LSDS/LSCS.
So I added to the production bean:
[php]
-^(//[^/]+)?/iwadmin/main/.*
^(//[^/]+)?/.*?/main/project/WORKAREA/Shared/sites/.*
^(//[^/]+)?/.*?/main/project/WORKAREA/Shared/iwov-resources/.*
^(//[^/]+)?/.*?/main/project/WORKAREA/Shared/iw-resrouces/.*
^(//[^/]+)?/.*?/main/project/WORKAREA/Shared/templatedata/.*
^(//[^/]+)?/.*?/main/project/WORKAREA/Shared/iw/.*
-^(//[^/]+)?/iwadmin/main/.*
(//[^/]+)?/.*?/main/project/WORKAREA/Shared/assets/.*
(//[^/]+)?/.*?/main/project/WORKAREA/Shared/html/.*
[/php]
But the deployments are not working (often at all). If I send a .page (from /sites) no deployment happens.
From the limited documentation, it really does not list any restrictions. Anyone use this before ? Any unknown issues ?
Find more posts tagged with
Comments
There are no comments yet