This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 91517d5  Clarify that webapps stay the same
91517d5 is described below

commit 91517d5fce15803d0d49797f84eaeb12e06f641c
Author: remm <r...@apache.org>
AuthorDate: Thu Jan 20 11:19:17 2022 +0100

    Clarify that webapps stay the same
    
    It was never stated that webapps could be trimmed down, and this is
    indeed not possible so be explicit about it following user questions.
---
 webapps/docs/graal.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index c0c804e..385db17 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -149,6 +149,14 @@ mvn package</source>
     information on this process.
   </p>
 
+  <p>
+    Even though all classes that are used have to be complied AOT into the
+    native image, webapps must still be left unchanged, and continue including
+    all needed classes and JARs in the <code>WEB-INF</code> folder. Although
+    these classes will not actually be run or loaded, access to them is
+    required.
+  </p>
+
   </section>
 
   <section name="Building the native image">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to