Check your "mod_jk.conf-auto" and make sure you "Include" that file in your
http.conf file.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 10: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