Hi Chris, In the following example:
<Host name="[ENTER DOMAIN NAME]" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Context path="" docBase="[ENTER SYSTEM PATH]" /> </Host> The only changes that need to be made are the [ENTER DOMAIN NAME] and [ENTER SYSTEM PATH] values. Once you've udpated those appropriately, it should work like you're wanting it to. Don't change the "appBase" value in particular. So...that said, this should work: <Host name="www.vangemerts.com" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Context path="" docBase="/var/www/html/vangemerts/" /> </Host> Let me know if that helps or not! -Jordan ----- Original Message ----- From: "Chris Jordan" <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, December 6, 2008 9:43:37 AM GMT -08:00 US/Canada Pacific Subject: [OpenBD] Re: OpenBD not deployed after running CentOS5/RHEL5 installer D'oh! sure... and did I not specify that I was talking about server.xml? Oops. Sorry. You are correct, that's exactly what I'm talking about. Here's the host information from the file. If you need the whole file, let me know. Thanks! Chris <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <!-- SingleSignOn valve, share authentication between web applications Documentation at: /docs/config/valve.html --> <!-- <Valve className="org.apache.catalina.authenticator.SingleSignOn" /> --> <!-- Access log processes all example. Documentation at: /docs/config/valve.html --> <!-- <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/> --> </Host> <Host name=" 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 </Alias> </Host> On Sat, Dec 6, 2008 at 11:33 AM, Matthew Woodward < [EMAIL PROTECTED] > wrote: Chris Jordan wrote: I think the problem is with my appBase, but I'm a little confused. What is appBase supposed to point to? Are you talking about the Tomcat server.xml file? Can you post the XML you currently have for your host? -- 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 !! -~----------~----~----~----~------~----~------~--~---
