Add Java options to JBoss
- Stop the JBoss application server.
- Open the [appserver root]/bin/run.bat (Windows) or run.sh (Linux or UNIX) in an editor and add any of the Java options as required.
- Restart the server.
Add Java options to WebLogic
- Start the WebLogic administration console by typing https://[host name]:[port]/console in the URL line of a web browser.
- Type the user name and password that you created for the WebLogic Server domain and click Log Under Change Center, click Lock & Edit.
- Under Domain Structure, click Environment > Servers and, in the right pane, click the managed server name.
- On the next screen, click the Configuration tab > Server Start tab.
- In the Arguments box, append the arguments you require to the end of the current content. For example, adding -
Dadobe.healthmonitor.enabled=false
disables Health Monitor. - Click Save and then click Activate Changes.
- Restart WebLogic managed server.
Add Java options to WebSphere
-
In the WebSphere Administrative Console navigation tree, do the following for your application server:
(WebSphere 6.x) Click Servers > Application servers
(WebSphere 7.x) Click Servers > Server Types > WebSphere application servers
-
In the right pane, click the server name.
-
Under Server Infrastructure, click Java and forms workflow > Process Definition.
-
Under Additional Properties, click Java Virtual Machine.
-
In the Generic JVM arguments box, type the arguments you require.
-
Click OK or Apply, and then click Save directly to the master configuration.
recommendation-more-help