I am trying to run my application in jboss 7 from jboss 4. In jboss 4 we changed server.xml to configure keystoreFile and keystorePass etc. Can any one help me where to make these changes in jboss7.
JBoss Web Server's main configuration file, server. xml, is located in the server/xxx/ deploy/jbossweb.
The host. xml file is present on each host where the domain is installed and specifies the elements that are specific to the servers running on the host. Learn how to use JBOSS, from beginner basics to advanced techniques, with online video tutorials taught by industry experts.
If you look in the $JBOSS_HOME/docs/schema there are several schemas that make up the standalone. xml file. standalone. xml file contains all the information regarding modules used by the JBOSS or wildfly.
Default configuration for a standalone server is stored in the EAP_HOME/standalone/configuration/standalone. xml file and default configuration for a managed domain is stored in the EAP_HOME/domain/configuration/domain. xml file.
The server.xml equivalent in Jboss 7 is a standalone/configuration/standalone.xml for a standalone installation and domain.xml for a domain aware one.
I'm not sure where those options are or how you're supposed to configure it in Jboss 7, but start with standalone.xml file first.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With