Changing CLM application names when using WAS
Hi all
When installing CLM 4.x into WAS, the applications by default are named
jts_war
ccm_war
clmhelp_war
admin_war
qm_war
rm_war
Can the name of the application be changed to any other during the installation without affecting CLM?
Are there any references inside Jazz that refer to the name of the application as installed in WAS?
For instance, say you want to rename the applications like this:
jts_war_406
ccm_war_406
clmhelp_war_406
etc
Note: This is not talking about changing the context root or the web module - simply the display name inside WAS.
many thanks
anthony
When installing CLM 4.x into WAS, the applications by default are named
jts_war
ccm_war
clmhelp_war
admin_war
qm_war
rm_war
Can the name of the application be changed to any other during the installation without affecting CLM?
Are there any references inside Jazz that refer to the name of the application as installed in WAS?
For instance, say you want to rename the applications like this:
jts_war_406
ccm_war_406
clmhelp_war_406
etc
Note: This is not talking about changing the context root or the web module - simply the display name inside WAS.
many thanks
anthony
2 answers
Hi Anthony,
I believe it's pretty safe to change the display name of the .war deployment, since it's just a default name assigned by WAS (if you change the .war file name, the display name will change accordingly during deployment). Actually, I rarely use "jts_war", "ccm_war" and etc as the display names in my WAS deployment, since I prefer just "jts" and "ccm". No ill effect that I can see in all the WAS deployments that I have so far.
Another thing to note is that "jts_war" is not written in any of the configuration files. The display name of a .war file normally appears in the configuration file of an .ear (Enterprise ARchive) file, and we don't use EAR files in Jazz products.
I believe it's pretty safe to change the display name of the .war deployment, since it's just a default name assigned by WAS (if you change the .war file name, the display name will change accordingly during deployment). Actually, I rarely use "jts_war", "ccm_war" and etc as the display names in my WAS deployment, since I prefer just "jts" and "ccm". No ill effect that I can see in all the WAS deployments that I have so far.
Another thing to note is that "jts_war" is not written in any of the configuration files. The display name of a .war file normally appears in the configuration file of an .ear (Enterprise ARchive) file, and we don't use EAR files in Jazz products.
Anthony,
as far as I know you can use the IM silent install scripts to do that. There is also a manual way, which is described in https://jazz.net/library/article/1093 which is basically renaming the WAR file as well as the conf folder.
as far as I know you can use the IM silent install scripts to do that. There is also a manual way, which is described in https://jazz.net/library/article/1093 which is basically renaming the WAR file as well as the conf folder.
Comments
1 vote