Difference between revisions of "Installation JBoss 7.1.1"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 1: Line 1:
Register MySQL as valid datasource
== Register MySQL as valid datasource ==
# Edit file [JBOSS]\standalone\configuration\standalone.xml
# Edit file [JBOSS]\standalone\configuration\standalone.xml
# Navigate to: '''server > profile > subsystem > datasource > drivers'''
# Navigate to: '''server > profile > subsystem > datasource > drivers'''
Line 8: Line 8:
</p></blockquote>
</p></blockquote>


Copy server connection strings
== Install Tempus Serva ==
# Copy TempusServa.xml to [JBOSS]\standalone\configuration
# Copy TempusServa.xml to [JBOSS]\standalone\configuration
Copy application binaries
# Copy TempusServa.war to [JBOSS]\standalone\deployments
# Copy TempusServa.war to [JBOSS]\standalone\deployments
# Rename file to TempusServa.zip
# Rename file to TempusServa.zip
# Extract all files
# Extract all files
# Rename folder to '''TempusServa.war'''
# Rename folder to '''TempusServa.war'''
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
== Start and check server ==
# Execute [JBOSS]\bin\standalone.bat
# Execute [JBOSS]\bin\standalone.bat
# Validate the application was deployed without errors (there will be lots of warnings)
# Validate the application was deployed without errors (there will be lots of warnings)
# Check server is responding at: localhost/TempusServa/login
# Check server is responding at: localhost/TempusServa/login

Revision as of 23:15, 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"/>

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