Le mer. 10 févr. 2021 à 17:15, Emmanuel Bourg <ebo...@apache.org> a écrit :
> Le 2021-02-10 16:36, Rémy Maucherat a écrit : > > > After reading everything, I'd say it's worth adding a second integrated > > option, and think I'm now swaying towards the runtime option. The main > > problem would be the detection of legacy webapps. We could simply > > mandate > > using an explicit new attribute on the Context element (and done !) so > > nobody pays any needless costs. > > The runtime option still incurs a cost for the legacy applications > because the classes and the resources have to be filtered every time the > application is started. Ideally the application should be converted only > once. > Tomcat has work/ folder for that purpose. The ClassFileTransformer and WebResourceFilter can dump the outputs in work/ and load it from there when needed at restart making it almost negligible. > > Emmanuel Bourg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >