Author: remm
Date: Thu May 6 14:30:29 2021
New Revision: 1889567
URL: http://svn.apache.org/viewvc?rev=1889567&view=rev
Log:
Add current Jakarta migration information
Modified:
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/xdocs/migration-10.xml
Modified: tomcat/site/trunk/docs/migration-10.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.html?rev=1889567&r1=1889566&r2=1889567&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-10.html (original)
+++ tomcat/site/trunk/docs/migration-10.html Thu May 6 14:30:29 2021
@@ -32,10 +32,20 @@ of Apache Tomcat.</p>
<p>There is a significant breaking change between Tomcat 9.0.x and Tomcat
10.0.x. The Java package used by the specification APIs has changed from
<scode>javax...</scode> to <scode>jakarta...</scode>. It will be necessary
- to recompile web applications against the new APIs. Alternatively, users
can
- convert an existing WAR file from Java EE 8 to Jakarta EE 9 using the
- <a href="https://tomcat.apache.org/download-migration.cgi">Apache Tomcat
migration tool for Jakarta
- EE</a>.</p>
+ to recompile web applications against the new APIs.</p>
+
+ <p>Tomcat can convert an existing web application from Java EE 8
+ to Jakarta EE 9 at deployment time using the Apache Tomcat migration tool
+ for Jakarta EE. To make use of the feature, the web application should
+ be placed in the Host <code>legacyAppBase</code> folder (by default named
+ <code>webapps-javaee</code>) and they will be converted to an equivalent
+ Jakarta EE web application in the Host <code>appBase</code> folder (by
+ default named <code>webapps</code>).</p>
+
+ <p>Alternately, the <a
href="https://tomcat.apache.org/download-migration.cgi">Apache Tomcat
+ migration tool for Jakarta EE</a> or any similar conversion tool can be
+ used ahead of time to benefit from faster deployment time and more
+ precise conversion configuration options.</p>
</div></div>
Modified: tomcat/site/trunk/xdocs/migration-10.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.xml?rev=1889567&r1=1889566&r2=1889567&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.xml Thu May 6 14:30:29 2021
@@ -43,10 +43,20 @@ of Apache Tomcat.</p>
<p>There is a significant breaking change between Tomcat 9.0.x and Tomcat
10.0.x. The Java package used by the specification APIs has changed from
<scode>javax...</scode> to <scode>jakarta...</scode>. It will be necessary
- to recompile web applications against the new APIs. Alternatively, users
can
- convert an existing WAR file from Java EE 8 to Jakarta EE 9 using the
- <a href="download-migration.cgi">Apache Tomcat migration tool for Jakarta
- EE</a>.</p>
+ to recompile web applications against the new APIs.</p>
+
+ <p>Tomcat can convert an existing web application from Java EE 8
+ to Jakarta EE 9 at deployment time using the Apache Tomcat migration tool
+ for Jakarta EE. To make use of the feature, the web application should
+ be placed in the Host <code>legacyAppBase</code> folder (by default named
+ <code>webapps-javaee</code>) and they will be converted to an equivalent
+ Jakarta EE web application in the Host <code>appBase</code> folder (by
+ default named <code>webapps</code>).</p>
+
+ <p>Alternately, the <a href="download-migration.cgi">Apache Tomcat
+ migration tool for Jakarta EE</a> or any similar conversion tool can be
+ used ahead of time to benefit from faster deployment time and more
+ precise conversion configuration options.</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]