I followed http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications and successfully got separate deployments working.
I would like to create my own resources folder which will have some configuration files like properties-local.xml and custom XBL controls. I got this working by copying my resources under orbeon.war/WEB-INF/resources. I would like them to go under myapp.war/WEB-INF/resources. How can I achieve that?
How can I configure a resource manager to pickup my resources which are under myapp.war/WEB-INF/resources without modifying orbeon?
I have seen this http://wiki.orbeon.com/forms/doc/developer-guide/admin/overriding-adding-resources but not sure how this applies in the context of separate deployments.