Hello Nottebrok,

Are the examples working with port 8080?
http://localhost:8080/examples/jsp/index.html
If not, are you using an SDK as jsps need the compiler javac? Check your
classpaths.

Your redirect appears to be working but you have a page/server config error.

If everything is working with port 8080
Check your permissions.  It looks like you are getting a socket error port
2380.  Have you reassigned anything?  Do you also perhaps have a database
there? I am not near my NT machine but that port rings a bell.  DB2, Oracle,
MSSQL? Perhaps an old Apache with JServe instillation which came bundled
with Oracle.(if that's the case stop that server and try again)

Good luck,
Craig


-----Original Message-----
From: Nottebrok, Guido [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 7:48 AM
To: [EMAIL PROTECTED]
Subject: Tomcat and IIS


Hallo,

we have installed Tomcat Version 3.2.1 to run with IIS.
The setup is done according to the tomcat documentation.

In IIS we have the green arrow telling that everything should be o.k.

When trying to access the tomcat examples with
http://localhost/examples/jsp/index.html
we get the error that the requested page can not be shown.

isapi logfile:
-----------------
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/examples/jsp/index.html
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a
match ajp12
[jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a
servlet url - should redirect to ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/examples/jsp/index.html] is points to the web-inf directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
\jakarta\isapi_redirect.dll
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (430)]: In jk_uri_worker_map_t::map_uri_to_worker,
wrong parameters
[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 [\jakarta\isapi_redirect.dll] is
not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[\jakarta\isapi_redirect.dll] is points to the web-inf directory
[jk_isapi_plugin.c (517)]: HttpExtensionProc started
[jk_worker.c (123)]: Into wc_get_worker_for_name ajp12
[jk_worker.c (127)]: wc_get_worker_for_name, done  found a worker
[jk_isapi_plugin.c (539)]: HttpExtensionProc got a worker for name ajp12
[jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint
[jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service
[jk_connect.c (108)]: Into jk_open_socket
[jk_connect.c (115)]: jk_open_socket, try to connect socket = 2380
[jk_connect.c (124)]: jk_open_socket, after connect ret = -1
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61
[jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = -1
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed
[jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done

winnt\system32\LogFiles\W3SVC1:
-----------------------------------------------------
#Software: Microsoft Internet Information Server 4.0
#Version: 1.0
#Date: 2001-04-25 14:41:12
#Fields: time c-ip cs-method cs-uri-stem sc-status
14:41:11 164.28.39.80 GET /examples/jsp/index.html 500
14:42:10 164.28.39.80 GET / 404
14:42:21 164.28.39.80 GET /postinfo.html 302
14:42:21 164.28.39.80 GET /postinfo.html/ 403
14:42:28 164.28.39.80 GET / 404
14:43:05 164.28.39.80 GET / 404
14:45:48 164.28.39.80 GET /examples/jsp/index.html 500
14:48:23 164.28.39.80 GET /examples/jsp/index.html 500

Any ideas?

Guido Nottebrok



Reply via email to