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
deployNRun task not starting
System
Hello All,
I must be missing something very obvious, but I'm unsuccessfull in getting a deploy-and-run script working.
What I'm trying to do must be very simple. I want to run a shell/perl/whatever script whenever a deployment comes in at the target server. So we made an extra entry in the opendeploy script:
<deployment transactional="yes" >
<execDeploymentTask useDefinition="blah" downRev="" >
<deployNRun>
<dnrFile location="target" when="after" state="always" mask="\.jsp$">
<script cmd="/iw-home/OpenDeployNG/etc/clear_cache_detest" as="root" where="" async="no" /></script>
</dnrFile>
</deployNRun>
</execDeploymentTask>
</deployment>
On the target, we're running linux with OpenDeploy 5.5.1 SP2. Patch 37316 is installed.
Om the source, our customer is running OpenDeploy 5.5.1 on NT. I'm not sure exactly which SP/patchlevel.
In the logfiles on the server side as well as on the client side, I can find no reference at all to opendeploy starting the script.
Can anybody point me into the right direction?
Thx!
-- Hans
Find more posts tagged with
Comments
There are no comments yet