DO NOT REPLY [Bug 36976] - Tomcat VM does not shutdown with remote jmx enabled

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Irving, Dave
Hi, Im currently prototyping a NIO connector for tomcat - using tomcat 5.0.28 as a base. This is to solve a specific issue: We have to support a very high number of concurrent connections in a high latency server - and want to remove the thread per connection dependency. In particular, for my use

DO NOT REPLY [Bug 37121] - HTTP Static Partial Content Bug

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Remy Maucherat
Irving, Dave wrote: Hi, Im currently prototyping a NIO connector for tomcat - using tomcat 5.0.28 as a base. This is to solve a specific issue: We have to support a very high number of concurrent connections in a high latency server - and want to remove the thread per connection dependency. In

DO NOT REPLY [Bug 36548] - First undeploy doesn't work

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Irving, Dave
> There's no reason to use crap stuff like a BAOS. Just append byte arrays to a > buffer. I'll take a look at how this is done in tomcat at the moment. >> - It looks like I'll have to implement the ActionHook stuff to deal >> with call-backs from the request / response. Is there anything

DO NOT REPLY [Bug 36548] - First undeploy doesn't work

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37138] New: - Allow to specify a security provider (priority list) per connector (e.g. to allow to use multiple USB-HSM tokens - one per connector)

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36548] - First undeploy doesn't work

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26135] - Tomcat 5.0.16 leaks memory when a webapp is reloaded or stopped/started

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36548] - First undeploy doesn't work

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Remy Maucherat
Irving, Dave wrote: There's no reason to use crap stuff like a BAOS. Just append byte arrays to a buffer. I'll take a look at how this is done in tomcat at the moment. The lower level code doesn't deal with IS/OS constructs, only with byte arrays. - It looks like I'll have to implement

RE: Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Irving, Dave
Remy Maucherat wrote: > A thread will still be needed to run the servlet, so I hope the amount of time > spent in the service method will be lower than 15 seconds. Otherwise, there's > no real solution besides having a large amount of threads. Yeah, that's the crux of it I suppose. Do you know

Re: Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Remy Maucherat
Irving, Dave wrote: Remy Maucherat wrote: Yeah, that's the crux of it I suppose. Do you know how much of tomcat assumes single thread request / response? After the request pops out of tomcat (via axis), the processing on our side is already asyncronous: - Receive request - Pass r

RE: Interactions with org.apache.coyote.Request/Response

2005-10-18 Thread Irving, Dave
Remy Maucherat wrote: > I think the conclusion is that your requirements are outside the use cases for which > the servlet API was designed for, so besides reusing portions of the code, most of > your request processing cannot quite run inside the main servlet container. Yes - and after doing a

DO NOT REPLY [Bug 37143] New: - Jasper precompiler didn't handle external entities

2005-10-18 Thread bugzilla
a sample web.xml http://java.sun.com/dtd/web-app_2_3.dtd"; [ ]> MyApp MyReleaseDate 20051018 startup org.domain.web.StartupServlet myParm myValue 1 &base; &jsp; 30 the base.xml could be : login

DO NOT REPLY [Bug 37144] New: - Jasper precompiler didn't free some TLD jars

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r326103 - /tomcat/site/trunk/xdocs-faq/cluster.xml

2005-10-18 Thread pero
Author: pero Date: Tue Oct 18 06:30:23 2005 New Revision: 326103 URL: http://svn.apache.org/viewcvs?rev=326103&view=rev Log: only pooled senders can change the number of senders. Modified: tomcat/site/trunk/xdocs-faq/cluster.xml Modified: tomcat/site/trunk/xdocs-faq/cluster.xml URL: http://

svn commit: r326110 - in /tomcat/container/tc5.5.x/modules/cluster: ./ src/share/org/apache/catalina/cluster/session/

2005-10-18 Thread pero
Author: pero Date: Tue Oct 18 07:08:36 2005 New Revision: 326110 URL: http://svn.apache.org/viewcvs?rev=326110&view=rev Log: Better support cluster at engine level Fix some typos Used Hashtable instead Hashmap at DeltaSession Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/a

svn commit: r326111 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-10-18 Thread pero
Author: pero Date: Tue Oct 18 07:11:42 2005 New Revision: 326111 URL: http://svn.apache.org/viewcvs?rev=326111&view=rev Log: Better support cluster at engine level Fix some typos Used Hashtable instead Hashmap at DeltaSession Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modi

svn commit: r326113 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java

2005-10-18 Thread pero
Author: pero Date: Tue Oct 18 07:15:29 2005 New Revision: 326113 URL: http://svn.apache.org/viewcvs?rev=326113&view=rev Log: Now removeAttributeInternal use also hashtable! Sorry :-) Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession

DO NOT REPLY [Bug 37121] - HTTP Static Partial Content Bug

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37121] - HTTP Static Partial Content Bug

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37121] - HTTP Static Partial Content Bug

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r326153 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/threads/ThreadPool.java

2005-10-18 Thread yoavs
Author: yoavs Date: Tue Oct 18 10:03:28 2005 New Revision: 326153 URL: http://svn.apache.org/viewcvs?rev=326153&view=rev Log: Typo fix in error message, pointed out to me via private email by Entiaz Inan. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/threads/ThreadPool.j

DO NOT REPLY [Bug 37147] New: - IIS 6.0, isapi_redirect.dll 1.2.14, does not log page redirects

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31125] - conf/web.xml not valid

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31125] - conf/web.xml not valid

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35552] - JMS destination under

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29780] - Why we need a jkMain static attibute?

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37150] New: - denial of service on many and long requests on v5.5.x

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

tomcat/build/tc5.5.x/resources/build.xml

2005-10-18 Thread Jean-frederic Clere
hi, This file uses cvs but it should do the same with svn. The question is how to solve the problem: 1 - using a like: +++ +++ 2 - Using svnant (http://subclipse.tigris.org/svnant.html). 3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html). 4 - Something else

DO NOT REPLY [Bug 37150] - denial of service on many and long requests on v5.5.x

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37121] - HTTP Static Partial Content Bug

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r326292 - in /tomcat: connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java container/tc5.5.x/webapps/docs/changelog.xml

2005-10-18 Thread remm
Author: remm Date: Tue Oct 18 16:04:30 2005 New Revision: 326292 URL: http://svn.apache.org/viewcvs?rev=326292&view=rev Log: - 37121: Sendfile always needs to be given the length of data to write, not the end of the range. Ranged requests behaved in a weird way and ended with an error status b

DO NOT REPLY [Bug 37121] - HTTP Static Partial Content Bug

2005-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: tomcat/build/tc5.5.x/resources/build.xml

2005-10-18 Thread Costin Manolache
Isn't possible to get a svn tree using http download ? I tought one of the benefits of svn is that it uses http. Costin On 10/18/05, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: > hi, > > This file uses cvs but it should do the same with svn. The question is > how to solve the problem: > 1 - us

svn commit: r326345 - /tomcat/build/tc5.5.x/build.xml

2005-10-18 Thread costin
Author: costin Date: Tue Oct 18 19:52:21 2005 New Revision: 326345 URL: http://svn.apache.org/viewcvs?rev=326345&view=rev Log: Remove naming from runtime Modified: tomcat/build/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x

Sandbox ?

2005-10-18 Thread Costin Manolache
Hi, Could someone who understand svn make a /sandbox or /experimental directory ? I undertand it should be top level, and linked somehow into tc5.5 - or do we want to be downloaded separately ? Or can I just create it directly under tc5.5 ? I'm lost. Thanks, Costin --