Thanks Peter.
That was helpful. I was scouting around trying to figure how do I resolve all the dependencies for my service and wanted to deploy it after server has deployed everything else. the deploy.last subdirectory tip probably would do the trick. One thing though, I have some EJBs that I am deploying which depend on this service and I want them to get deployed after this service executes.
Can I put the
ejb jar in the deploy.last ? but would still be not sure about the order of deployment between the service and the EJBs.