From Fedora Project Wiki
(Moved content from JBoss AS7 marketing collateral page) |
(Added packaging link) |
||
Line 18: | Line 18: | ||
== Learn more about the effort to package JBoss AS 7 in Fedora == | == Learn more about the effort to package JBoss AS 7 in Fedora == | ||
* [http:// | * [http://fedoraproject.org/wiki/JBossAS7 fedoraproject.org/wiki/JBossAS7] | ||
== Get involved with the Fedora Java SIG == | == Get involved with the Fedora Java SIG == |
Revision as of 20:05, 18 June 2012
Getting started with JBoss AS 7 in Fedora
In a terminal, install JBoss AS 7 using yum
sudo yum install jboss-as
Start the JBoss AS 7 system service
sudo systemctl start jboss-as.service
Connect to the JBoss AS 7 management console (system instance)
sudo jboss-cli -c
Stop the JBoss AS 7 system service
sudo systemctl stop jboss-as.service
Create a user instance of JBoss AS 7
jboss-as-cp -l $HOME/jboss-as-instance
Start the JBoss AS 7 user instance
JBOSS_BASE_DIR=$HOME/jboss-as-instance /usr/share/jboss-as/bin/standalone.sh -c standalone-web.xml
Connect to the JBoss AS 7 management console (user instance)
jboss-cli -c