Este contenido no está disponible en el idioma seleccionado.
14.4. The (Non-transactional) CarMart Quickstart Using JBoss Enterprise Web Server
14.4.1. Build and Deploy the CarMart Quickstart to JBoss Enterprise Web Server Copiar enlaceEnlace copiado en el portapapeles!
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 Enterprise Web Server 2 (or better) for your application and install it.
Procedure 14.4. Build the CarMart Quickstart to the Server (Library Mode)
Start the Server
Depending on your operating system, use the appropriate command from the following to start the first instance of your selected application server:For Linux users:$JBOSS_EWS_HOME/tomcat7/bin/catalina.sh run
$JBOSS_EWS_HOME/tomcat7/bin/catalina.sh run
Copy 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 run
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Navigate to the Root Directory
Open a command line and navigate to the root directory of this quickstart.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:deploy
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
The target war file (target/
jboss-carmart.war
) is deployed to the running instance of the selected server.
14.4.2. View the CarMart Quickstart Using JBoss Enterprise Web Server Copiar enlaceEnlace copiado en el portapapeles!
The CarMart quickstart must be built and deployed to be viewed.
Procedure 14.5. View the CarMart Quickstart
- To view the application, use your browser to navigate to the following link:
http://localhost:8080/jboss-carmart
http://localhost:8080/jboss-carmart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
14.4.3. Remove the CarMart Quickstart from JBoss Enterprise Web Server Copiar enlaceEnlace copiado en el portapapeles!
Procedure 14.6. Remove an Application from JBoss Enterprise Web Server
- To remove an application, use the following command from the root directory of this quickstart:
mvn tomcat:undeploy -Plibrary-tomcat
$ mvn tomcat:undeploy -Plibrary-tomcat
Copy to Clipboard Copied! Toggle word wrap Toggle overflow