11.2.3. Differences in Application Server Configuration Files
11.2.3.1. General
Copy linkLink copied to clipboard!
- A reminder that the RPM and ZIP distributions of the Enterprise Application Platform are shipped with authentication enabled for the JMX Console, Web Console, JMX Invoker, Admin Console, HTTP Invoker and Profile Service. No user accounts are active by default to assist in preventing default user and password-based attacks.
- shutdown.shnow accepts a JNDI URL, as follows:- shutdown.sh -s http://localhost:8080/invoker/JNDIFactory -S - shutdown.sh -s http://localhost:8080/invoker/JNDIFactory -S- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow Where- -sdefines the server name to perform an operation on;- -Sspecifies the shutdown operation.
- If a user omits the-coption when starting an instance of JBoss Application Server in Enterprise Application Platform 4.x, theproductionconfiguration was started by default. In JBoss Enterprise Application Platform 5,defaultconfiguration is used when a user omits the-coption.
- bin/run.confnow uses a Java heap size of 1303 MB. This is consistent across all configurations.
- Document Type and Schema Declarations have been updated.
- Theproductionserver profile provided with Enterprise Application Platform 5 restricts the classes served on port 8083. If Remote Method Invocation (RMI) is being used, you may need to make this port available to clients. This option can be set inproduction/conf/jboss-service.xml:<!-- Should non-EJB .class files be downloadable --> <attribute name="DownloadServerClasses">false</attribute> <!-- Should non-EJB .class files be downloadable --> <attribute name="DownloadServerClasses">false</attribute>Copy to Clipboard Copied! Toggle word wrap Toggle overflow 
- The cluster-safe UUID generator can now be used fromserver/production/deploy/uuid-key-generator.sar/META-INF/jboss-service.xml.
- The delay period forserver/production/deploy/hdscanner-jboss-beans.xmlto rescan for deployment changes has been increased to 60 seconds from the previous 5 second delay period.<!-- Frequency in milliseconds to rescan the URLs for changes--> <property name="scanPeriod">60000</property> <!-- Frequency in milliseconds to rescan the URLs for changes--> <property name="scanPeriod">60000</property>Copy to Clipboard Copied! Toggle word wrap Toggle overflow