Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] IllegalArgumentException when loading a WebApp

Bug filed at https://bugs.eclipse.org/bugs/show_bug.cgi?id=419629

Feel free to add yourself to the CC list to track it.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Mon, Oct 14, 2013 at 7:36 AM, Lothar Kimmeringer <job@xxxxxxxxxxxxxx> wrote:
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
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top