Difference between revisions of "Installation JBoss 7.1.1"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 1: | Line 1: | ||
Copy binaries | Register MySQL as valid datasource | ||
# Edit file | |||
# Insert the following code | |||
<blockquote><p> | |||
<driver name="mysql" module="com.mysql"/> | |||
</p><blockquote> | |||
Copy server connection strings | |||
# 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 | ||
Line 5: | Line 16: | ||
# Rename folder to '''TempusServa.war''' | # Rename folder to '''TempusServa.war''' | ||
Mark application ready | 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 | ||
Revision as of 23:05, 19 February 2013
Register MySQL as valid datasource
- Edit file
- Insert the following code
<driver name="mysql" module="com.mysql"/>
Copy server connection strings
- Copy TempusServa.xml to [JBOSS]\standalone\configuration
Copy application binaries
- Copy TempusServa.war to [JBOSS]\standalone\deployments
- Rename file to TempusServa.zip
- Extract all files
- Rename folder to TempusServa.war
Mark application ready for deployment
- Create a file TempusServa.war.deployed in [JBOSS]\standalone\deployments