Edit

Share via


Java migration resources for Azure App Service

Azure App Service provides tools to discover web apps deployed to on-premises web servers. You can assess these apps for readiness, then migrate them to App Service. Both the web app content and supported configuration can be migrated to App Service. These tools are developed to support a wide variety of scenarios focused on discovery, assessment, and migration.

Java Tomcat migration (Linux)

Download the App Service Migration Assistant to migrate a Java app running on Apache Tomcat web server. You can also use Azure Container Registry to migrate on-premises Linux Docker containers to App Service.

Resources
How-tos
Tomcat Java information
Install on Linux
Videos
Point and Migrate Java Apps to Azure App Service

Standalone Tomcat web app migration (Windows)

Download the App Service migration assistant for Java on Apache Tomcat (Windows—preview) to migrate a Java web app on Apache Tomcat to App Service on Windows.

For more information, see the Updates on Migrating to Azure App Service video and TOMCAT Java information.

Containerize a standalone Tomcat web app

App containerization offers a simple approach to repackage applications as containers with minimal code changes. The tool currently supports containerizing ASP.NET and Apache Tomcat Java web applications.

For more information, see the following articles:

Next step