Extra deployment options for WebSphere Application Server Liberty

Along with the application-provided deployment options, you can provide some extra deployment options for WebSphere® Application Server Liberty application server.

The following WebSphere Application Server Liberty application server deployment files are present in the compose/docker/appserver directory:
  • jvm.options - This file contains application-provided JVM options to be passed to the application server. You can add extra JVM options to the same file to be passed on to the application server deployment.
  • server.xml - This file contains application-provided deployment configurations. You can add extra deployment configurations to the same file to be passed on to the application server deployment.

After modifying these files, restart the application server by running the following command: ./om-compose.sh restart appserver