Hi George, Not sure what you mean by 'calendar'. If I right click on my website>properties>'Home Directory' tab I observe that the Application Pool is set to 'DefaultAppPool'. I then right click on 'DefaultAppPool' under the 'Application Pools' node>Properties>'Identity Tab'. This shows the security account is set to 'predefined'. I noted the greyed out user name against the unselected 'Configurable' option.
I then went and added the 'greyed' user above to the users for the log directory and file and set enabled modify and write permissions for the same. Restarted IIS. Still no log file. Any suggestions? Regards Nick On Mon, Nov 8, 2010 at 2:59 PM, George Sexton <geor...@mhsoftware.com>wrote: > Every time I have ever seen this problem, it's a permissions problem. > > Verify the user your app pool is running as has permissions. > > Don't make assumptions about what user your app pool is running as. > > > 1. Open Windows Internet Information Services Manager and right click on > the > virtual host (or default website) for the calendar and choose Properties. > 2. Switch to the Home tab and write down the Application Pool name. > 3. In the left frame, click on the Application Pools folder, and then > right-click on the application pool name from the step above. > 4. Click on the identity tab and write down the identity used. > > > George Sexton > MH Software, Inc. > 303 438-9585 > www.mhsoftware.com > > > > -----Original Message----- > > From: Nick Beare [mailto:nickbearetom...@gmail.com] > > Sent: Monday, November 08, 2010 3:45 AM > > To: users@tomcat.apache.org > > Subject: Absence of isapi_redirect log file > > > > Hi > > > > I have successfully installed several JK redirect systems on various > > platforms (all windows based), linking IIS to JBoss(Tomcat) via AJP. > > (Always version 30 of the dll) > > Most recently, an NLB IIS cluster on twin windows 2003 R2 32 bit > > servers. > > > > I have never managed to get any output to the isapi_log file, no matter > > what > > logging level I stipulate in the registry keys. > > I have double, triple and quadruple checked that registry entries are > > complete and spelled correctly. > > I have check permissions on the log directory and they look okay. > > Does the dll create the log file if it doesn't yet exist? > > > > Does logging work? Has anybody seen the log file getting populated in a > > windows environment? > > > > Regards > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >