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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to