/vagrant-jboss-as

Quickly install JBoss AS 7.1.x in VirtualBox virtual machine

Primary LanguageShellApache License 2.0Apache-2.0

Vagrant JBoss 7.1.x

This is the simple vagrant setup installing Java 7 and JBoss 7.1.x on Ubuntu Precise 64

How to Start

  1. Install VirtualBox
  2. Install Vagrant
  3. Install Salty Vagrant (vagrant plugin install vagrant-salt)
  4. Startup Vagrant by executing vagrant up
  5. Connect to the server by executing vagrant ssh

Notes

JBoss is installed to /opt/jboss-as directory, and it is run with jboss-as user's permissions.

The private network is created, with an IP address equal to 192.168.56.128. JBoss is accessible under http://192.168.56.128:8080.

Dependencies: