Hi,
I got this problem before on Win2000, to fix it:
-----------CATALINA_HOME\conf\server.xml----before------
        <!-- Tomcat Examples Context -->
        <Context path="/examples" docBase="examples" debug="0"
                 reloadable="true">
-----------CATALINA_HOME\conf\server.xml----after------
        <!-- Tomcat Examples Context -->
        <Context path="examples" docBase="examples" debug="0"
                 reloadable="true">

I removed the leading forward slash "/"
hope to help you>


>From: [EMAIL PROTECTED]
>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Subject: Tomcat 4.0.1 failed to startup examples context
>Date: Tue, 30 Oct 2001 19:31:43 -0800
>
>Hi,
>I am trying to run examples in tomcat 4.0.1 on OS X 10.1
>
>It starts up and I am able to see the ROOT/index.html page, but when I
>go to the examples link, I get the error page.
>
>I looked in the logs/localhost_examples....txt file and found the
>following exception
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Reply via email to