I have the same question. I'm new to tomcat and to jsp programming.
I recently installed tomcat 3.2 in my pc with win98.
I still not know how to access the jsp files with my browser.
They appear errors in the browser.
Must I modify the file server.xml for each jsp file?
How is the directory structure?
Please explain me more.
Best regards,
Daniel
----- Original Message -----
From: Rick Smith <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 8:19 PM
Subject: Re: JSP 404 error with TOMCAT standalone
> Did you include :8080 in the URL? Otherwise Apache will look for the
> examples on the httpd path. Check the httpd error_log and see what the
> full url is.
>
>
>
> Oleg Timofeyev wrote:
> >
> > Hello, I need a little help here please. I just installed TOMCAT and use
it
> > as standalone. Problem is that examples of Servlets work fine but when I
try
> > example of JSP it gives me:
> >
> > Not Found (404)Original request: /examples/jsp/sessions/carts.jsp
> > Not found request: /examples/jsp/sessions/carts.jsp
> >
> > Linux
> > JDK 1.3
> > all .jsp file are present in the directory
> > my server.xml has
> > -------------------------------
> > <Context path="/examples"
> > docBase="webapps/examples"
> > crossContext="false"
> > debug="0"
> > reloadable="true" >
> > </Context>
> > .........................
> > <Host name="127.0.0.1" >
> > <Context path=""
> > docBase="webapps/ROOT" />
> > <Context path="/examples"
> > docBase="webapps/examples" />
> > </Host>
> > ................
> >
> > --
> > --
> > Oleg Timofeyev
> > ReadySetNet
> > [EMAIL PROTECTED]
> > http://www.readysetnet.com
> > Phone : 323 469 2000
> > Fax : 323 469 2155
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]