I'll try that just now, but as to openbd not deploying, if I look at my tomcat/logs/openbd/bluedragon.log file, it seems to indicate that openbd is ready to handle requests! So, maybe it's just this host entry business. I got my example host entry for the server.xml directly from Jordan's documentation on his installer. I'll report back in a couple of minutes with my results from your suggestion.
Thanks! Chris On Sat, Dec 6, 2008 at 11:50 AM, Matthew Woodward <[EMAIL PROTECTED]>wrote: > Chris Jordan wrote: > >> <Host name="www.vangemerts.com <http://www.vangemerts.com>" >> appBase="/var/www/html/vangemerts/" >> unpackWARs="true" autoDeploy="true" >> xmlValidation="false" xmlNamespaceAware="false"> >> >> <Context path="" docBase="/var/www/html/vangemerts/" /> >> <Alias>vangemerts.com <http://vangemerts.com></Alias> >> </Host> >> > > Strip that Host down to the bare essentials and see if this works: > <Host name="www.vangemerts.com"> > <Context path="" docBase="/var/www/html/vangemerts"/> > </Host> > > All the other stuff in Host is optional so I'd just be curious to see if it > works with the bare minimum. And you can of course put the alias back in > later if this works with the full URL. > > As an aside, I tend to do my host names and aliases backwards from how you > have yours here (vangemerts.com as the host name, www as an alias) but > that shouldn't matter so long as you use the full www to try and hit it. > > Now if OpenBD isn't deploying that's an entirely different issue. :-) > > > -- > Matt Woodward > [EMAIL PROTECTED] > http://www.mattwoodward.com/blog > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments. > http://www.gnu.org/philosophy/no-word-attachments.html > > -- http://cjordan.us --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
