Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Webapp context load order

Hi,

I am using Jetty 7.4.x and have several webapps in the webapps folder.

such as

/webapps/
   |
   |-> WebAppA
   |-> …
   |-> …
   |-> WebAppB

WebAppA need some services and datasources initialized by WebAppB, and since WebAppA is loaded before WebAppB, WebAppA fails to deploy.

Is there a method to load WebAppB before all other web apps?

Best regards,

Jone

Back to the top