DO NOT REPLY [Bug 39013] Incorrect use of docBase from XML Context file deployment

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39013 Kirk True <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

Re: Unnecessary entries in Eclipse project

2008-12-08 Thread Kirk True
Hi Filip, Filip Hanik - Dev Lists wrote: ant -f extras.xml Thanks. I do know how to get the libraries, that's not really the question ;) It seems that the core code in the Eclipse project doesn't reference those libraries and so it seems they're superfluously included in the .project fil

Re: Unnecessary entries in Eclipse project

2008-12-08 Thread Filip Hanik - Dev Lists
ant -f extras.xml Filip Kirk True wrote: Hi all, When I use the included Eclipse project file (from trunk), I get these error messages: Project 'trunk' is missing required library: 'output/extras/webservices/jaxrpc.jar' Project 'trunk' is missing required library: 'output/extras/web

DO NOT REPLY [Bug 38570] if docBase path contains "webapps", a backslash is inserted

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38570 Kirk True <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 38726] GlobalRequestProcessor attributes are always 0

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38726 Kirk True <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

Unnecessary entries in Eclipse project

2008-12-08 Thread Kirk True
Hi all, When I use the included Eclipse project file (from trunk), I get these error messages: Project 'trunk' is missing required library: 'output/extras/webservices/jaxrpc.jar' Project 'trunk' is missing required library: 'output/extras/webservices/wsdl4j.jar' That said, I can remo

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

2008-12-08 Thread fhanik
Author: fhanik Date: Mon Dec 8 11:42:22 2008 New Revision: 724458 URL: http://svn.apache.org/viewvc?rev=724458&view=rev Log: votes 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=72445

Re: Executor - package dependencies

2008-12-08 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Mon, 2008-12-08 at 09:59 -0700, Filip Hanik - Dev Lists wrote: I'll noodle on it a bit, see if i can think of something to defilipize it Or keep it Filipized, but you'll need to move it in util. does anyone have any objections to that in trunk? this will no

Re: Executor - package dependencies

2008-12-08 Thread Remy Maucherat
On Mon, 2008-12-08 at 09:59 -0700, Filip Hanik - Dev Lists wrote: > I'll noodle on it a bit, see if i can think of something to defilipize it Or keep it Filipized, but you'll need to move it in util. Rémy - To unsubscribe, e-m

DO NOT REPLY [Bug 46354] LIMIT_BUFFER setting causes arraycopy errors

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46354 --- Comment #3 from Ed Hill <[EMAIL PROTECTED]> 2008-12-08 09:06:04 PST --- I've upgraded to Tomcat-5.5.27 and Java 1.6.0_11 and I still am getting the exception (with a slightly different stack trace - just not showing the arraycopy)

Re: Executor - package dependencies

2008-12-08 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Mon, 2008-12-08 at 09:04 -0700, Filip Hanik - Dev Lists wrote: The executor, the way we have optimized it works really well now. I'd like to get rid of all thread pooling inside the NIO connector, but that would create a funky package dependency from tomcat-coyote.j

Re: Executor - package dependencies

2008-12-08 Thread Remy Maucherat
On Mon, 2008-12-08 at 09:04 -0700, Filip Hanik - Dev Lists wrote: > The executor, the way we have optimized it works really well now. > > I'd like to get rid of all thread pooling inside the NIO connector, but > that would create a funky package dependency from tomcat-coyote.jar -> > catalina.ja

svn commit: r724393 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-08 Thread fhanik
Author: fhanik Date: Mon Dec 8 08:24:05 2008 New Revision: 724393 URL: http://svn.apache.org/viewvc?rev=724393&view=rev Log: Implement keepAliveCount in a thread safe way, and as an estimate Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/

DO NOT REPLY [Bug 46284] Add flag to DeltaManager that blocks processing cluster messages until local applicaiton initialization is completed

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46284 --- Comment #1 from Filip Hanik <[EMAIL PROTECTED]> 2008-12-08 08:13:30 PST --- Here is some feedback: 1. The formatting gets somewhat messed up, there are tabs in the patch. 2. public void messageDataReceived(ClusterMessage cmsg

Executor - package dependencies

2008-12-08 Thread Filip Hanik - Dev Lists
The executor, the way we have optimized it works really well now. I'd like to get rid of all thread pooling inside the NIO connector, but that would create a funky package dependency from tomcat-coyote.jar -> catalina.jar any thoughts on how we could structure this so that the thread pool (

svn commit: r724384 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-12-08 Thread fhanik
Author: fhanik Date: Mon Dec 8 07:52:23 2008 New Revision: 724384 URL: http://svn.apache.org/viewvc?rev=724384&view=rev Log: implement a bit cleanup and a rough estimate on the size of a poller Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/ja

DO NOT REPLY [Bug 46284] Add flag to DeltaManager that blocks processing cluster messages until local applicaiton initialization is completed

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46284 andyb <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] -

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 --- Comment #6 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-08 03:20:17 PST --- Thanks for your feedback. Do you have a test system, on which you can reproduce? In other words: are you able and willing to dig into the problem some more

DO NOT REPLY [Bug 46352] Apache 1.3 crashes inside mod_jk.so with selfsigned SSL cert

2008-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352 Patrick Middleton <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED