I don't mean to complain. I'm sure there are good reasons as you have mentioned why I haven't gotten more replies. I was trying to emphasize that I did appreciate the response in this case even though Ken didn't have much new info to offer.
That said, I also asked what I thought were pretty simple questions about jk (isapi_redirector) like: Can I control what Tomcat webapps two virtual hosts (IIS web sites) can access? If not, how can I allow one IIS web site to access one webapp and another IIS web site access another but not both? Am I really the first one to have to do this or the first one that participates here? I guess so. That's OK though. It took me four days to figure out a solution, but I did learn a lot. I created a new valve that allows me to allow/deny access by server name (i.e. request.getServerName). Very similar to the RemoteHostValve. So, the answer that was basically that the ISAPI filter maps from IIS to Tomcat -- no other control provided by the filter. If you need more access control, use filters. I'm thinking that I'll submit my valve to be added to the Tomcat baseline. I suppose that the lack of response to my questions suggests that no one here knew that or at least no one that read my messages knew that. Maybe my subject lines didn't catch the right person's eye. I'm not bothered by it, but I am curious why I didn't get more replies. Nathan ----- Original Message ----- From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 8:39 AM Subject: Re: Logfile for isapi_redirector2.dll? > > Not many people use IIS + Tomcat (comparatively speaking). Of those, > the folks using JK2 (redirector2) is probably smaller still. Of those > people, there's a good chance that they don't have an answer to your > particular question. Would you rather they replied anyway and sent you > off on a wild goose chase, wasting your time? > > John > > Nathan Ward wrote: > > > I appreciate the reply. I've joined this mailing list about a week ago and > > posted several messages. I've not gotten many replies at all. I guess people > > are busy and there are a lot of messages to sift through. Nonetheless, I > > start wondering if I have bad breath, don't know how spell or something if > > noone even chimes in. > > > > I took a look at the souce code for the isapi_redirector2.dll. I can follow > > it pretty good since I spent 10 years programming in C. I see logging > > methods (functions in C), but I didn't see where the log file was created or > > where it was written to. I believe I see where the code specifies the > > registry enteries that it is looking for and there isn't any for log file. I > > didn't see the logLevel registry setting specified either which I saw in the > > jk2 Tomcat docs. > > > > I saw some statemens about writing "event log" statements which led me to > > check the Windows Application Log. I did find some warning messages written > > there by the isapi_redirector2.dll. However, I never did get jk2 working. > > I'll stick with isapi_redirector.dll for now. > > > > Nathan > > > > ----- Original Message ----- > > From: "Januski, Ken" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > Sent: Thursday, July 24, 2003 5:36 PM > > Subject: RE: Logfile for isapi_redirector2.dll? > > > > > > > >>Since no one's responded I tried google. Eventually I found this page with > >>the following sample registry entry. I've yet to try it but if it works > > > > I'll > > > >>be very happy. It's about the same as registry entries for isapi_redirect > >>and isapi_redirector. But all examples I've seen for isapi_redirector2.dll > >>have not included a log_file. So I assumed there was a good reason. I > > > > guess > > > >>I'll soon find out. > >> > >> > >>http://www.wbtsystems.com/news/newsletters/july2003 > >> > >>[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi > >>Redirector\2.0] "serverRoot"="\\tomcat" > >>"extensionUri"="/jakarta/isapi_redirector2.dll" > >>"log_file"="\\tomcat\\logs\\iis_redirect.log" "logLevel"="DEBUG" > >>"workersFile"="\\tomcat\\conf\\workers2.properties" > >> > >> > >> > >>-----Original Message----- > >>From: Januski, Ken [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, July 24, 2003 12:57 PM > >>To: Tomcat Users List > >>Subject: RE: Logfile for isapi_redirector2.dll? > >> > >> > >>I've been meaning to ask this myself ever since I went to > >>isapi_redirector2.dll. It sure would be nice to have a log. > >> > >>-----Original Message----- > >>From: Nathan Ward [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, July 24, 2003 9:08 AM > >>To: Tomcat Users List > >>Subject: Logfile for isapi_redirector2.dll? > >> > >> > >>Does isapi_redirector2.dll write a log file? If so, where does it put the > >>file? I don't see any registry settings in the documentation that > > > > specifies > > > >>the log file location. > >> > >> Nathan > >> > > > > > > > > --------------------------------------------------------------------- > > 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]
