You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Enrico Olivelli <eo...@gmail.com> on 2017/06/07 13:01:18 UTC

Java9 modules and web applications

Hi, I am going to study how to migrate my web applications to java9.
I did not find and explicit document on this subject.
My first problem is:
Web applications are packaged in wars ( or exploded wars), which is the
relation with modules? The classes in web-inf/classes and in webinf/lib are
considered modules (automatic?)

I am using tomcat embedded, I think I will need to use tomcat jars as
automatic modules, does anyone already started to deal with this kind of
problems?

Thanks
Enrico
-- 


-- Enrico Olivelli