Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.1.1 CE GA2, 6.1.20 EE GA2
-
6.1.x
-
Committed
-
15
-
4
Description
Given:
-WebSphere profile containing two or more "WebSphere application servers" (process)
-Liferay portal running on an process (AS instance) different from the default one (ex. server2)
Liferay is not able to hot deploy plugins properly.
Note: deploying plugin on multiple WAS processes has its rules: plugin can not be deployed under the same name. Therefore, the same plugin has to be deployed under different name. Furthermore, we should be able to pass different properties to wsadmin script, to we can connect to desired server; for example, to use different port.
Example:
auto.deploy.dest.dir=${liferay.home}/websphere-deploy auto.deploy.websphere.wsadmin.app.manager.query=type=ApplicationManager,process=server2,* # NEW PROPERTIES auto.deploy.websphere.wsadmin.app.name.suffix=server02 auto.deploy.websphere.wsadmin.properties.file.name=/path/WebSphere/AppServer/profiles/AppSrv05/properties/wsadmin2.properties
Attached is the wsadmin2.properties; changed only the port to connect to.
Attachments
Issue Links
- relates
-
LPE-9060 Unable to hot deploy plugins on a multiple WebSphere Application Server environment
-
- Closed
-