DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 --- Comment #10 from pmones...@gmail.com 2010-03-13 05:45:36 UTC --- So looking at all this I think the problem is as follow: Thread1 If you call Class.forName in turn You call ClassLoader.loadClassInternal and this is synchronized on this

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Konstantin Kolinko changed: What|Removed |Added Severity|normal |critical --- Comment #2 from

DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 --- Comment #9 from pmones...@gmail.com 2010-03-13 01:57:28 UTC --- java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode) This is on a mac. No no

DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 --- Comment #8 from pmones...@gmail.com 2010-03-13 01:56:00 UTC --- Created an attachment (id=25124) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25124) Thread Dump -- Configure bugmail: https://issues.apache.org/bugzilla/use

DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 --- Comment #7 from Konstantin Kolinko 2010-03-13 01:37:47 UTC --- And what is your configuration (JVM vendor and version), and do you use custom class loader, as *this* bug does, or you do not, and it is another bug (e.g. bug 48903)? --

DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 --- Comment #6 from Konstantin Kolinko 2010-03-13 01:33:47 UTC --- Do you have full stack traces for those threads (from a thread dump)? You can add them as an attachment. -- Configure bugmail: https://issues.apache.org/bugzilla/userpref

DO NOT REPLY [Bug 48694] WebappClassLoader deadlock if web application uses it's own classloader

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48694 pmones...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

Re: svn commit: r922300 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2010-03-12 Thread Konstantin Kolinko
2010/3/12 Konstantin Kolinko : > 2010/3/12  : >> Author: kkolinko >> Date: Fri Mar 12 15:41:55 2010 >> New Revision: 922300 >> >> URL: http://svn.apache.org/viewvc?rev=922300&view=rev >> Log: >> proposal >> > > My concern, leading to the above proposal, is that > ClassLoader.resolveClass() should p

DO NOT REPLY [Bug 48903] ClassLoader deadlock when compiling JSP pages in 6.0.26

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 --- Comment #1 from Konstantin Kolinko 2010-03-12 22:33:19 UTC --- What is strange is that I cannot confirm that org.apache.catalina.loader.WebappClassLoader is held by "http-8080-1" -- that is not shown in the stacktrace of thread "http-8

DO NOT REPLY [Bug 48903] New: ClassLoader deadlock when compiling JSP pages in 6.0.26

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48903 Summary: ClassLoader deadlock when compiling JSP pages in 6.0.26 Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status: NEW S

Re: Reusing instances

2010-03-12 Thread Mladen Turk
On 03/12/2010 05:54 PM, Konstantin Kolinko wrote: I think that /work folder sharing is out of question. Most of concern here is with Jasper, but there can be also other files, and files written by applications. That shouldn't be a problem if guarded with some global mutex. Other option is to

Re: Reusing instances

2010-03-12 Thread Konstantin Kolinko
2010/3/11 Mladen Turk : > Second is to have application pools where one could > say: Serve WebAppX inside Default Application Pool > consisting of 1 ... N processes or use Custom Application > pool with some process limitation factors (memory, cpu usage, etc) > Note, that ServletContext.getContext

Re: svn commit: r922300 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2010-03-12 Thread Konstantin Kolinko
2010/3/12 : > Author: kkolinko > Date: Fri Mar 12 15:41:55 2010 > New Revision: 922300 > > URL: http://svn.apache.org/viewvc?rev=922300&view=rev > Log: > proposal > > Modified: >    tomcat/tc5.5.x/trunk/STATUS.txt >    tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc5.5.x/trunk/STATUS.txt >

svn commit: r922301 - /tomcat/trunk/bin/catalina.bat

2010-03-12 Thread mturk
Author: mturk Date: Fri Mar 12 15:52:09 2010 New Revision: 922301 URL: http://svn.apache.org/viewvc?rev=922301&view=rev Log: Use TEMP environment for storing the autoresponse file, and make sure the file was created Modified: tomcat/trunk/bin/catalina.bat Modified: tomcat/trunk/bin/catalina

svn commit: r922300 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2010-03-12 Thread kkolinko
Author: kkolinko Date: Fri Mar 12 15:41:55 2010 New Revision: 922300 URL: http://svn.apache.org/viewvc?rev=922300&view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/

Re: Tomcat and Apache question

2010-03-12 Thread Jim Jagielski
This is best for both the Users lists for tomcat and httpd, but... On Mar 11, 2010, at 11:17 PM, westside wrote: > > Hi, > > I am completely new to Tomcat, and I'm trying to setup this module named > "mod_proxy_html module" I have just installed a product called JIRA and I > have it working wi

Re: svn commit: r922223 - /tomcat/trunk/bin/catalina.bat

2010-03-12 Thread Mladen Turk
On 03/12/2010 04:14 PM, sebb wrote: In 12/03/2010, mt...@apache.org wrote: Author: mturk Date: Fri Mar 12 11:38:43 2010 New Revision: 93 URL: http://svn.apache.org/viewvc?rev=93&view=rev Log: Suppress anoying Terminate batch job prompt when hitting CTRL+C. Note however that

Re: svn commit: r922223 - /tomcat/trunk/bin/catalina.bat

2010-03-12 Thread sebb
In 12/03/2010, mt...@apache.org wrote: > Author: mturk > Date: Fri Mar 12 11:38:43 2010 > New Revision: 93 > > URL: http://svn.apache.org/viewvc?rev=93&view=rev > Log: > Suppress anoying Terminate batch job prompt when hitting CTRL+C. Note > however that it leaves the file named yes

DO NOT REPLY [Bug 48899] New: Guess URI charset should solve lot of problems

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48899 Summary: Guess URI charset should solve lot of problems Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

svn commit: r922273 - /tomcat/trunk/build.xml

2010-03-12 Thread kkolinko
Author: kkolinko Date: Fri Mar 12 14:28:46 2010 New Revision: 922273 URL: http://svn.apache.org/viewvc?rev=922273&view=rev Log: correct a comment Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=922273&r1=922272&r

DO NOT REPLY [Bug 48795] Tomcat tries to use cache when compilation failed

2010-03-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 --- Comment #3 from apa...@scribeofthenile.com 2010-03-12 14:22:46 UTC --- Thanks for following up on this issue. Does the proposed patch also address the case when a JSP has compiled and cached successfully and is subsequently edited with

Re: GSOC 2010

2010-03-12 Thread buddhika chamith
Hi Mark, Thanks for the clarifications. I will look along in those lines that you mentioned. I will drop a mail to the list if I come up with any issue during the code run through. Chamith

Re: GSOC 2010

2010-03-12 Thread Mark Thomas
On 12/03/2010 12:13, Mark Thomas wrote: > On 12/03/2010 11:32, buddhika chamith wrote: >> Hi All, >> >> I am interested in working on the JMX related project idea. > Great. > >> I am in the >> process of going through the documentation and sources relating to JMX in >> Tomcat. Excerpt of the idea

Re: GSOC 2010

2010-03-12 Thread Mark Thomas
On 12/03/2010 11:32, buddhika chamith wrote: > Hi All, > > I am interested in working on the JMX related project idea. Great. > I am in the > process of going through the documentation and sources relating to JMX in > Tomcat. Excerpt of the idea mentions that "Tomcat instance to be configured > e

svn commit: r922228 - /tomcat/trunk/bin/catalina.bat

2010-03-12 Thread mturk
Author: mturk Date: Fri Mar 12 12:13:45 2010 New Revision: 98 URL: http://svn.apache.org/viewvc?rev=98&view=rev Log: Use real exit value if shutdown via stop Modified: tomcat/trunk/bin/catalina.bat Modified: tomcat/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/trun

svn commit: r922223 - /tomcat/trunk/bin/catalina.bat

2010-03-12 Thread mturk
Author: mturk Date: Fri Mar 12 11:38:43 2010 New Revision: 93 URL: http://svn.apache.org/viewvc?rev=93&view=rev Log: Suppress anoying Terminate batch job prompt when hitting CTRL+C. Note however that it leaves the file named yes in the bin directory Modified: tomcat/trunk/bin/catalin

Re: GSOC 2010

2010-03-12 Thread buddhika chamith
Hi All, I am interested in working on the JMX related project idea. I am in the process of going through the documentation and sources relating to JMX in Tomcat. Excerpt of the idea mentions that "Tomcat instance to be configured entirely via JMX" is the goal of project. Since the JMX infrastructu

Re: [Tomcat Wiki] Update of "SummerOfCode2010" by JeanFredericClere

2010-03-12 Thread jean-frederic clere
The JIRA are needed just for http://tinyurl.com/asfgsoc Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[Tomcat Wiki] Update of "SummerOfCode2010" by JeanFrede ricClere

2010-03-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SummerOfCode2010" page has been changed by JeanFredericClere. http://wiki.apache.org/tomcat/SummerOfCode2010?action=diff&rev1=3&rev2=4 -