[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] IllegalArgumentException when loading a WebApp
|
Am 14.10.2013 16:09, schrieb Joakim Erdfelt:
> Strange behavior you are seeing.
Yes, indeed ;-)
> Can you try setting this?
>
> <Set name="extractWAR">true</Set>
>
> If that works, then we have to take a closer look at
> org.eclipse.jetty.webapp.WebInfConfiguration to see what is
> the expectations.
It seems to be necessary. With extractWAR set to true I get
2013-10-14 16:25:58 INFO: Started o.e.j.w.WebAppContext@36c09a{/CACertAdmin,file:/C:/Users/kimmerin/AppData/Local/Temp/jetty-0.0.0.0-9000-CACertAdmin.war-_CACertAdmin-any-/webapp/,AVAILABLE}{./etc/admin/CACertAdmin.war}
2013-10-14 16:25:58 INFO: Opened C:\HUB\logs\2013_10_14_adminrequest.log
2013-10-14 16:25:58 INFO: Deployment monitor [file:/C:/HUB/secure/] at interval 120
2013-10-14 16:25:58 INFO: Started o.e.j.w.WebAppContext@70aa2{/,file:/C:/HUB/secure/root/,AVAILABLE}{C:\HUB\secure\root}
2013-10-14 16:25:58 INFO: Started ServerConnector@1602819{HTTP/1.1}{0.0.0.0:9000}
After that the WebApp can be accessed by the browser.
Best regards, Lothar