This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 7916ab7 Clarify that webapps stay the same 7916ab7 is described below commit 7916ab752d09be085153b63e356332d725081d39 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 3b4959c..7b776e2 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