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]
Oleg,
Are you starting Tomcat as nobody or root?
When I re-start Tomcat as root my problem disappear.
Also if tools.jar is not in the path you will get an error when you attempt to
run *jsp file.
Good Luck
Anthony Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]