Are all your JSP files located in the webapps directory & all the html pages
in the docs directory?   If not you need to configure your server.xml to
include your additional directories.  Hope that may help you.

Die$el

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, April 13, 2001 9:53 AM
> To:   [EMAIL PROTECTED]
> Subject:      Newbie question
> 
> Hi,
> 
> I have installed tomcat on my redhat 7 server with mod_jk
> All seems to be ok, tomcat serves html files oke on my server at port
> 8080,  but when i request .jsp files, it gives an error 404.
> This is the log file from a .jsp request:
> 
> 2001-04-13 04:29:45 - JspEngine --> /jsp/dates/date.jsp
> 2001-04-13 04:29:45 -        ServletPath: /jsp/dates/date.jsp
> 2001-04-13 04:29:45 -           PathInfo: null
> 2001-04-13 04:29:45 -           RealPath:
> /java/tomcat/webapps/examples/jsp/date
> s/date.jsp
> 2001-04-13 04:29:45 -         RequestURI: /examples/jsp/dates/date.jsp
> 2001-04-13 04:29:45 -        QueryString: null
> 2001-04-13 04:29:45 -     Request Params:
> 2001-04-13 04:29:45 - Classpath according to the init parameter is:
> 2001-04-13 04:29:45 - Ctx( /examples ): 404 R( /examples +
> /jsp/dates/date.jsp +
>  null) JSP file not found  
> 
> As far as i can see the file does exist. Any idea's ? Where should i look
> for the problem ?
> 
> Thanks !
> 
> Ties van Raak

Reply via email to