Hello all,

I'm new to Tomcat and jsp at large, so please bear with the dumb
questions...

I have the Jakarta server running and the server.xml file has the context
set by default to /webapps/examples for demonstrating examples.

        <Context path="/examples" 
                  docBase="webapps/examples" 
                          crossContext="false"
                          debug="0" 
                          reloadable="true" -->
        </Context>

The examples that came with the Tomcat download all load fine through
localhost:8080.  For example /webapps/examples/dates/date.jsp loads and
functions.
But when I include a folder of my own such as /webapps/examples/xyz/date.jsp
(note: I'm using the same jsp file as in example, only the xyz directory is
different), the file doesn't load and I get HTTP 404 error.

Can anybody suggest a reason/remedy.

Thanks in advance
AC

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

Reply via email to