Update based on Alex's feedback: For testing, I moved SiteA and SiteB to outside the tomcat folder. http://openbd.local/ opens up SiteA, while http://openbd.local/AnyDirectory first looks in webapps for AnyDirectory, THEN in SiteA. So what do I need to do so that my custom hosts, openbd.local and openbd.secure are limited to their own directories but both use a single install of OpenBD?
On Nov 14, 9:25 am, Matt C <[email protected]> wrote: > I've pastebin'd my server.xml file at... > > http://pastebin.com/u/creech-ml > > For the hosts file I've just added the following two lines to what was > already there... > --------------------- > 127.0.0.1 openbd.local > 127.0.0.1 openbd.secure > --------------------- > > As stated before, in server.xml I've also tried changing appBase to > "webapps/SiteA(B)", but no luck. I'm assuming webapps is what tells > Tomcat which WEB-INF and bluedragon folders to use. > > Matthew, you said that openbd.local:8888 just hits my tomcat root, but > shouldn't the docBase tell it to go deeper in? Otherwise, how > couldhttp://openbd.local:8888/= /opt/openbd/tomcat/webapps/SiteA? At the > same time,http://openbd.local:8888/SiteA/ALSO takes me to /opt/ > openbd/tomcat/webapps/SiteA. > > Alex, thanks for the suggestions and the sample config file. I'll > test around with what you've provided, but I wanted to go ahead and > provide this link. -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
