Procedure
Step-1
- Log onto the WebSphere Administrative Console.
- Select .
- Select your WebSphere Commerce Server name. For example, server1.
- On the Application Servers panel, under the Server Infrastructure heading, select .
- On the Process Definition panel, under the Additional Properties heading, select Java Virtual Machine.
- In the middle window, on the right hand side under the Additional Properties heading, select Custom Properties.
- Click New. A new page opens for you to add additional JVM properties.
- In the Name field, enter com.ibm.commerce.scheduler.SchedulerHostName.
- In the Value field, enter the unique identifier of the scheduler instance on this Java process.
- In the Description field, enter the host name parameter for this scheduler instance to use.
Step-2
Update the value of the quick publish JVM name attribute in the wc-resource-containers.xml file. a.Open the WC_profiledir\installedApps\cell_name\WCServer_enterprise_archive\xml\content-management\wc-resource-containers.xml file for editing. b.Locate the <wc:QuickPublishConfiguration> element, and add the jvmName parameter as shown: <wc:QuickPublishConfiguration> <wc:Publisher className="com.ibm.commerce.context.content.resources.publish.De faultJDBCContentPublisherImpl" initParameters=[other-parameters] jvmName="QPHostname" [other-parameters]/ > </wc:QuickPublishConfiguration>
No comments:
Post a Comment