Timothy M. Dean wrote:
> org.xmldb.api.base.XMLDBException: A connection to the Database > instance 'db' could not be created. Error: Cannot create resource > URL. Please set the openorb.home property.
Quick and dirty: put the openorb jars in $CATALINA_HOME/common/lib. They need to be accessible from the classloader (look at Tomcat ClassLoader HOWTO for the exact reason).
Ciao,
