DO NOT REPLY [Bug 49726] New: JSP 2.2 new configuration element default-content-type under jsp-property-group works incorrectly on tomcat trunk

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49726 Summary: JSP 2.2 new configuration element default-content-type under jsp-property-group works incorrectly on tomcat trunk Product: Tomcat 7 Version: trunk

Re: [g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-08-09 Thread Stefan Bodewig
On 2010-08-09, Bill Barker wrote: From: Stefan Bodewig bode...@apache.org this is due to a configuration error in Gump that I caused - fixed now. I can't find the fix on the Gump list, http://svn.apache.org/viewvc/gump/metadata/project/tomcat-trunk.xml?r1=980289r2=983516 I've modified

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

Re: Sharing Native Library from parent classloader?

2010-08-09 Thread Konstantin Kolinko
2010/8/7 Brock Noland bro...@gmail.com: Hello, I have a legacy application written in C.  The library is wrapped in JAVA as the supporting applications are all JAVA based. The problem we are running into is that although the library is thread safe the java wrapper is not.  Changing the

Re: Sharing Native Library from parent classloader?

2010-08-09 Thread Mladen Turk
On 08/09/2010 12:15 PM, Konstantin Kolinko wrote: 2010/8/7 Brock Nolandbro...@gmail.com: 1. This is a question for the users@ list, not dev@, because it is not about improving Tomcat, but about running your webapp. But it could be. 2. Tomcat Native library is loaded by

improvement for changed PID file handling in catalina.sh since 6.0.24

2010-08-09 Thread Peter Bieringer
Hi, the PID file handling was changed in 6.0.24 in catalina.sh, which avoid the use of an initscript to start tomcat proper (e.g. on CentOS/RHEL5). catalina.sh is currently too strict regarding existing PID file and has imho a too lightweight check. Below is a patch which improves the PID

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 --- Comment #2 from Larry Isaacs larry.isa...@sas.com 2010-08-09 09:48:40 EDT --- Hi Konstantin, During my work on the Tomcat support in Eclipse Web Tools, the only requirement I found in the Servlet 3.0 spec for static resources in a jar

DO NOT REPLY [Bug 49728] New: catalina.sh PID file handling not working if started by initscript

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49728 Summary: catalina.sh PID file handling not working if started by initscript Product: Tomcat 6 Version: 6.0.29 Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 49730] Race condition in StandardThreadExecutor : requests are sometimes enqueued instead of creating new threads

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 --- Comment #1 from sylvain.laur...@gmail.com 2010-08-09 16:38:11 EDT --- Created an attachment (id=25865) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25865) Patch for Tomcat 6 -- Configure bugmail:

DO NOT REPLY [Bug 49730] Race condition in StandardThreadExecutor : requests are sometimes enqueued instead of creating new threads

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 --- Comment #2 from sylvain.laur...@gmail.com 2010-08-09 16:38:47 EDT --- Created an attachment (id=25866) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25866) Patch for tomcat 7 -- Configure bugmail:

DO NOT REPLY [Bug 49730] Race condition in StandardThreadExecutor : requests are sometimes enqueued instead of creating new threads

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49730 sylvain.laur...@gmail.com changed: What|Removed |Added OS/Version||All --- Comment #3

Re: [VOTE] Release Apache Tomcat 7.0.2

2010-08-09 Thread Jim Jagielski
Hopefully better late than never: +1 On Aug 5, 2010, at 5:09 PM, Jason Brittain wrote: Hi all! [X] Beta - go ahead and release as 7.0.2 Beta It seems very close to stable, to me. One thing I noticed while testing 7.0.2 is that the WebModule MBean ObjectNames differ slightly from

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 --- Comment #3 from Wang Guangzhe rafaa.w...@gmail.com 2010-08-09 21:18:41 EDT --- (In reply to comment #2) Hi Konstantin, During my work on the Tomcat support in Eclipse Web Tools, the only requirement I found in the Servlet 3.0

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 Wang Guangzhe rafaa.w...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 --- Comment #4 from Wang Guangzhe rafaa.w...@gmail.com 2010-08-09 21:21:21 EDT --- Created an attachment (id=25867) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25867) the war file with more than one jar files -- Configure

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 --- Comment #5 from Wang Guangzhe rafaa.w...@gmail.com 2010-08-09 21:22:19 EDT --- Created an attachment (id=25868) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25868) the war file with only one jar file -- Configure

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #74 from chamith buddhika chamibuddh...@gmail.com 2010-08-10 00:22:51 EDT --- (In reply to comment #73) Created an attachment (id=25862) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25862) [details]

DO NOT REPLY [Bug 49732] New: reply_timeout can't wait forever.

2010-08-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49732 Summary: reply_timeout can't wait forever. Product: Tomcat Connectors Version: 1.2.30 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: