DO NOT REPLY [Bug 48763] AJP Connectors fail when POST requests don't have a Content-Length header

2010-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48763 --- Comment #14 from Bruce G. Stewart 2010-02-20 01:13:30 UTC --- Mladen, isapi_redirect-1.2.29-dev-911726.dll (x64 version) acts just the same way - the first body block is sent right after the header. Browsing the jk code, I see ajp_se

JSTL - TOMCat Version 6

2010-02-19 Thread j...@vacoder
Hi, I'm have a problem with the EL on Tomcat V6 , The EL fields just display without processing. I have already placed the standard.jar and jstl.jar into the tomcat lib folder and tld's into the web-inf folder of my application. Please advise, Thanks in advance. Naveen -- View this message in

svn commit: r912026 - in /tomcat/trunk/modules/jdbc-pool: .classpath build.xml java/org/apache/tomcat/jdbc/pool/PooledConnection.java java/org/apache/tomcat/jdbc/pool/interceptor/ConnectionState.java

2010-02-19 Thread fhanik
Author: fhanik Date: Fri Feb 19 23:02:49 2010 New Revision: 912026 URL: http://svn.apache.org/viewvc?rev=912026&view=rev Log: In some drivers, the call to setTransactionIsolation should be the very first call Modified: tomcat/trunk/modules/jdbc-pool/.classpath tomcat/trunk/modules/jdbc-p

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Henri Gomez
> Tomcat Native already has some capabilities that > can provide system not JVM options like CPU and Memory > load on the box itself. For loadbalancing stuff > this is all that is needed thought. > Some of those are even displayed on status page > when it's loaded in inside the Tomcat. Well it's a

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Henri Gomez
> My preference would be to use the servlet - maybe enhance the > JMXProxyServlet, which dumps all > JMX information. The current format is relatively easy to parse - but can be > made simpler, and you > could add some parameter to select a subset of the mbeans. JMXProxyServlet, I'll look at it.

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Henri Gomez
>> Tomcat Native already has some capabilities that >> can provide system not JVM options like CPU and Memory >> load on the box itself. For loadbalancing stuff >> this is all that is needed thought. >> Some of those are even displayed on status page >> when it's loaded in inside the Tomcat. > > Ad

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Costin Manolache
On Fri, Feb 19, 2010 at 8:51 AM, jean-frederic clere wrote: > On 02/19/2010 05:19 PM, Mladen Turk wrote: > > On 02/19/2010 05:06 PM, Henri Gomez wrote: > >>> Not a mod_proxy guru, but filtering X-header from responses should be > >>> near > >>> trivial based on past experience with the proxy code.

Re: jk/cluster - intelligent systems load

2010-02-19 Thread jean-frederic clere
On 02/19/2010 05:19 PM, Mladen Turk wrote: > On 02/19/2010 05:06 PM, Henri Gomez wrote: >>> Not a mod_proxy guru, but filtering X-header from responses should be >>> near >>> trivial based on past experience with the proxy code. >> >> >> There is the GPL licence 'problem' of the Hyperic lib which s

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Mladen Turk
On 02/19/2010 05:06 PM, Henri Gomez wrote: Not a mod_proxy guru, but filtering X-header from responses should be near trivial based on past experience with the proxy code. There is the GPL licence 'problem' of the Hyperic lib which should be 'solved' isn't ? Tomcat Native already has some c

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Henri Gomez
> Not a mod_proxy guru, but filtering X-header from responses should be near > trivial based on past experience with the proxy code. > Nice discussion btw.  This is a topic I've long been interested in. You're not alone ;) Two options (not incompatible) to provide servlet engine information to b

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Bill Stoddard
On 2/19/10 8:24 AM, Henri Gomez wrote: If we goes back to the original thread and using Hyperic stuff in a servlet filter or whatever Tomcat extension ? Absolutely - a filter would be perfect and will work with any servlet engine. Jetty users will thanks Tomcat community :)

Re: jk/cluster - intelligent systems load

2010-02-19 Thread Henri Gomez
>> If we goes back to the original thread and using Hyperic stuff in a >> servlet filter or whatever Tomcat extension ? >> >> > Absolutely - a filter would be perfect and will work with any servlet > engine. Jetty users will thanks Tomcat community :) > There are some problems with making sure th

Removing Listener Based Approach

2010-02-19 Thread Gurkan Erdogdu
Hello folks; As you have already know, Tomcat has mainly implemented on Event-Listener mechanism. I think about to remove all of those event-listener mechanism for configuring/starting Tomcat. It is very hard to extend Tomcat without really knowing internal details because you are not able to find

DO NOT REPLY [Bug 48763] AJP Connectors fail when POST requests don't have a Content-Length header

2010-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48763 --- Comment #13 from Mladen Turk 2010-02-19 10:59:47 UTC --- Can you check with the latest 1.2.29 preview from http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/binaries/win32/jk-1.2.29/ Use the isapi_redirect-1.2.29-dev-911726.dll an

DO NOT REPLY [Bug 48775] multilevel context path with # character problem

2010-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48775 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48775] multilevel context path with # character problem

2010-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48775 tembugs changed: What|Removed |Added Keywords||XSLTBug -- Configure bugmail: https://i

DO NOT REPLY [Bug 48775] New: multilevel context path with # character problem

2010-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48775 Summary: multilevel context path with # character problem Product: Tomcat 5 Version: 5.5.28 Platform: All OS/Version: Windows XP Status: NEW Severity: blocker

DO NOT REPLY [Bug 47242] request for AJP command line client

2010-02-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47242 --- Comment #6 from chamith buddhika 2010-02-19 09:34:41 UTC --- (In reply to comment #5) > As the initial contributor to the JMeter AJP/1.3 Sampler (mentioned by Sebb), > I > would look there for a starting point. That contains all of

Re: JK 1.2.29-dev Available for testing

2010-02-19 Thread Mladen Turk
On 02/17/2010 04:24 PM, Rainer Jung wrote: thanks for rolling. Did you see BZ 48742, which seems to be a show-stopper regression. Updated a new snapshot (911726) with BZ48742 fixed. I plan to stick with the schedule and tag on Tuesday. Regards -- ^TM ---