You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alon Marom <al...@cti2.com> on 2000/11/01 13:33:31 UTC

tomcat on IIS4/NT4.0 deployment error

hi, 

http://localhost:8080/examples/servlet/HelloWorldExample  works  :)
But
http://localhost/examples/servlet/HelloWorldExample  Not :(


In isapi.log I get
......
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/examples/servlet/HelloWorldExample] is a servlet url - should redirect to
ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/examples/servlet/HelloWorldExample] is points to the web-inf directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/examples/servlet/HelloWorldExample
[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
.......

what next ??
thanks , Alon

RE: tomcat on IIS4/NT4.0 deployment error

Posted by Roger Campbell <ro...@customercentrix.com>.
We had a problem like this that turned out to be NT permissions on the
tomcat home directory.  The directory needs to allow the IIS user access
(you can just set it to everyone).  We would get this error:

inetinfo.exe - Application Error
The instruction at "0x1000210" referenced memory at "0x10002110".  The
memory could not be "read".
Click on OK to terminate the program
Click on CANCEL to debug the program

and a null parameter error in the isapi log.  Hope that this helps,

Roger


-----Original Message-----
From: Alon Marom [mailto:alonm@cti2.com]
Sent: Wednesday, November 01, 2000 5:34 AM
To: tomcat-user@jakarta.apache.org; general@jakarta.apache.org
Subject: tomcat on IIS4/NT4.0 deployment error


hi,

http://localhost:8080/examples/servlet/HelloWorldExample  works  :)
But
http://localhost/examples/servlet/HelloWorldExample  Not :(


In isapi.log I get
......
[jk_isapi_plugin.c (439)]: HttpFilterProc
[/examples/servlet/HelloWorldExample] is a servlet url - should redirect to
ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/examples/servlet/HelloWorldExample] is points to the web-inf directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/examples/servlet/HelloWorldExample
[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
.......

what next ??
thanks , Alon