Difference between revisions of "Installation JBoss 7.1.1"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 19: Line 19:
Mark application ready for deployment
Mark application ready for deployment
# Create a file '''TempusServa.war.deployed''' in [JBOSS]\standalone\deployments
# Create a file '''TempusServa.war.deployed''' in [JBOSS]\standalone\deployments
Start and check server
# Execute [JBOSS]\bin\standalone.bat
# Validate correct boot
# Validate server responds

Revision as of 23:12, 19 February 2013

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"/>

Copy server connection strings

  1. Copy TempusServa.xml to [JBOSS]\standalone\configuration

Copy application binaries

  1. Copy TempusServa.war to [JBOSS]\standalone\deployments
  2. Rename file to TempusServa.zip
  3. Extract all files
  4. Rename folder to TempusServa.war

Mark application ready for deployment

  1. Create a file TempusServa.war.deployed in [JBOSS]\standalone\deployments

Start and check server

  1. Execute [JBOSS]\bin\standalone.bat
  2. Validate correct boot
  3. Validate server responds