Can we only use clm_undeploy.py to undeploy the CLM war files if we used clm_deploy.py to deploy them ?
![]()
We installed the clm war files manually using the WebSphere Application Server (WAS) GUI. When we tried using clm_undeploy.py, it didn't know the existence of jts.war.
> ./wsadmin.sh -language jython -user userid -password password -f /home/rtcdir/IBM/JazzTeamServer_1/server/was/clm_undeploy.pyWe then manually uninstalled these CLM applications using the WAS GUI and the uninstall had no issues. We then used the clm_deploy.py script to deploy the clm applications and the install had no issues. We then used the clm_undeploy.py script to undeploy the clm applications and the uninstall completed successfully. Can we only use clm_undeploy.py if we used clm_deploy.py to install the CLM applications ? |