Difference between revisions of "Installation JBoss 7.1.1"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 1: | Line 1: | ||
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 == | == Register MySQL as valid datasource == | ||
# Edit file [JBOSS]\standalone\configuration\standalone.xml | # Edit file [JBOSS]\standalone\configuration\standalone.xml |
Revision as of 23:18, 19 February 2013
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
- Edit file [JBOSS]\standalone\configuration\standalone.xml
- Navigate to: server > profile > subsystem > datasource > drivers
- Insert the following code
<driver name="mysql" module="com.mysql"/>
Install Tempus Serva
- Copy TempusServa.xml to [JBOSS]\standalone\configuration
- Copy TempusServa.war to [JBOSS]\standalone\deployments
- Rename file to TempusServa.zip
- Extract all files
- Rename folder to TempusServa.war
- Create a file TempusServa.war.deployed in [JBOSS]\standalone\deployments
Start and check server
- Execute [JBOSS]\bin\standalone.bat
- Validate the application was deployed without errors (there will be lots of warnings)
- Check server is responding at: localhost/TempusServa/login