r1 - 2013-11-07 - 21:46:21 - Main.mafsharYou are here: TWiki >  Deployment Web > DeploymentInstallingUpgradingAndMigrating > AutomatedScriptsForDeployingCLMOnWAS > UninstallWebApps

todo.png Uninstalling web applications by using the clm_undeploy.py script

Authors: MichaelAfshar
Build basis: The Rational solution for Collaborative Lifecycle Management (CLM) 4.0 and later

Page contents

This Jython script uninstalls all CLM installed applications. The script assumes that the applications have a .war extension.

Procedure

  1. To uninstall CLM applications on a single application server, open a command window and change the directory to WASInstallDir/AppServer/profiles/profile_name/bin. If you have more than one profile under the profiles directory, select the profile that you used for the CLM installation.
  2. Run the following command substituting WAS_username with the WebSphere Application Server admin username, WAS_password with the admin user password, and path to the script with the location of the script, for example, C:/JazzTeamServer/server/was/clm_undeploy.py (notice the forward slash on Windows platform).

UNIX

./wsadmin.sh -language jython -user WAS_username -password WAS_password -f path to the script/clm_undeploy.py 

Windows

wsadmin.bat -language jython -user WAS_username -password WAS_password -f path to the script/clm_undeploy.py 

Related topics:
External links:
Additional contributors:
Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.