Re: Need advice to notify StandardExecutor when a webapp is stopped

2010-04-27 Thread Konstantin Kolinko
2010/4/27 Sylvain Laurent sylvain.laur...@m4x.org: Hello, In order to provide a protection agains this type of memory leak http://wiki.apache.org/tomcat/MemoryLeakProtection#webappClassInstanceAsThreadLocalIndirectValue , I experimented with renewing the ThreadPoolExecutor in the

.classpath and .project in src distribution (was: svn commit: r937993)

2010-04-27 Thread Konstantin Kolinko
2010/4/26 p...@apache.org: Author: pero Date: Mon Apr 26 10:46:01 2010 New Revision: 937993 URL: http://svn.apache.org/viewvc?rev=937993view=rev Log: Include .project and .classpath files to src distribution. s. http://ant.apache.org/manual/dirtasks.html#defaultexcludes to not include

svn commit: r938348 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-27 Thread kkolinko
Author: kkolinko Date: Tue Apr 27 08:04:41 2010 New Revision: 938348 URL: http://svn.apache.org/viewvc?rev=938348view=rev Log: Simplify code Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

svn commit: r938363 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2010-04-27 Thread kkolinko
Author: kkolinko Date: Tue Apr 27 09:01:37 2010 New Revision: 938363 URL: http://svn.apache.org/viewvc?rev=938363view=rev Log: If the class implements both interfaces then call addApplicationLifecycleListener only once. Modified:

Re: svn commit: r938363 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2010-04-27 Thread Konstantin Kolinko
2010/4/27 kkoli...@apache.org: Author: kkolinko Date: Tue Apr 27 09:01:37 2010 New Revision: 938363 URL: http://svn.apache.org/viewvc?rev=938363view=rev Log: If the class implements both interfaces then call addApplicationLifecycleListener only once. Modified:    

Re: .classpath and .project in src distribution (was: svn commit: r937993)

2010-04-27 Thread sebb
On 27/04/2010, Konstantin Kolinko knst.koli...@gmail.com wrote: 2010/4/26 p...@apache.org: Author: pero Date: Mon Apr 26 10:46:01 2010 New Revision: 937993 URL: http://svn.apache.org/viewvc?rev=937993view=rev Log: Include .project and .classpath files to src distribution.

Re: svn commit: r938363 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2010-04-27 Thread Pid
On 27/04/2010 11:19, Konstantin Kolinko wrote: 2010/4/27 kkoli...@apache.org: Author: kkolinko Date: Tue Apr 27 09:01:37 2010 New Revision: 938363 URL: http://svn.apache.org/viewvc?rev=938363view=rev Log: If the class implements both interfaces then call addApplicationLifecycleListener

DO NOT REPLY [Bug 49178] Running tomcat/6.0.26 with security manager generates ORACLE jdbc error

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49178 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-27 08:43:08 EDT --- Created an attachment (id=25362) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25362) Bug49178PermissionUrlTest.java - sample code to

DO NOT REPLY [Bug 49022] JSP Container Class Loader :Unable to load class for JSP

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49022 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 49038] Crash in tcnative

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49038 --- Comment #4 from Mark Thomas ma...@apache.org 2010-04-27 08:49:39 EDT --- Please try with the latest version of tc Native which is 1.1.20. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

svn commit: r938430 - /tomcat/trunk/webapps/docs/config/server.xml

2010-04-27 Thread markt
Author: markt Date: Tue Apr 27 12:50:38 2010 New Revision: 938430 URL: http://svn.apache.org/viewvc?rev=938430view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49073 Modified: tomcat/trunk/webapps/docs/config/server.xml Modified:

DO NOT REPLY [Bug 49073] Ability to disable shutdown port not documented

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49073 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 49099] Using % after context prefix results in 400 but nothing is logged in access log

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 --- Comment #3 from Mark Thomas ma...@apache.org 2010-04-27 08:53:26 EDT --- There is currently no way within Tomcat to log the malformed requests. There are a couple of options for addressing this. The ideal would include adding entries to

Re: .classpath and .project in src distribution (was: svn commit: r937993)

2010-04-27 Thread Peter Roßbach
The current setup of the .project and .classpath files works good for many years. I think it was helpfull for user of the src distribution, also use the correct eclipse setup. The license issue is really bad and we must fixit! We can do that with a little ant task. To move .project and

DO NOT REPLY [Bug 49195] New: Using -1 as shutdown port with Windows service works, but prints error message

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49195 Summary: Using -1 as shutdown port with Windows service works, but prints error message Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 49073] Ability to disable shutdown port not documented

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49073 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-27 10:26:36 EDT --- Re: r938430, r938431, r938432 (since the PID file is used to identify the process to shutdown) The PID file is created only if $CATALINA_PID is

DO NOT REPLY [Bug 49196] New: NPE in PageContext.getErrorData()

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49196 Summary: NPE in PageContext.getErrorData() Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

Tomcat Job Opportunities at SpringSource

2010-04-27 Thread Colby Berger (c)
I am very interested in speaking to you about a Java EE/Tomcat opportunity with SpringSource/VMware. This is an Senior level position and we are looking for someone that has great communication skills along with the technical skills. This position will be working with Tomcat and S2's tc

DO NOT REPLY [Bug 49197] New: ServletRequest/HttpSession is not visible in custom realm

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49197 Summary: ServletRequest/HttpSession is not visible in custom realm Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 49198] New: There are no binaries for mod_jk for 64bit?

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 Summary: There are no binaries for mod_jk for 64bit? Product: Tomcat Connectors Version: 1.2.28 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity:

DO NOT REPLY [Bug 49198] There are no binaries for mod_jk for 64bit?

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-27 11:40:18 EDT --- AFAIK, there are no official 64-bit Windows builds of Apache HTTPD. Why there should be mod_jk ones? -- Configure bugmail:

DO NOT REPLY [Bug 49198] There are no binaries for mod_jk for 64bit?

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 ron.perk...@infor.com changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2

DO NOT REPLY [Bug 49198] There are no binaries for mod_jk for 64bit?

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 ron.perk...@infor.com changed: What|Removed |Added Status|NEEDINFO|NEW -- Configure bugmail:

DO NOT REPLY [Bug 49198] There are no binaries for mod_jk for 64bit?

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 --- Comment #3 from Rainer Jung rainer.j...@kippdata.de 2010-04-27 12:49:44 EDT --- The connection between HTTPD and Tomcat is done via clear text network protocols. These protocols are not 32Bit/64Bit aware. So you can mix and match

DO NOT REPLY [Bug 49198] There are no binaries for mod_jk for 64bit?

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49198 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Severity|blocker |enhancement

DO NOT REPLY [Bug 49201] New: DLL version for Apache HTTPD not available

2010-04-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49201 Summary: DLL version for Apache HTTPD not available Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

svn commit: r938737 - /tomcat/trunk/webapps/docs/setup.xml

2010-04-27 Thread funkman
Author: funkman Date: Wed Apr 28 00:26:27 2010 New Revision: 938737 URL: http://svn.apache.org/viewvc?rev=938737view=rev Log: java 6, not java5 Modified: tomcat/trunk/webapps/docs/setup.xml Modified: tomcat/trunk/webapps/docs/setup.xml URL:

Re: svn commit: r937975 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-27 Thread Ivan
I still get the java.lang.ArrayIndexOutOfBoundsException, i think that it should be filterMapInsertPoint + 1, --- System.arraycopy(filterMaps, filterMapInsertPoint, results, filterMapInsertPoint + 1, filterMaps.length - filterMapInsertPoint); ---