Say your apps are A and B..... if the geronimo plan for B has a dependency on A, A will always be started first. org.myco B 1.0-SNAPSHOT car org.myco A car services ... ... ... If you leave out the tag the classloader for A will be a parent classloader for B.... this may or may not be desirable. thanks david jencks On Nov 20, 2008, at 6:56 AM, Jazon wrote: > yes, but the problem is, every time I re-deploy an application, that > application moves to the very bottom. I have to manually move it back. > > > On Thu, Nov 20, 2008 at 8:34 AM, Ivan wrote: > By default, the starting order should according to the configuration > in the config.xml file. > > 2008/11/20 Jazon > > hi, > I have two applications deployed to Geronimo, I'd like to make sure > one application is started before another. > Can I specify the starting sequence of applications? > > Thanks > > > > -- > Ivan >