On Mon, 25 Oct 2004, Bruce Snyder wrote: > I'm also still trying to figure out where the directory/repository > should be created. Anyone?
Do you mean, the directory to hold the deployed application? Look at config-store/index.properties. It will tell you which numbered dirs under config-store correspond to which deployed services or applications. If your app is not listed in config-store/index.properties then it didn't get deployed at all. You might try commenting out the app client module from the META-INF/application.xml if it's just a problem in the client container. You also might look at the stack trace and make sure it's not just a missing dependency. You get errors that look like the one you quoted if some required JAR is not present in the repository, and embedded somewhere within there it would have a complaint that some JAR was not found. Aaron