简体   繁体   中英

Why doesn't extractWars work in Jetty 8.1.10?

Here is the definition of extractWars:

If parameter is true, any packed WAR or zip files are first extracted to a 
temporary directory before being deployed. This is advisable if there are 
uncompiled JSPs in the web apps.

But when I set extractWars to false, my app doesn't work any more. My app doesn't have any JSP.

What is the failure you get? Typically if you don't extract a war any webapp that attempts direct access to resources as Files is going to fail.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM