Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Sample Java webapp preconfigured for Maven deploy to Azure App Service

License

Notifications You must be signed in to change notification settings

Azure-Samples/app-service-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Java webapp with Maven configuration to deploy to Azure App Service

The code in this repo is a very simple JSP web application with some additional Maven configuration that's ready to deploy into Azure App Service. To build the application from the command line and run it locally:

cd app-service-maven
mvn package
mvn tomcat7:run-war

Deploy to Azure App Service

Create a web app plan and web app in Azure App Serivce and configure the web app to use Tomcat and Java 8.

Replace the placeholder values in the az-settings.xml file with the username, password, and FTP hostname in your App Service publishing profile. Then deploy to Azure App Service through Maven:

mvn install -s az-settings.xml

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

Sample Java webapp preconfigured for Maven deploy to Azure App Service

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages