/bin/sh /temp/clearCache.sh
Hi all,I have a deployment which can success deploy files from TeamSite server to WebSphere. (TeamSite and WebSphere are installed into 2 different machine).However when I try to add a script in the deployment config file, the deployment fail. The script is use for trigger a shell script in WebSphere to clear cache file. I tried the shell script and it's work.I have no idea to this problem.Does anyone can give a help?Deployment config file:##########################...<execDeploymentTask> <deployNRun> <dnrFile location="target" when="after" state="always"> <script cmd="/temp/clearCache.sh" /> </dnrFile> </deployNRun></execDeploymentTask>...##########################Thank you very much.Terence.
Hi all,attached is the deployment config file and the log file.I can deploy success only if I delete the script tag inside the deployment config file(deploy_test).There is somethings wrong is previous post.I'm using dnrDeployment since I'm not consider what kind of file are going to deploy to target.My goal is execute the script (shell script) after the deployment.Any one can help me?Thank you very much.Terence