war - Why doesn't extractWars work in Jetty 8.1.10? -


here definition of extractwars:

if parameter true, packed war or zip files first extracted  temporary directory before being deployed. advisable if there  uncompiled jsps in web apps. 

but when set extractwars false, app doesn't work more. app doesn't have jsp.

what failure get? typically if don't extract war webapp attempts direct access resources files going fail.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -