Re: [jetty-users] Webapps not loading after migration from 9.4 to 10.0

2022-04-28 Thread Lothar Kimmeringer
Am 27.04.2022 um 18:20 schrieb Joakim Erdfelt: As for your specific concerns, you are likely not initializing the JSP layer properly (see first link above to jsp examples), and/or are still using older Configuration (class/object) techniques (see second link above to cookbook examples).

Re: [jetty-users] Webapps not loading after migration from 9.4 to 10.0

2022-04-27 Thread Joakim Erdfelt
We maintain an example project of getting Embedded Jetty and JSP working together at https://github.com/jetty-project/embedded-jetty-jsp There's Jetty 9, Jetty 10, and Jetty 11 versions (see the branches with the appropriate names). Then there's also the general cookbook for Embedded Jetty that

[jetty-users] Webapps not loading after migration from 9.4 to 10.0

2022-04-27 Thread Lothar Kimmeringer
Hi, we have an appliation that uses Jetty in an embedded way since "the begin of the world" (the configuration files have had a DTD-declaration for Jetty 6... ;-) I'm in the process of migrating from 9.4 to 10.0 and after going the simple way by replacing the 9.4-jars with the jars of 10.0 the

Re: [jetty-users] webapps

2019-11-25 Thread Greg Wilkins
The order is determined by the scanner mechanism which has a map iterator. The order is thus indeterminate. If an order is needed, then you probably need to replace the deployer with a fixed XML that adds each of your webapps in order. On Tue, 26 Nov 2019 at 06:17, wrote: > Hi, > > is the

[jetty-users] webapps

2019-11-25 Thread wambacher
Hi, is the a way to specify the order in which the applications in webapps should be started? Or is there a build in order which i don't know about? Regards walter -- My projects: Admin Boundaries of the World Missing Boundaries