Re: TOMCAT 4.1.18 installation with IIS + Proxy
Ramchandra <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
Hello,
It might be the port problem... Just change the port of IIS and start then the Tomcat will work. Siince in this case both IIS and Tomcat are sharing the same port 8080 Tomcat is not working for you.....
Cheers,
Ram.....
----- Original Message -----
From: skdas
To: [email protected]
Sent: Tuesday, March 25, 2003 10:19 AM
Subject: TOMCAT 4.1.18 installation with IIS + Proxy
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 can not access example servlets using http://localhost:8080/example/servlet/HelloWorldExamples .
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