On Tue, Oct 2, 2012 at 6:12 AM, Alan Cole <[email protected]> wrote: > <Host name="www.domain1.com" appBase="/path/to/domain1.com"> > <Alias>domain1.com</Alias> > <Context path="" docBase="/path/to/domain1.com/" > useHttpOnly="true" allowLinking="true" /> > </Host> > > <Host name="www.domain2.com" appBase="/path/to/domain2.com"> > <Alias>domain2.com</Alias> > <Context path="" docBase="/path/to/domain2.com/" > useHttpOnly="true" allowLinking="true" /> > </Host> >
Given that example what I suggested isn't the problem. I just know that if you have overlapping appBases you'll see the behavior you're describing. If in your work directory you see a directory created in each application for every other application that's what's going on, but from your example above it doesn't look like you have overlapping appBases. You might try declaring your docBase as relative to your appBase to see if that changes the behavior, but this may not be the issue. It just sounded like it from your original description. > Also, just thought of something - again, not used to a java server here, I > don't have any > app/domain directories that contain a "WEB_INF" folder ... do you think > that would cause > this behavior? > > Completely depends on how you have things configured. Sorry if I missed this but if you're using the Viviotech installer then not having a WEB-INF directory in every application isn't an issue since OpenBD is configured in a common class setup by the installer, but if you've done some other type of setup yourself and don't have WEB-INF directories then something strange is definitely going on. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
