Hi, Here are some additional hints for running Tomcat 4.03 with IIS5 on W2k:
-I used jakarta-redirector.dll from: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/win32/ (Don't download it with Netscape) -Make sure the registry key matches the name (was jakarta-redirect.dll before) -Make sure you allow Script/Execute access for the virtual directory jakarta -When testing, make sure you enter a URL that is actually mapped (my uriworkermap.properties contained /examples/* so I had to test with localhost/examples/jsp to see a result, localhost/examples wouldn't work) Hope that helps somebody Best Regards Markus -----Original Message----- From: george moudry <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Date: Sun, 21 Apr 2002 21:40:01 -0700 Subject: Re: ISAPI_REDIRECTOR.DLL problem: "Error 500" > for anyone having problems with ISAPI_REDIRECTOR.DLL in Tomcat4: > As I wrote before, IIS5 + isapi_redirect.dll + Tomcat 4.0.3 was > failing. > Now I installed Tomcat3.3 from source alongside Tomcat4.0, pointed > IIS > at the old version of isapi/tomcat, and everything is miraculously > working fine. > /george > > george moudry wrote: > > > Hello there. > > First - Do you know where is the current source code for isapi dll? > I > > only found old source in tomcat 3.3. > > > > Next, my problem: > > I am trying to use Tomcat 4.0.3 with IIS. Both individually > function > > fine. > > But when ask IIS to give me "http://192.168.1.101/examples/", I get > > error 500. (see below for log entry). > > Meanwhile "http://192.168.2.101:8080/examples/" (tomcat's port) > works > > fine. > > > > Darn. An hour ago, I was doing much better, I was getting "The > > specified module cannot be found". Naively, I went into tomcat's > > server.xml to turn logging high, and now everything is broken and I > > only get error 500s. > > Thanks for any ideas. > > george > > los angeles > > > > PS. any way to sniff these "AJP" packets? > > > > =================================================== > > ### details: > > IIS is running on 80 (but some neighbors are continuously trying > bad > > things), > > and Tomcat is on 8080. > > My machine: WIndows 2000 SP2 > > My JDK: Java2 SDK, SE version 1.4.0 > > > > ### Content of > C:\Tomcat40\logs\localhost_examples_log.2002-04-19.txt > > (not much action here) > > ... > > 2002-04-19 00:01:49 StandardWrapper[/examples:invoker]: Loading > > container servlet invoker > > 2002-04-19 00:01:49 invoker: init > > 2002-04-19 00:01:49 jsp: init > > > > #### Content of C:\Tomcat40\logs\iis_redirect.log: (many attempts > to > > redirect here) > > ... > > [Fri Apr 19 00:04:08 2002] [jk_ajp_common.c (1222)]: Into > > jk_worker_t::init > > [Fri Apr 19 00:04:08 2002] [jk_worker.c (187)]: wc_create_worker, > done > > [Fri Apr 19 00:04:08 2002] [jk_worker.c (238)]: build_worker_map, > > removing old ajp13 worker > > [Fri Apr 19 00:04:08 2002] [jk_worker.c (250)]: build_worker_map, > done > > [Fri Apr 19 00:04:08 2002] [jk_worker.c (111)]: wc_open, done 1 > > [Fri Apr 19 00:04:08 2002] [jk_isapi_plugin.c (657)]: > HttpFilterProc > > started > > [Fri Apr 19 00:04:08 2002] [jk_isapi_plugin.c (705)]: In > > HttpFilterProc Virtual Host redirection of > > /192.168.1.101/examples/hello.txt > > [Fri Apr 19 00:04:08 2002] [jk_uri_worker_map.c (447)]: Into > > jk_uri_worker_map_t::map_uri_to_worker > > [Fri Apr 19 00:04:08 2002] [jk_uri_worker_map.c (464)]: Attempting > to > > map URI '/192.168.1.101/examples/hello.txt' > > [Fri Apr 19 00:04:08 2002] [jk_uri_worker_map.c (478)]: > > jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 > -> > > /192.168.2.101/examples/hello.txt > > [Fri Apr 19 00:04:08 2002] [jk_isapi_plugin.c (721)]: > HttpFilterProc > > [/examples/hello.txt] is a servlet url - should redirect to ajp13 > > [Fri Apr 19 00:04:08 2002] [jk_isapi_plugin.c (784)]: > HttpFilterProc > > check if [/examples/hello.txt] is points to the web-inf directory > > [Fri Apr 19 00:04:26 2002] [jk_isapi_plugin.c (657)]: > HttpFilterProc > > started > > [Fri Apr 19 00:04:26 2002] [jk_isapi_plugin.c (705)]: In > > HttpFilterProc Virtual Host redirection of /192.168.1.101/examples/ > > [Fri Apr 19 00:04:26 2002] [jk_uri_worker_map.c (447)]: Into > > jk_uri_worker_map_t::map_uri_to_worker > > [Fri Apr 19 00:04:26 2002] [jk_uri_worker_map.c (464)]: Attempting > to > > map URI '/192.168.1.101/examples/' > > [Fri Apr 19 00:04:26 2002] [jk_uri_worker_map.c (570)]: > > jk_uri_worker_map_t::map_uri_to_worker, done without a match > > [Fri Apr 19 00:04:26 2002] [jk_isapi_plugin.c (711)]: In > > HttpFilterProc test Default redirection of /examples/ > > > > [Fri Apr 19 00:04:26 2002] [jk_uri_worker_map.c (447)]: Into > > jk_uri_worker_map_t::map_uri_to_worker > > [Fri Apr 19 00:04:26 2002] [jk_uri_worker_map.c (464)]: Attempting > to > > map URI '/examples/' > > [Fri Apr 19 00:04:26 2002] [jk_uri_worker_map.c (489)]: > > jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 > -> > > /examples/ > > [Fri Apr 19 00:04:26 2002] [jk_isapi_plugin.c (721)]: > HttpFilterProc > > [/examples/] is a servlet url - should redirect to ajp13 > > [Fri Apr 19 00:04:26 2002] [jk_isapi_plugin.c (784)]: > HttpFilterProc > > check if [/examples/] is points to the web-inf directory > > > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
