I've dug further into the newer issue I'm running into (or just
misunderstanding) and would like to simplify my prior example to
illustrate it. Let's ignore the Apache and the SSL portion for now.
Your wget suggestion behaves accordingly as well...
Lets say I have directories /opt/openbd/tomcat/webapps/SiteA and /opt/
openbd/tomcat/webapps/SiteB. Both directories have their own
bluedragon and WEB-INF copies. For now I am ONLY concerned with
SiteA, but to verify, I should be able to run two sites with one
instance of OpenBD with this configuration, right?
My tomcat server.xml has...
----------------------
<Host name="openbd.local" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="/opt/openbd/tomcat/webapps/SiteA" />
</Host>
----------------------
So by my understanding, http://openbd.local:8888/ should take me to
SiteA, and adding anything after the '/' should go to subdirectories
within SiteA, right? What's blowing my mind though is that both
http://openbd.local:8888/index.cfm and http://openbd.local:8888/SiteA/index.cfm
take me to the exact same page, and I can also navigate to
http://openbd.local:8888/SiteB/index.cfm to see what's in SiteB, even
though my Host's docBase points inside SiteA. So what am I missing if
I want to have two independent sites in a single OpenBD instance?
On Nov 10, 4:12 pm, Alex Skinner <[email protected]> wrote:
> I think you should try adding openbd.local to your local hosts file with
> external ip address and try browsing? Failing that on the actual server try
> using wgethttp://openbd.local:8888and the same with secure to see whether
> what you get back is what you expect and that resolves it appropriately. If
> that is correct then you know the issue is with the proxying from apache
>
> A
>
--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en