@@ -46,16 +46,16 @@ Java SE on App Service allows you to effortlessly deploy your applications to fu
46
46
managed Java Virtual Machine (JVM) instances. You should consider this stack if you
47
47
have Spring Boot and Quarkus web applications. However, you can use this stack for any
48
48
application that can be started directly from a JVM and includes an embedded
49
- HyperText Transfer Protocol (HTTP) server. You can simply deploy your
49
+ HyperText Transfer Protocol (HTTP) server. You can deploy your
50
50
Java archive (JAR) file and let App Service do the rest.
51
51
52
52
### Tomcat on App Service
53
53
This App Service stack supports all recent major and minor versions of Tomcat.
54
54
You should consider migrating on-premises Tomcat web applications to App Service using
55
55
this stack. Such applications often use technologies such as the Spring Framework and
56
56
Hibernate. The stack is also suitable for applications currently running on servers such
57
- as WebLogic or WebSphere that can be easily migrated to Tomcat. You can simply deploy
58
- your web application achive (WAR) file and let App Service do the rest.
57
+ as WebLogic or WebSphere that can be easily migrated to Tomcat. You can deploy
58
+ your web application archive (WAR) file and let App Service do the rest.
59
59
60
60
### JBoss EAP on App Service
61
61
You can effortlessly run any JBoss EAP version currently supported by Red Hat on this
@@ -64,7 +64,7 @@ and Jakarta EE standards. The stack can optionally support any application that
64
64
JBoss EAP clustering. You should consider migrating applications currently running
65
65
on-premises on JBoss EAP and WildFly to this stack. The stack is also suitable for
66
66
applications running on servers such as WebLogic or WebSphere that can be easily migrated
67
- to JBoss EAP. You can simply deploy your web application archive (WAR) or
67
+ to JBoss EAP. You can deploy your web application archive (WAR) or
68
68
enterprise archive (EAR) file and let App Service do the rest.
69
69
70
70
Use the following resources to get started with Java.
0 commit comments