users@glassfish.java.net

Re: start order configuration of web apps

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Wed, 29 Apr 2009 09:54:58 -0400

Hi,

>I have two web apps deployed and I want when i start Glassfish
>
>to be able to configure which one starts first.
>
>HOW can i do that ?
>
>
>
The glassfish does not have this functionality yet. You could file a RFE
for it. While glassfish could not configure the application load order
after they are deployed, if you know which one you want to start first
beforehand, you can deploy that web application first. Whichever web
application gets deployed first, it will get started first..

- Hong