Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 3.45 KB

README.md

File metadata and controls

72 lines (49 loc) · 3.45 KB
page_type languages products urlFragment name description
sample
azdeveloper
java
bicep
azure
azure-app-service
azure-database-mysql
azure-virtual-network
msdocs-tomcat-mysql-sample-app
Deploy a JBoss web app with MySQL in Azure
This is a JBoss web app using Servlet 6.0 and the Azure Database for MySQL flexible server.

Deploy a Tomcat web app with MySQL in Azure

This is a Java EE 10 web app that uses the Azure Database for MySQL flexible server. This app is designed to be be run locally with the WildFly Maven plugin and then deployed to a JBoss 8 EAP container in Azure App Service. You can either deploy this project by following the tutorial Deploy a JBoss web app with MySQL in Azure.

Run the sample

This project has a dev container configuration, which makes it easier to develop apps locally, deploy them to Azure, and monitor them. The easiest way to run this sample application is inside a GitHub codespace. Follow these steps:

  1. Fork this repository to your account. For instructions, see Fork a repo.

  2. From the repository root of your fork, select Code > Codespaces > +.

  3. In the codespace terminal, run the following command:

    mvn clean wildfly:run
  4. When you see the message Your application running on port 8080 is available., click Open in Browser.

Getting help

If you're working with this project and running into issues, please post in Issues.