DO NOT REPLY [Bug 42925] Sendfile thread uses 100% cpu for long periods

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42925


Mark Thomas <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #4 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 00:16:47 PST ---
*** Bug 44938 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44938] the thread http-80-SendFile-0 consumes 100% of CPU and slow tomcat responses

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44938


Mark Thomas <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 00:16:47 PST ---
Given a lack of evidence to the contary, I am marking this as a duplicate.

*** This bug has been marked as a duplicate of bug 42925 ***


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44895] security environments for applets incorrect for jsp pages

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44895


Mark Thomas <[EMAIL PROTECTED]> changed:

   What|Removed |Added

   Severity|blocker |normal




--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 00:19:39 PST ---
Changing severity. No response in over a week - it clearly isn't that
important.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r654014 - /tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml

2008-05-07 Thread markt
Author: markt
Date: Wed May  7 00:26:03 2008
New Revision: 654014

URL: http://svn.apache.org/viewvc?rev=654014&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44946
Add missing steps for IIS 6.0 
Based on a patch by Louis Pierrson using information from 
http://confluence.atlassian.com/display/DOC/Setting+up+Confluence+with+IIS

Modified:
tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml?rev=654014&r1=654013&r2=654014&view=diff
==
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml Wed May  7 
00:26:03 2008
@@ -237,6 +237,20 @@
 you need to insert the full path to isapi_redirect.dll.
 
 
+If you're using IIS 6.0 you must also do the following:
+
+Using the IIS management console, add the Jakarta Isapi Redirector to the Web
+Service Extensions. 
+
+Right-click on Web Service Extensions and choose Add a new Web Service
+Extension. 
+Enter tomcat for the Extension Name.
+Add the isapi_redirect.dll to the required files. 
+Check the Set extension status to Allowed.
+Click on OK.
+
+
+
 Restart IIS (stop + start the IIS service), make sure that the tomcat filter 
is marked with a green up-pointing arrow.
 Under Win98 you may need to cd WINDOWS\SYSTEM\inetsrv and type PWS 
/stop 
 ( the DLL and log files are locked - even if you click the stop button, 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44946] tomcat-connector How-to for IIS 6. 0 should include adding Web Service Extensions

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44946





--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 00:26:16 PST ---
Many thanks for the patch. I modified it slightly and committed it to the jk
docs. It will be in the next release.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44946] tomcat-connector How-to for IIS 6. 0 should include adding Web Service Extensions

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44946


Mark Thomas <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 00:26:34 PST ---
Many thanks for the patch. I modified it slightly and committed it to the jk
docs. It will be in the next release.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39805] Annotations only working for public methods

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39805





--- Comment #2 from Marcello Teodori <[EMAIL PROTECTED]>  2008-05-07 04:01:45 
PST ---
I'm looking for some info on the tomcat 6 documentation about jee annotation
support along the lines of what's available for jetty here:
http://docs.codehaus.org/display/JETTY/Annotations
but I can't find anything and I still have issues in configuring correctly
@Resource for a DataSource object starting from context.xml.

Should I add a documentation issue?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44895] security environments for applets incorrect for jsp pages

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44895


walter b marvin <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED




--- Comment #3 from walter b marvin <[EMAIL PROTECTED]>  2008-05-07 09:09:14 
PST ---
I haven't replied because I had sever flu. Since you insist I'll try to add
that today. Actually you should already know about this. I'm surprised you
don't


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Tomcat Wiki] Update of "FAQ/Windows" by JasonSperske

2008-05-07 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by JasonSperske:
http://wiki.apache.org/tomcat/FAQ/Windows

The comment on the change is:
Added help with Vista related issues

--
   1. [#Q5 I want to redeploy web applications, how do I prevent resources from 
getting locked?]
   1. [#Q6 Can I use UNC paths?]
   1. [#Q7 Why can't Tomcat see my mapped drive when running as a service?]
+  1. [#Q8 Why aren't access logs showing up in Tomcat on Vista?]
+  1. [#Q9 Why do I get a "HTTP/1.x 400 No Host matches server name" error when 
I change the "webapps" folder in Tomcat on Vista?]
+ 
  == Answers ==
  [[Anchor(Q1)]]'''Why do I get Out of Environment Space?'''
  
@@ -40, +43 @@

  
  The mapped drives are part of a user's profile and they are not used when 
running as a service. You should be OK with UNC paths.
  
+ [[Anchor(Q8)]]'''Why aren't access logs showing up in Tomcat on Vista?'''
+ 
+ By default, the Tomcat Windows Service installer attempts to place Tomcat 
inside the "Program Files" folder.  Default Vista folder permissions cause 
various logging functions (though mysteriously not every log function) to fail 
silently.  It is best to change Tomcat's install folder to something like 
"C:\Tomcat".  This issue can be hard to spot because by default the access logs 
are not enabled and the example webapps work just fine.
+ 
+ [[Anchor(Q9)]]'''Why do I get a "HTTP/1.x 400 No Host matches server name" 
error when I change the "webapps" folder in Tomcat on Vista?'''
+ 
+ By default, the Tomcat Windows Service installer attempts to place Tomcat 
inside the "Program Files" folder.  Default Vista folder permissions conflict 
with the contents of the "webapps" folder, can case a blank page to come up 
when attempting to access the webapp.  By using a HTTP Header inspector like 
"[https://addons.mozilla.org/en-US/firefox/addon/3829 Live HTTP Headers]" you 
can see a slightly more descriptive error message.  It is best to change 
Tomcat's install folder to something like "C:\Tomcat".  This issue can be hard 
to spot because by default the example webapps work just fine.
+ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Tomcat Wiki] Trivial Update of "UsefulLinks" by JasonSperske

2008-05-07 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by JasonSperske:
http://wiki.apache.org/tomcat/UsefulLinks

The comment on the change is:
First link was broken, the second link pointed to an article about Ford cars

--
  [[TableOfContents]]
  
  = Tomcat Connectors/JK =
- 
-  * [http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html How To Link Tomcat 
5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector]
- 
-  Comprehensive illustrated guide, with additional info on 
{{{workers2.properties}}}, JBoss/Tomcat, and {{{ROOT.war}}}
  
   * [http://www.syltonline.de/arbeit/pociis6tc5jk2/iis6mitjk2.html Tomcat5 
with IIS6 (in IIS6-Mode) and JK2 via AJP13] (in German)
  
@@ -47, +43 @@

   * [http://www.odindata.no/infopot/tomcat_iis_errors.htm File upload and 
login using IIS 6 and Tomcat 5]
  
   There are problems related to file upload (POST method) when using JK2.04 
and there is a patch for it. The patch, however, creates other problems. Here 
is a description on how to solve these problems.
- 
-  * 
[http://www.adcworks.com/blog/index.php/archives/2005/08/03/load-balancing-with-tomcat-55-and-jk-12
 Vertical 2-Tomcat load balancing with Tomcat 5.5]
- 
- 
-  '''NOTE:''' ''JK2 is no longer supported by Apache''
  
  = Building and Configuring Tomcat =
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r654177 - /tomcat/trunk/conf/server.xml

2008-05-07 Thread markt
Author: markt
Date: Wed May  7 10:20:41 2008
New Revision: 654177

URL: http://svn.apache.org/viewvc?rev=654177&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
Reduce copy/paste issues caused by different engine names.

Modified:
tomcat/trunk/conf/server.xml

Modified: tomcat/trunk/conf/server.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/conf/server.xml?rev=654177&r1=654176&r2=654177&view=diff
==
--- tomcat/trunk/conf/server.xml (original)
+++ tomcat/trunk/conf/server.xml Wed May  7 10:20:41 2008
@@ -95,7 +95,7 @@
  Documentation at /docs/config/engine.html -->
 
  
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r654178 - /tomcat/current/tc5.5.x/STATUS.txt

2008-05-07 Thread markt
Author: markt
Date: Wed May  7 10:24:22 2008
New Revision: 654178

URL: http://svn.apache.org/viewvc?rev=654178&view=rev
Log:
Propose fix for 44943

Modified:
tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=654178&r1=654177&r2=654178&view=diff
==
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed May  7 10:24:22 2008
@@ -192,3 +192,9 @@
   Based on a patch by John Kew
   +1: markt
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
+  Reduce issues caused by copy/paste and different engine names
+  http://svn.apache.org/viewvc?rev=654177&view=rev
+  +1: markt
+  -1: 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r654179 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-07 Thread markt
Author: markt
Date: Wed May  7 10:24:36 2008
New Revision: 654179

URL: http://svn.apache.org/viewvc?rev=654179&view=rev
Log:
Propose fix for 44943

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=654179&r1=654178&r2=654179&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed May  7 10:24:36 2008
@@ -151,3 +151,9 @@
   http://svn.apache.org/viewvc?rev=653549&view=rev
   +1: markt
   -1: 
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
+  Reduce issues caused by copy/paste and different engine names
+  http://svn.apache.org/viewvc?rev=654177&view=rev
+  +1: markt
+  -1: 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44943] Inconsistent engine name Catalina vs Standalone in server.xml

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44943





--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 10:24:47 PST ---
This has been fixed in trunk and proposed for 6.0.x and 5.5.x


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 44895] security environments for applets incorrect for jsp pages

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44895


Mark Thomas <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




--- Comment #4 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 10:25:54 PST ---
Reset the need info flag.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 42950] ConcurrentModificationException on Shutdown

2008-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42950


Mark Thomas <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WONTFIX




--- Comment #6 from Mark Thomas <[EMAIL PROTECTED]>  2008-05-07 10:29:55 PST ---
No response in over two months so marking as wntfix on the basis that disabling
reference clearing will fix the issue.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r654260 - /tomcat/current/tc5.5.x/STATUS.txt

2008-05-07 Thread markt
Author: markt
Date: Wed May  7 13:20:21 2008
New Revision: 654260

URL: http://svn.apache.org/viewvc?rev=654260&view=rev
Log:
Propose fix for 43013/44021

Modified:
tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=654260&r1=654259&r2=654260&view=diff
==
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed May  7 13:20:21 2008
@@ -193,6 +193,14 @@
   +1: markt
   -1: 
 
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44021
+  and https://issues.apache.org/bugzilla/show_bug.cgi?id=43013
+  Add support for # to signify multi-level contexts for directories and
+  wars.
+  http://svn.apache.org/viewvc?rev=653549&view=rev
+  +1: markt
+  -1: 
+
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943
   Reduce issues caused by copy/paste and different engine names
   http://svn.apache.org/viewvc?rev=654177&view=rev



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Generics and the spec interfaces

2008-05-07 Thread Mark Thomas

[EMAIL PROTECTED] wrote:

Can you please send a proposal (including diffs) to the JSR-315 EG?
"Generification" of the Servlet APIs is being considered for Servlet 3.0.

Thanks,

Jan


Jan,

Patches are available (under the AL2) from:
http://people.apache.org/~markt/patches/

I also fixed a couple of other bits. See the NOTES for full details.

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]