Yes, thank you. The problem with not being able to access the worker.properties file is also another error with http://reynir.net/java/greinar/nr/52/ath. That page recommends creating a registry entry of ...\worker.properties", but says create the file as workerS.properties. Fixing the registry entry fixed the problem. I blindly assumed that this web page was clean but it is full of errors.
I have gotten past the errors, but all requests get back a 404. I can't see any evidence in the iis_redirect.log or a network monitor that it ever opened a connection to the remote tomcat. I have tried both a domain name and IP address for the host setting. Should I see something in the log? For a request to http://localhost/index.jsp what I see in the log is: [debug] jk_isapi_plugin.c (785): Filter started [debug] jk_isapi_plugin.c (852): Virtual Host redirection of /localhost/index.jsp [debug] jk_uri_worker_map.c (513): Attempting to map URI '/localhost/index.jsp' from 3 maps [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/servlet/*' [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/servlet/' [debug] jk_uri_worker_map.c (525): Attempting to map context URI '/*.jsp' [debug] jk_uri_worker_map.c (539): Found a wildchar match main -> /*.jsp [debug] jk_isapi_plugin.c (869): check if [/index.jsp] is points to the web-inf directory [debug] jk_isapi_plugin.c (887): [/index.jsp] is a servlet url - should redirect to main Mitchell Fisher | Unisys Corp., S&T, ClearPath MCP | Net 385-3450 External 610-648-3450 Fax 610-695-5060 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. -----Original Message----- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 4:10 PM To: Tomcat Users List Subject: Re: IIS 6.0 with JK 1.2.19 I'm not sure about the iis redirect, but in general mod_jk only permitts patterns with a leading slash "/". So please try "/*.jsp". Regards, Rainer Fisher, Mitchell L schrieb: > There is no problem with the missing arrow. > http://support.microsoft.com/kb/317204/en-us says: > > "In Internet Information Services (IIS) 6.0, an ISAPI filter that has > been added at the site level does not load until the Web server has > served at least one request to that site." > > Once I made a request to the site, I got my green arrow. I used the > Default Web Site for the filter, and not the enclosing Web Sites folder. > > Although, when I rebooted and before making another request, I got the > green arrow anyway. > > I am however getting errors in the iis_redirect.log: > > [error] jk_uri_worker_map.c (322): invalid context *.jsp > [error] jk_uri_worker_map.c (615): invalid mapping rule *.jsp->main > [emerg] jk_isapi_plugin.c (1253): Unable to read worker file > C:\Inetpub\wwwroot\tomcat\conf\worker.properties. > > I changed permissions for the \conf folder as I did for \logs and > \bin\native below, rebooted, and still get this [emerg] error. Ideas? > > Mitchell Fisher | Unisys Corp., S&T, ClearPath MCP | Net 385-3450 > External 610-648-3450 Fax 610-695-5060 > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > -----Original Message----- > From: Fisher, Mitchell L [mailto:[EMAIL PROTECTED] > Sent: Monday, October 02, 2006 2:36 PM > To: Tomcat Users List > Subject: RE: IIS 6.0 with JK 1.2.19 > > Turk, Mladen wrote: > >> One of the problems can be caused by the access rights for >> the folder having isapi_redirect.dll >> Also the IIS process must have full access rights to logs >> folder. > > I changed security of \tomcat\bin\native & \tomcat\logs to: > > . IIS_WPG to Allow Full Control > . Internet Guest Account to Allow Full Control > . Users to Allow Full Control > > Restarted IIS and no change. Is this what you meant? I have not > created a log file in the logs folder. > >> Sometimes the IIS Metabase can get corrupted. >> Use the IIS MetabaseExplorer from: >> http://www.ripcordsoftware.com/IISMetabaseExplorer/Default.aspx > <http://www.ripcordsoftware.com/IISMetabaseExplorer/Default.aspx> >> and remove any duplicate Filter entries for jakarta if they exist. > > Great tool. But it only shows two jakarta entries: > > \W3SVC\1\Filters\jakarta > 1002 MD_KEY_TYPE Server String 20 IIsFilter > 2041 MD_FILTER_IMAGE_PATH Server String 112 > C:\Inetpub\wwwroot\tomcat\bin\native\isapi_redirect.dll > \W#SVC\1\ROOT\jakarta > 1002 MD_KEY_TYPE Server String 34 IIsWebVirtualDir > 2102 MD_APP_FRIENDLY_NAME INH WAM String 16 jakarta > 2103 MD_APP_ROOT INH File String 50 > /LM/W3SVC/1/Root/jakarta > 2104 MD_APP_ISOLATED INH WAM Number 4 2 > 3001 MD_VR_PATH INH File String 74 > C:\Inetpub\wwwroot\tomcat\bin\native > 6005 MD_DIRECTORY_BROWSING INH File Number 4 1073741886 > 6016 MD_ACCESS_PERM INH File Number 4 517 > > -Mitch > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]