I downloaded JBoss AS 7 and trying to run my application in it. But I couldn't find server.xml
to change settings. Previously I used JBoss AS 4.2.2
and have server.xml
in <jboss_home>\server\default\deploy\jboss-web.deployer
. Can anyone help me how to configure AS 7?
The directory layout has changed. See here: https://docs.jboss.org/author/display/AS7/Getting+Started+Guide
Most of the stuff is in $JBOSS_HOME/standalone/configuration/standalone.xml or the "domain/**" folders depending on which config/server you are running.
If you want to configure the web container specifically then see here: https://docs.jboss.org/author/display/AS7/Admin+Guide#AdminGuide-Containerconfiguration
..and modify the standalone.xml file.
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