installing into vertically stacked websphere liberty
Hi , We currently use a multi WAS profile setup on a set of servers. When installing jazz and using the bundled liberty setup I see that it installs one application server with a number of applications per real server. I would like to have a number of Application servers running one application each on one host server. Is there any information on how to install jazz into a vertically stacked liberty.
One answer
The 'bundling' of what goes into Liberty configuration depends on the choices made when installing CLM options. So I would expect that in your WAS setup, there is something fundamentally different ( e.g. DNS alias, port #, context root ) to distinguish each separate application server.
e.g.
Part of a distributed setup with 3 jts each with RM, RS and 2 QM ( jazz ). These are also deployed into separate WAS profiles.
$ ls jts03/server/webapps
clmhelp.war jts.war rm.war rs.war rs.war.bak
$ ls tcbdb1/server/webapps
jazz.war
I don't have any of my installs with Liberty, but I seem to recall the WAR files will be placed into the separate Liberty locations based on the choices made at the time of install ( or modify of a prior install ).
clmhelp.war jts.war rm.war rs.war rs.war.bak
$ ls tcbdb1/server/webapps
jazz.war
I don't have any of my installs with Liberty, but I seem to recall the WAR files will be placed into the separate Liberty locations based on the choices made at the time of install ( or modify of a prior install ).