Hi

You can:

1) define explicitely webapp order in server.xml (<Context />) but
then remove it from webapps/ to avoid auto deployment
2) same idea using tomee.xml (<Deployments />)
3) more hacky you can embeds tomee in your own war (so a single war to deploy)

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2014-10-27 3:27 GMT+01:00 SPB <[email protected]>:
> I have moved my webapp which uses the drop in TomEE webapp into another
> Tomcat server but now the startup order is wrong; Tomcat is trying to start
> my webapp before TomEE but fails because it is dependent on TomEE.
> Apparently, the app startup order cannot be set in Tomcat so I'm at a loss
> as to how to fix this problem. Any hints?
>
>
>
> --
> View this message in context: 
> http://tomee-openejb.979440.n4.nabble.com/TomEE-WebApp-start-order-incorrect-tp4672630.html
> Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to