From Fedora Project Wiki

mNo edit summary
mNo edit summary
 
Line 2: Line 2:
|description=Testing deploying simple servlet-based application
|description=Testing deploying simple servlet-based application
|setup=
|setup=
# Download <code>node-info.war</code>: <code>wget http://repo.oddthesis.org/node-info/node-info.war</code>
# Download <code>node-info.war</code>: <code>wget http://dl.dropbox.com/u/854326/as7_testday/node-info.war</code>
|actions=
|actions=
# Become root
# Become root

Latest revision as of 19:46, 16 April 2012

Description

Testing deploying simple servlet-based application

Setup

  1. Download node-info.war: wget http://dl.dropbox.com/u/854326/as7_testday/node-info.war

How to test

  1. Become root
  2. Start JBoss AS service, type: systemctl start jboss-as.service
  3. Drop root privileges and become regular user
  4. Start JBoss AS CLI, type: jboss-cli
  5. Connect to the local server, type: connect
  6. Authenticate as a user created in Add management user test case
  7. Deploy the application: deploy /home/user/downloads/node-info.war
  8. Go to http://localhost:8080/node-info/

Expected Results

  1. You should be able to deploy (watch logs: /var/log/jboss-as/standalone/server.log)
  2. You should see the web app running and presenting some very basic info