3.2.1. The production Configuration

3.2.1. The production Configuration

To start the server in the production configuration, you can use the following command under Linux / Unix:

cd /path/to/jboss-as
RUN_CONF=server/production/run.conf bin/run.sh -c production 

Or, you can simply copy the jboss-as/server/production/run.conf file to jboss-as/bin directory and start the server with run.sh -c production command. Below is a list of optimizations we specifically did for the production configuration: