Do I need to provide more information? Or should I try a developer list instead?
Thanks, -Sasha On 5/28/03 16:28, "Sasha Borodin" <[EMAIL PROTECTED]> wrote: > I know you guys must be sick of iis-jk2 questions, but I've configured > things identically to another working setup, and I'm having problems; much > obliged if you could take a gander at the following observations / > properties files. > > 1. iis works, serves stuff that exists, gives 404 when I request things > that aren't there > 2. Tomcat works, serves my webapps via port 8080 just fine > > Now for my workers2.properties file > ----begin > [shm] > file=C:\jakarta-tomcat-connectors\work\jk2\shm.file > > [channel.socket:localhost:8009] > port=8009 > host=127.0.0.1 > > [ajp13:localhost:8009] > channel=channel.socket:localhost:8009 > > [uri:/da/*] > worker=ajp13:localhost:8009 > > [uri:/damanager/*] > worker=ajp13:localhost:8009 > ----end > > And a snippet of my server.xml > ----begin > <!-- 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="0" > useURIValidationHack="false" > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> > ----end > > -My jk2.properties file is auto-generated > -My registry's got the rights keys, values, paths, etc. - I've > triple-checked. > -IIS has the jakarta virtual directory pointing to the folder with the dll > -IIS has jakarta isapi filter set up (green arrow for up) > > So here's what happens: > > 1. If I access http://www.dollarauto.com/daa > - I get a 404 like I'm supposed to > 2. If I access http://www.dollarauto.com/da > (one of the uri mappings in workers2.properties) > - I either get a page with the words "Handle is invalid" > or "System cannot find the file specified." (alternating) > 3. If I try the previous request (#2) a couple of times, the WWW, FTP, IIS > admin services crash and restart > > As I've said, going directly to Tomcat via port 8080 produces the desired > results. > > I've searched tomcat-user archives http://mikal.org/interests/java/tomcat/ > But have not been able to find any mention of the error pages I'm getting - > they do not look like standard iis error responses. I've tried downloading > and replacing the isapi_redirector2.dll several times. > > System: > -W2K Server, SP3 > -Tomcat 4.1.24 > > If these symptoms ring a bell, please speak up. TIA, > > -Sasha > > > --------------------------------------------------------------------- > 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]
