Note: Support removed for IBM WebSphere Application Server (Traditional WAS) starting with ELM version 7.0.3. Use WebSphere Liberty, either embedded and installed with ELM applications, or separately installed
clm_was_config.py
.
clm_was_config.py
Jython script performs the following tasks: -Xmx4g -Xms4g -Xmn512m -Xgcpolicy:gencon -XnocompressedrefsSolaris and Mac OS X
-Xmx4g -Xms4g -Xmn512m -XX:MaxPermSize=768M -XX:ReservedCodeCacheSize=512M -XX:CodeCacheMinimumFreeSpace=2MWindows and Linux
-Xmx4g -Xms4g -Xmn512m -Xgcpolicy:gencon -Xcompressedrefs -Xgc:preferredHeapBase=0x100000000
WASInstallDir/AppServer/profiles/profile_name/bin
. If you have more than one profile under the profiles directory, select the profile that you want to be used for the CLM installation.
C:/JazzTeamServer/server/was/clm_was_config.py
(notice the forward slash on Windows platform), and JazzInstallDir/server/conf
with the path to the Jazz Team Server installation configuration directory. To avoid problems, do not use spaces in the path. You can use double quotation marks for paths with spaces.
./wsadmin.sh -language jython -user WAS_username -password WAS_password -f Path to the script/clm_was_config.py JazzInstallDir/server/confWindows
C:/Progra~1/IBM/JazzTeamServer/server/conf
wsadmin.bat -language jython -user WAS_username -password WAS_password -f Path to the script/clm_was_config.py JazzInstallDir/server/conf