You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-java-migration.md
+14-27Lines changed: 14 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,37 +11,24 @@ ms.custom: seodec18
11
11
---
12
12
# Java migration resources for Azure App Service
13
13
14
-
Azure App Services now provides easy to use tools to quickly discover web apps deployed on on-premises web servers, assess these web apps for readiness and migrate the web apps including content & supported config to App Service.
14
+
Azure App Service provides tools to discover web apps deployed to on-premise 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.
15
15
16
-
These tools are developed to support wide variety of scenarios focused on scope of web app discovery, assessment, and migration. Following is the list of migration tools and recommended use cases.
16
+
## Java Tomcat migration (Linux)
17
17
18
+
[Download the assistant](https://azure.microsoft.com/services/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-premise Linux Docker containers to App Service.
18
19
19
-
## Standalone Tomcat Web App (Linux OS) or on-premises Linux container migration
|[Point and Migrate Java Apps to Azure App Service Using the Migration System](https://www.youtube.com/watch?v=Mpxa0KE0X9k)|
20
27
21
-
Download this preview tool If your use case is to migrate standalone Java web app running on Apache Tomcat web servers on Linux OS to App Service Or to migrate on-premises Docker containers running on Linux OS to App Service using Docker Hub or Azure Container Registry
28
+
## Standalone Tomcat Web App Migration (Windows OS)
22
29
23
-
Video: [Point and Migrate Java Apps to Azure App Service Using the Migration System](https://www.youtube.com/watch?v=Mpxa0KE0X9k)
30
+
Download this [preview tool](https://azure.microsoft.com/services/app-service/migration-assistant/) to migrate a Java web app on Apache Tomcat to App Service on Windows. For more information, see the [video](https://channel9.msdn.com/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service) and [how-to](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information).
24
31
25
-
Download: [App Service migration assistant for Java on Apache Tomcat](https://azure.microsoft.com/services/app-service/migration-assistant/)
32
+
## Containerize standalone Tomcat Web App
26
33
27
-
How-to: [TOMCAT Java Information · Azure/App-Service-Migration-Assistant Wiki](https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information)
## Standalone Tomcat Web App Migration (Windows OS)
32
-
33
-
Download this preview tool If your use case is to migrate standalone Java web app running on Apache Tomcat web servers on Windows OS to App Service
34
-
35
-
Video: [Updates on Migrating to Azure App Service](https://channel9.msdn.com/Shows/The-Launch-Space/Updates-on-Migrating-to-Azure-App-Service)
36
-
37
-
Download: [Download App Service migration assistant for Java on Apache Tomcat (Windows—preview)](https://azure.microsoft.com/services/app-service/migration-assistant/)
38
-
39
-
How-to: TOMCAT Java Information · Azure/App-Service-Migration-Assistant Wiki(https://github.com/Azure/App-Service-Migration-Assistant/wiki/TOMCAT-Java-Information)
40
-
41
-
## Containerize standalone Tomcat Web App
42
-
43
-
The App Containerization tool offers a point-and-containerize approach to repackage applications as containers with minimal to no code changes by using the running state of the application. The tool currently supports containerizing ASP.NET applications and Java web applications running on Apache Tomcat.
44
-
45
-
Blog: [Accelerate application modernization with Azure Migrate: App Containerization](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/)
46
-
47
-
How-to: [Azure App Containerization Java; Containerization and migration of Java web applications to Azure App Service](../migrate/tutorial-app-containerization-java-app-service.md)
34
+
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 [blog](https://azure.microsoft.com/blog/accelerate-application-modernization-with-azure-migrate-app-containerization/) and [how-to](../migrate/tutorial-app-containerization-java-app-service.md).
0 commit comments