Skip to main content

Add Java Options Field To Setup

Goal: UX/Functional

Developer: Hengsin

Feature Ticket: IDEMPIERE-5617

TOC

Changes

Add Java Options Field to Setup

Add Java Options Field to Setup

Added a new field to the iDempiere server setup dialog, Java Options. Changes to this field will be saved as the IDEMPIERE_JAVA_OPTIONS property in idempiereEnv.properties.

Migration Note

Scripts that depends on the number of parameters read by console-setup.sh will needs to be adjusted to cater for the added Java Options parameter (come after Java Home parameter).

Limitation

Changes to Java Options field will not be added to idempiere.ini file. Therefore, if you start your server using the native executable (for e.g "./idempiere") instead of the shell script (for e.g "./idempiere-server.sh"), you will still need to edit idempiere.ini to add JVM options.


Source: Wiki