Hi guys (gals?)... Shawn here. 1.THE PROBLEM: I am starting to believe that Tomcat is *not* configurable... surely I'm wrong?! I can successfully run the HelloWorldExample servlet via the following: http://mymachine:8080/examples/HelloWorldExample http://mymachine/examples/HelloWorldExample but tomcat willnot (cannot?) run it via the following: http://mymachine/servlet/HelloWorldExample Is there ANYTHING written to help people like me install tomcat successfully on IIS? (Gal??). Thanx for any feedback. 2. WHAT I'VE TRIED I've checked the uriworkermap.properties and it *DOES* contain the following definitions: /servlet/*=ajp12 /examples/*=ajp12 It seems that the redirector is working fine.( see the isapi.log entree at the end of this email). But the worker doesn't seem to do its job (it returns a 404). Has anyone on this list succeeded in configuring tomcat for use with IIS and their OWN servlets, or class hierarchy? (on a side-note: I have a servlet of mine stuck in c:/tomcat/classes/myservlet.class that can be accessed via mymachine:8080/examples/servlet/myservlet but NOT mymachine/examples/myservlet) 3. THE CONFIGURATION This is using IIS and the isapi_redirect.dll found at http://jakarta.apache.org/builds/tomcat/release/v3.1_beta_1/bin/win32/i386 with all the installation of the "Tomcat IIS HowTo" document written by Gal Shachor. ---------------------- isapi.log [jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of /servlet/HelloWorldExample [jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (338)]: jk_uri_worker_map_t::uri_worker_map_open, done with ajp12 [jk_isapi_plugin.c (395)]: In HttpFilterProc /servlet/HelloWorldExample should redirect to ajp12 [jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of /servlet/HelloWorldExample [jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (338)]: jk_uri_worker_map_t::uri_worker_map_open, done with ajp12 [jk_isapi_plugin.c (395)]: In HttpFilterProc /servlet/HelloWorldExample should redirect to ajp12 [jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of /servlet/HelloWorldExample [jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (338)]: jk_uri_worker_map_t::uri_worker_map_open, done with ajp12 [jk_isapi_plugin.c (395)]: In HttpFilterProc /servlet/HelloWorldExample should redirect to ajp12 [jk_worker.c (139)]: Into wc_get_worker_for_name ajp12 [jk_worker.c (143)]: wc_get_worker_for_name, done found a worker [jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint [jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service [jk_connect.c (107)]: Into jk_open_socket [jk_connect.c (114)]: jk_open_socket, try to connect socket = 768 [jk_connect.c (123)]: jk_open_socket, after connect ret = 0 [jk_connect.c (131)]: jk_open_socket, set TCP_NODELAY to on [jk_connect.c (139)]: jk_open_socket, return, sd = 768 [jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = 768 [jk_ajp12_worker.c (357)]: Into ajpv12_handle_request [jk_ajp12_worker.c (361)]: ajpv12_handle_request, sending the ajp12 start sequence [jk_ajp12_worker.c (395)]: ajpv12_handle_request, sending the headers [jk_ajp12_worker.c (414)]: ajpv12_handle_request, sending the terminating mark [jk_ajp12_worker.c (454)]: ajpv12_handle_request done [jk_ajp12_worker.c (148)]: In jk_endpoint_t::service, sent request [jk_ajp12_worker.c (470)]: Into ajpv12_handle_response [jk_ajp12_worker.c (484)]: ajpv12_handle_response, read Status: 404 Not Found ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
