11.6. The CarMart Quickstart to a Server
11.6.1. Build and Deploy the CarMart Quickstart to the Server Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The following procedure provides directions to build and deploy the CarMart quickstart to the server.
Prerequisites
Prerequisites for this procedure are as follows:
- Ensure that the JBoss Data Grid and JBoss Enterprise Application Platform Maven repositories are installed and configured. For details, see Chapter 3, Install and Use the Maven Repositories
- Select JBoss Web Server 2 (or better) for your application and install it.
Procedure 11.4. Build the CarMart Quickstart to the Server (Library Mode)
Start the Server
Run the selected server by navigating to the root directory in a terminal window and enter the following command:For Linux users:$JBOSS_EWS_HOME/tomcat7/bin/catalina.sh run
$JBOSS_EWS_HOME/tomcat7/bin/catalina.sh runCopy to Clipboard Copied! Toggle word wrap Toggle overflow For Windows users:$JBOSS_EWS_HOME\tomcat7\bin\catalina.bat run
$JBOSS_EWS_HOME\tomcat7\bin\catalina.bat runCopy to Clipboard Copied! Toggle word wrap Toggle overflow Build and Deploy your Application
Use the following command to build and deploy your application using Maven:mvn -Plibrary-tomcat clean package tomcat:deploy
$ mvn -Plibrary-tomcat clean package tomcat:deployCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Result
The target war file (target/jboss-carmart.war) is deployed to the running instance of the selected server.