Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How can I make Jetty load root web context before all the other contexts?

Hi,

I have multiple web applications deployed on my Jetty server, and I have faced a problem where one of the applications need resources initialized by the root application (database, etc).

Therefore I am trying to figure out how I can force Jetty to deploy root.war before anything else.

Does anyone have any ideas?

Best regards,

Jone

Back to the top