RE: cpu load 100% on windows 2000 using iis

2001-02-22 Thread Craig O'Brien
right now. Regards, Craig -Original Message- From: Craig O'Brien [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 3:20 PM To: [EMAIL PROTECTED] Subject: RE: cpu load 100% on windows 2000 using iis Just so you know. This is not a Windows only issue and can appear on most OSs

Re: cpu load 100% on windows 2000 using iis

2001-02-22 Thread Rui M . Silva Seabra
On Wed, Feb 21, 2001 at 04:05:33PM -0800, Craig O'Brien wrote: Have you created a virtual directory named "jakarta" in the same folder that the isapi_redirect.dll is located? Mine is physically located in tomcat/bin/Win32/i386/. Have you assigned this directory "execute" access? Yes I did.

RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Craig O'Brien
Just so you know. This is not a Windows only issue and can appear on most OSs. (Solarus etc.) Craig -Original Message- From: Rui M . Silva Seabra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: cpu load 100% on windows 2000 using iis

RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Marc Saegesser
Is there a ROOT web app? There is a known bug in 3.2.1 that causes Tomcat to spin in a tight loop if it gets a URL that doesn't map into a servlet *and* the ROOT webapp has been removed. This has been fixed and will appear in Tomcat 3.2.2. Also, be careful using JDK 1.3 if your going to run

RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Craig O'Brien
ubject: Re: cpu load 100% on windows 2000 using iis On Wed, Feb 21, 2001 at 03:26:27PM -0800, Craig O'Brien wrote: Sorry about all these postsI could have just been patient and combined them. :0) np with me :) Did you delete the default contexts? This will cause this problem. Ei

Re: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Rui M . Silva Seabra
On Wed, Feb 21, 2001 at 03:26:27PM -0800, Craig O'Brien wrote: Sorry about all these postsI could have just been patient and combined them. :0) np with me :) Did you delete the default contexts? This will cause this problem. Either reinstall them temporarily or look into your config

RE: cpu load 100% on windows 2000 using iis

2001-02-21 Thread Craig O'Brien
There is a known issue. It appears that you must insure that Tomcat only operates in a valid context. I have not faced this issue so I don't have any suggestions, however, this may be helpful. Here is a snippet from a past discussion on this issue: /* 6.11 Misconfiguration Can Cause CPU-Bound