I commented out each in turn and it does not matter which I use the error still 
happens :(

It's ridiculous because I have followed every single set of instructions to the very 
letter and it does not work.

Someone out there must know what

"The specified module could not be found."

which is what I get in Internet Explorer when I request my JSP through IIS. The IIS 
logs still show Error 500 for the ISAPI dll.

-----Original Message-----
From: Reynir Hübner [mailto:[EMAIL PROTECTED]
Sent: 29 May 2003 15:02
To: Tomcat Users List
Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module


Ok, according to this you've got 2 connectors on port 8009 ?
That's one to many ...
-reynir


> -----Original Message-----
> From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
> Sent: 29. maí 2003 13:38
> To: Tomcat Users List
> Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot 
> Find Module
> 
> 
> My server.xml contains
> 
>     <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>                port="8009" minProcessors="5" maxProcessors="75"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="20000"
>                useURIValidationHack="false"
>                
> protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
> 
>     <!-- Define an AJP 1.3 Connector on port 8009 -->
>     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
>                port="8009" minProcessors="5" maxProcessors="75"
>                acceptCount="10" debug="0"/>
> 
> when I request
> 
> http://localhost:8080/taglibs/index.jsp
> 
> it works, so Tomcat is running.
> 
> Telnet to 8009 gives me a blank screen.
> 
> 
> -----Original Message-----
> From: Reynir Hübner [mailto:[EMAIL PROTECTED]
> Sent: 29 May 2003 14:29
> To: Tomcat Users List
> Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot 
> Find Module
> 
> 
> Hi, 
> 
> I haven't seen this error before, do you have a connector set 
> to receive the request in tomcat/conf/server.xml ? It must be 
> open on port 8009, what hapenes if you do : 
> 
> C:\> telnet localhost 8009 
>  
> 
> It's seems to me that the workers, and IIS filter is working 
> correctly at least according to the log file, but there may 
> be nothing configured to receive the request in tomcat. Or 
> maybe even tomcat Is not running at all ?
> 
> hope it helps
> -reynir
> 
> 
> > -----Original Message-----
> > From: Allistair Crossley [mailto:[EMAIL PROTECTED]
> > Sent: 29. maí 2003 11:48
> > To: TOMCAT USER (E-mail)
> > Subject: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module
> > 
> > 
> > Hi,
> > 
> > I have been charged with getting IIS 5 talking to Tomcat 4.1.24
> > 
> > I have completed all the instructions and have the isapi
> > filter running and spitting out its log information to a log 
> > file in tomcat and so on, so I know that JSP requests are 
> > getting into the isapi filter OK.
> > 
> > However, when I request my test jsp
> > 
> > http://intranet/taglibs/index.jsp
> > 
> > I get the error...
> > 
> > The specified module could not be found.
> > 
> > Looking in the IIS log I see an error 500 code for this response
> > 
> > 2003-05-29 11:27:35 150.150.100.247 - 150.150.100.247 80 GET
> > /tomcat/isapi_redirector.dll - 500 
> > Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)
> > 
> > And in the isapi log the request gives
> > 
> > [Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (696)]:
> > HttpFilterProc started [Thu May 29 12:27:35 2003]  
> > [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host 
> > redirection of /intranet/taglibs/index.jsp [Thu May 29 
> > 12:27:35 2003]  [jk_uri_worker_map.c (460)]: Into 
> > jk_uri_worker_map_t::map_uri_to_worker
> > [Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (477)]: 
> > Attempting to map URI '/intranet/taglibs/index.jsp' [Thu May 
> > 29 12:27:35 2003]  [jk_uri_worker_map.c (599)]: 
> > jk_uri_worker_map_t::map_uri_to_worker, done without a match 
> > [Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c (765)]: In 
> > HttpFilterProc test Default redirection of /taglibs/index.jsp 
> > [Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (460)]: Into 
> > jk_uri_worker_map_t::map_uri_to_worker
> > [Thu May 29 12:27:35 2003]  [jk_uri_worker_map.c (477)]: 
> > Attempting to map URI '/taglibs/index.jsp' [Thu May 29 
> > 12:27:35 2003]  [jk_uri_worker_map.c (502)]: 
> > jk_uri_worker_map_t::map_uri_to_worker, Found a context match 
> > testWorker -> /taglibs/ [Thu May 29 12:27:35 2003]  
> > [jk_uri_worker_map.c (558)]: 
> > jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match 
> > testWorker -> *.jsp [Thu May 29 12:27:35 2003]  
> > [jk_isapi_plugin.c (775)]: HttpFilterProc 
> > [/taglibs/index.jsp] is a servlet url - should redirect to 
> > testWorker [Thu May 29 12:27:35 2003]  [jk_isapi_plugin.c 
> > (838)]: HttpFilterProc check if [/taglibs/index.jsp] is 
> > points to the web-inf directory
> > 
> > My workers.properties file is
> > 
> > worker.list=testWorker
> > worker.testWorker.port=8009
> > worker.testWorker.host=localhost
> > worker.testWorker.type=ajp13
> > 
> > My uriworkermap.properties is
> > 
> > /taglibs/*=testWorker
> > /taglibs/*.jsp=testWorker
> > /taglibs/servlet/*=testWorker
> > 
> > 
> > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE>
> > -------------------------------------------------------
> > QAS Ltd.
> > Developers of QuickAddress Software
> > <a href="http://www.qas.com";>www.qas.com</a>
> > Registered in England: No 2582055
> > Registered in Australia: No 082 851 474
> > -------------------------------------------------------
> > </FONT>
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to