Thanks in advance for any wisdom. Not having a great experience thus far with Tomcat & IIS together...(JK2 doesn't work, and POST's don't work with JK!).
Configured "per spec", and the following message is always shown in the Windows Event Log: Error: [jk_shm.c (333)]: shm.init(): No file Below are the config files. And yes, the virtual directory and ISAPI filters are set up properly... === jk2.properties === # Override the default port for the socketChannel channelSocket.port=8009 ====================== === workers2.properties === # Example socket channel, override port and host. [channel.socket:localhost:8009] port=8009 host=127.0.0.1 # define the worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009 [uri:/servlet/*] worker=ajp13:localhost:8009 # The same, but for /demo [uri:/*.irpt] worker=ajp13:localhost:8009 [uri:/examples/*] worker=ajp13:localhost:8009 ====================== === registry entries === Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0] "serverRoot"="C:\\Program Files\\Apache Group\\Tomcat 4.1" "extensionUri"="/jakarta/isapi_redirector2.dll" "workersFile"="C:\\Program Files\\Apache Group\\Tomcat 4.1\\conf\\workers2.properties" "logLevel"="DEBUG" ======================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
