On Mon, Apr 18, 2011 at 11:33 AM, Jason King <[email protected]> wrote:
> I've narrowed it down to my first host entry. If I comment that out, > TomCat will start. I can leave the 2nd and 3rd host entries active and > it will still start. It's just the first entry. > > <Host name="details.at" appBase="webapps"> > <Context path="" docBase="C:\openbd\tomcat\webapps\details_at\" > /> > <Alias>www.details.at</Alias> > <Alias>yardsale.at</Alias> > <Alias>www.yardsale.at</Alias> > <Alias>192.168.111.202</Alias> > <Alias>66.201.102.200</Alias> > </Host> > Shot in the dark, but: 1. Try forward slashes instead of backslashes in your docBase 2. Get rid of the final slash in your docBase 3. Comment out some of the aliases, particularly the IP ones, to see if that's tripping things up -- 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 -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
