From Fedora Project Wiki
Description
Testing deploying simple EJB-based application
Setup
- Download
simple-singleton-1.1-SNAPSHOT.jar
:wget http://dl.dropbox.com/u/854326/as7_testday/simple-singleton-1.1-SNAPSHOT.jar
How to test
- Become root
- Start JBoss AS service, type:
systemctl start jboss-as.service
- Drop root privileges and become regular user
- Start JBoss AS CLI, type:
jboss-cli
- Connect to the local server, type:
connect
- Authenticate as a user created in Add management user test case
- Deploy the application:
deploy /home/user/downloads/simple-singleton-1.1-SNAPSHOT.jar
Expected Results
- You should be able to deploy (watch logs:
/var/log/jboss-as/standalone/server.log
)