On Fri, Jul 09, 2004 at 01:58:40PM -0700, Matthew Hixson wrote:
:      <Host name="localhost" debug="99"
:        unpackWARs="true" autoDeploy="true"
:        xmlValidation="false" xmlNamespaceAware="false">
: 
:       <Context path="/watermarks" appBase=""
:                  docBase="/usr/local/watermarks"
:                  debug="99" reloadable="true">
:       </Context>


Please, humor me: what about

        <Host
                {...same as above...}
                appBase="/usr/local"
        >
                <Context
                        path="/watermarks"
                        docBase="watermarks"
                        debug="99"
                        reloadable="true"
                />
        ....

and try the URL

        http://localhost:{port}/watermarks

What happens then?

btw, Tomcat uses commons-logging (or is that log4j?) under the covers.
You can up the logging through the commons-logging config.  I forget the
specifics, but instructions are in the archives somewhere.

-QM

-- 
software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to