https://bz.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #33 from William Leung <[email protected]> --- I had make a workaround for this issue https://github.com/lwr/tomcat8-custom-loader because the some fields are not accessible from tomcat source 1. org.apache.catalina.webresources.StandardRoot#classResources for writing 2. org.apache.catalina.webresources.JarWarResourceSet#archivePath for reading a hack (using reflection) must be used. If these fields are renamed in future, the workaround has to fix. I really hope that tomcat should keep this feature (unpackWARs=false) it is useful and meaningful And the problem here is very easy to solve, just unpack the jars to working directory (as TC6 or TC7 does), and leave webapps alone! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
