Installation JBoss 7.1.1

From TempusServa wiki
Revision as of 23:18, 19 February 2013 by old>Admin
Jump to navigation Jump to search

The following guide have been tested using JBoss 7.1.1.

Only Windows installation have been tested, but Nix users should be able to follow the guidelines here equally well.

Register MySQL as valid datasource

  1. Edit file [JBOSS]\standalone\configuration\standalone.xml
  2. Navigate to: server > profile > subsystem > datasource > drivers
  3. Insert the following code

<driver name="mysql" module="com.mysql"/>

Install Tempus Serva

  1. Copy TempusServa.xml to [JBOSS]\standalone\configuration
  2. Copy TempusServa.war to [JBOSS]\standalone\deployments
  3. Rename file to TempusServa.zip
  4. Extract all files
  5. Rename folder to TempusServa.war
  6. Create a file TempusServa.war.deployed in [JBOSS]\standalone\deployments

Start and check server

  1. Execute [JBOSS]\bin\standalone.bat
  2. Validate the application was deployed without errors (there will be lots of warnings)
  3. Check server is responding at: localhost/TempusServa/login