Hi All
I have installed TOMCAT 4.1.18
on Win NT based IIS + Proxy Server .
But servlets are working fine on the server
when IIS is stopped .
I can run examples as well as my servlets
also on the server when IIS is stopped.
But when IIS is also started TOMCAT don't
work.
I have placed workers.properties &
uriworkermap.properties file in
\conf directory
& isapi_redirector.dll in
\bin\win32\i386 directory.
Added isapi_redirector.dll on
ISAPI filter using IIS managment console. Also created a virtual directory as
per document.
Modified registry accordingly.
All the things are as per
document.
Files are -
1)
workers.properties
---------------------------
worker.list=nflserve
worker.nflserve.type=ajp13
worker.nflserve.host=localhost
worker.nflserve.port=8009
2)
uriworkermap.properties
---------------------------------------
/servlet/*=nflserve
/examples/*=nflserve
/examples/servlet/*=nflserve
When I check the log file , the messages
are -
[Tue Mar 25 08:56:27 2003] [jk_uri_worker_map.c (566)]: In
jk_uri_worker_map_t::map_uri_to_worker, wrong parameters
[Tue Mar 25
08:56:27 2003] [jk_uri_worker_map.c (566)]: In
jk_uri_worker_map_t::map_uri_to_worker, wrong parameters
[Tue Mar 25
08:56:28 2003] [jk_uri_worker_map.c (566)]: In
jk_uri_worker_map_t::map_uri_to_worker, wrong parameters
Kindly solve the problem .
Please suggest what should I do?
Thanks All & Regards
S.K.Das