Lets start really basic.

When you type http://localhost:8080/jsp/index.html  do you get the index for
jsps?  Try the examples, Do they work?  If not then you are missing
%JAVA_HOME% or your JDK is not in your %CLASSPATH%.  You need this in your
classpath so that the jsps can compile. They will be slow the first time
run.  ..or, tomcat is not started.

If you got a 304 header that is a location flag.  A redirect has happened. I
get a 184 header and a 334 header which is simply information (184) and
notification of a redirect (384).

If that worked, when you type http://localhowt/jsp.index.html what happens?
404??

Look closely at this: "[jk_uri_worker_map.c (434)]:
jk_uri_worker_map_t::map_uri_to_worker, done
without a match"  Open your uriworkermap.properties and make sure that there
is an entry /examples/*=ajp12 .   This is where the isapi_redirect gets its
info.  Everything in the /examples/ folder gets redirected.

If that is good, check your registry entries very closely.  especially your
worker_mount_file and worker_file entries.

My guess is that your problem lies in these areas.

Good luck,
Craig




-----Original Message-----
From: Hermund Årdalen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 1:35 AM
To: [EMAIL PROTECTED]
Subject: Problems with tomcat in IIS5 - Windows 2000


Hello!

I'm habing problems getting tomcat to work in IIS5 in Windows 2000.

I've followed the procedure at
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm
l (WinNT) and tried to run the programs in the jsp section in examples. The
programs don't run though. They're just treated like HTML files.

This is what the webserver logfile looks like:

09:18:58 127.0.0.1 GET /tomcat/examples/jsp/dates/date.jsp 304

This is how the isapi.log file looks like:

[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/tomcat/examples/jsp/dates/date.jsp
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker, done
without a match
[jk_isapi_plugin.c (452)]: HttpFilterProc
[/tomcat/examples/jsp/dates/date.jsp] is not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/tomcat/examples/jsp/dates/date.jsp] is points to the web-inf directory


I did all the things in the Troubleshooting list but still the same thing
happens. Do I need to map the JSP suffix to a specific DLL in the website
configuration? I tried mapping it to isapi_redirect.dll but then I got this
response:

Not Found (404)
Original request: /tomcat/examples/jsp/dates/date.jsp

Not found request: /tomcat/examples/jsp/dates/date.jsp


Do I need to do something different since I use Windows 2000 and not WinNT?

Any help or redirection of the question would be appreciated.

Thanks!

Hermund Årdalen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to