Well, I figured out why I couldn't get extra Hosts in server.xml to
work, so I tried adding this...

<Host name="admin.mysite"  appBase="webapps"
  unpackWARs="true" autoDeploy="true"
  xmlValidation="false" xmlNamespaceAware="false">
    <Context path="" docBase="openbd/mysite/admin" debug="0"
reloadable="true" />
</Host>

which almost worked perfectly, except I noticed coldfusion wasn't
getting compiled.  So I tried adding a a similar Context to the
localhost Host and noticed the same problem.  So, if I navigate past
the openbd folder with a Context, does it skip the magic parts that
handle coldfusion?

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to