Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Controlling th order of servlet initialization

Try InitOrder as an init parameter for each servlet.

Gary


-------- Original message --------
From: John Preston
Date:03/23/2014 00:00 (GMT-05:00)
To: jetty-users@xxxxxxxxxxx
Subject: [jetty-users] Controlling th order of servlet initialization

Can anyone say if I can control the order of initialization of servlets in webapps/ directory. I tried the load-on-startup option but that doesn't seem to work across servlets applications, just within webapps application. I'm using Jetty 9

John

Back to the top