You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ti...@philips.com on 2001/04/13 16:53:17 UTC

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

RE: Newbie question

Posted by Henry San <sa...@real-info.com>.
Check your "mod_jk.conf-auto" and make sure you "Include" that file in your
http.conf file.

-----Original Message-----
From: ties.van.raak@philips.com [mailto:ties.van.raak@philips.com]
Sent: Friday, April 13, 2001 10:53 AM
To: tomcat-user@jakarta.apache.org
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