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 !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to