The goal is to have http://francotoile2.uvic.ca/index.xql point to http://pear.hcmc.uvic.ca:8081/francotoile/francotoile/index.xql .
Currently, points to http://francotoile2.uvic.ca/francotoile/francotoile/index.xql . I haven't been able to accomplish this at the eXIst level; this may need to be done in either Tomcat or Apache.
I've tried the following things in francotoile/WEB-INF/controller-config.xml with no success:
Changing this:
<root pattern="/francotoile" path="xmldb:exist:///db/francotoile"/>
To this:
<root pattern="/" path="xmldb:exist:///db/francotoile"/>
Commenting out all <root pattern...> elements and adding this:
<root server-name="francotoile2.uvic.ca" pattern="/*" path="xmldb:exist:///db/org/site1/"/>