Re: net start Apache tomcat is not working on java build

2010-03-11 Thread pannar
If this is not worked out, could you please suggest me how to call other batch file(startTomcat.bat) from build.bat file I have startTomcat.bat file which works perfectly net stop Apache Tomcat 6 net start Apache Tomcat 6 -- View this message in context:

Re: Reusing instances

2010-03-11 Thread Mladen Turk
On 03/11/2010 08:50 AM, jean-frederic clere wrote: On 03/11/2010 08:30 AM, Mladen Turk wrote: On 03/11/2010 07:52 AM, Costin Manolache wrote: On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turkmt...@apache.org wrote: On 03/10/2010 11:10 PM, Costin Manolache wrote: You want to have each webapp

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread Mladen Turk
On 03/11/2010 08:50 AM, pannar wrote: Boss, Hilarious :) what do you say? What you have described should work. You call the net stop, do some task and then call net start. Unless your task modifies the tomcat service files it should work. Add 'pause' before net start call. Perhaps your

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread pannar
Add 'pause' before net start call. Yes i did add the pause as you suggested. Earlier it was was after the net start call. Both of them didn't work Perhaps your build spawns some processes that are still active and are holding some locks. You must be right.. I also feeling the same. Actually,

Re: svn commit: r921464 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-11 Thread jean-frederic clere
On 03/10/2010 06:54 PM, Mark Thomas wrote: On 10/03/2010 17:46, Remy Maucherat wrote: On Wed, 2010-03-10 at 17:35 +, ma...@apache.org wrote: Author: markt Date: Wed Mar 10 17:35:43 2010 New Revision: 921464 URL: http://svn.apache.org/viewvc?rev=921464view=rev Log: Fix

[RESULTS][VOTE] Release build 6.0.26

2010-03-11 Thread jean-frederic clere
Stable [6] So I will go on with the release process. Comments? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

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

2010-03-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread pannar
Anybody, please suggest me how to resolve this issue. There will be a workaround, if i know how to call one batch file from build.bat file, my problem will be resolved. anybody knows how to call a batch file inside another batch file? -- View this message in context:

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread sebb
On 11/03/2010, pannar nsveera2...@yahoo.co.in wrote: Anybody, please suggest me how to resolve this issue. There will be a workaround, if i know how to call one batch file from build.bat file, my problem will be resolved. anybody knows how to call a batch file inside another batch file?

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread pannar
Thanks! unfortunately, it didn't work. In fact no command is working after the second line below ECHO start building e:\ant\bin\ant all -logger org.apache.tools.ant.listener.MailLogger -propertyfile MailLogger.properties build.log call e:\build\startTomcat.bat -- View this message in context:

DO NOT REPLY [Bug 48891] New: Missing EOL-style settings in tomcat/jk/trunk

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48891 Summary: Missing EOL-style settings in tomcat/jk/trunk Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread Konstantin Kolinko
It must be CALL e:\ant\bin\ant.bat all -logger org.apache.tools.ant.listener.MailLogger (...) Please read http://tomcat.apache.org/lists.html and ask such questions on the users@ list. - To unsubscribe, e-mail:

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread sebb
On 11/03/2010, pannar nsveera2...@yahoo.co.in wrote: Thanks! unfortunately, it didn't work. In fact no command is working after the second line below Because ANT is a command file; you need to CALL that too. ECHO start building e:\ant\bin\ant all -logger

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread pannar
Because ANT is a command file; you need to CALL that too. PLEASE tell me how?? The following command line in the build.bat file is executed well e:\ant\bin\ant all -logger org.apache.tools.ant.listener.MailLogger -propertyfile MailLogger.properties build.log ant is the batch file which is

Re: svn commit: r921464 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-11 Thread Tim Funk
FWIW ... Broken JSP's in production can be a very common issue. Or worse - folks who misuse fragments (meant for includes) and leave them in an area which may be allowed to be requested directly. -Tim On 3/10/2010 12:54 PM, Mark Thomas wrote: I did consider that but I was working on the

DO NOT REPLY [Bug 48892] New: Use URIEncoding from server.xml for decoding post data sent with application/x-www-form-urlencoded mime type

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48892 Summary: Use URIEncoding from server.xml for decoding post data sent with application/x-www-form-urlencoded mime type Product: Tomcat 7 Version: unspecified Platform: All

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread Mark Thomas
On 11/03/2010 11:09, pannar wrote: Because ANT is a command file; you need to CALL that too. PLEASE tell me how?? As you have been told mulitple times now: THIS QUESTION BELONGS ON THE USERS LIST. Please move this thread there. Mark

DO NOT REPLY [Bug 39309] tomcat can't compile big jsp, hitting a compiler limit

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39309 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED

svn commit: r921828 - in /tomcat/site/trunk: docs/download-60.html docs/index.html xdocs/download-60.xml xdocs/index.xml xdocs/whichversion.xml

2010-03-11 Thread jfclere
Author: jfclere Date: Thu Mar 11 12:43:50 2010 New Revision: 921828 URL: http://svn.apache.org/viewvc?rev=921828view=rev Log: Release 6.0.26. Modified: tomcat/site/trunk/docs/download-60.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/download-60.xml

Re: svn commit: r921464 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-11 Thread Mark Thomas
On 11/03/2010 11:31, Tim Funk wrote: FWIW ... Broken JSP's in production can be a very common issue. Or worse - folks who misuse fragments (meant for includes) and leave them in an area which may be allowed to be requested directly. -Tim That's enough of a reason for me to make this

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

2010-03-11 Thread markt
Author: markt Date: Thu Mar 11 12:48:18 2010 New Revision: 921830 URL: http://svn.apache.org/viewvc?rev=921830view=rev Log: Withdraw pending updated proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 40218] JNDI realm - recursive group/role matching

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

DO NOT REPLY [Bug 46925] Nested groups in JNDI realm with non-recursive implementation

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46925 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added CC|

svn commit: r921838 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-11 Thread markt
Author: markt Date: Thu Mar 11 13:23:09 2010 New Revision: 921838 URL: http://svn.apache.org/viewvc?rev=921838view=rev Log: Revert 921464 for rework Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java tomcat/trunk/java/org/apache/jasper/servlet/JspServletWrapper.java

DO NOT REPLY [Bug 46384] Due to missing synchronization, a member may disappear permanent.

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46384 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com 2010-03-11 13:58:50 UTC --- As said in http://marc.info/?l=tomcat-devm=125934902622453w=2 it is fixed in 5.5.29. (Probably that comment disappeared in the Bugzilla data

Re: net start Apache tomcat is not working on java build

2010-03-11 Thread pannar
how to move this thread to users list? I am new to this forum. Please suggest. the next time i will post a message from there. -- View this message in context: http://old.nabble.com/net-start-%22Apache-tomcat%22-is-not-working-on-java-build-tp27860190p27864306.html Sent from the Tomcat - Dev

Tomcat 6.0.26 docs on the site - not replicated

2010-03-11 Thread Konstantin Kolinko
Somehow http://tomcat.apache.org/tomcat-6.0-doc/ as of now displays a set of empty folders. Maybe that will fix itself in few minutes (e.g. if replication is still in progress)?? I looked at file permissions at p.a.o, and do not see any problems there (the files are readable and directories are

Re: Tomcat 6.0.26 docs on the site - not replicated

2010-03-11 Thread jean-frederic clere
On 03/11/2010 03:44 PM, Konstantin Kolinko wrote: Somehow http://tomcat.apache.org/tomcat-6.0-doc/ as of now displays a set of empty folders. Maybe that will fix itself in few minutes (e.g. if replication is still in progress)?? I looked at file permissions at p.a.o, and do not see any

Re: Reusing instances

2010-03-11 Thread Costin Manolache
And what is the problem you are trying to solve ? The old in-process' goal was speed - replacing marshalling with JNI. I don't think it gained much. I think app isolation/chrooting and clean versioning/reload are great goals - but the model is one app per process. I fail to see use cases for

Re: Reusing instances

2010-03-11 Thread Mladen Turk
On 03/11/2010 05:17 PM, Costin Manolache wrote: And what is the problem you are trying to solve ? Those are the same one for which modern web servers have multiple worker processes. One JVM crash doesn't kill the server, recycle the worker process on some condition (memory leak, number of

Re: Reusing instances

2010-03-11 Thread jean-frederic clere
On 03/11/2010 05:27 PM, Mladen Turk wrote: More important one is to use the web server connectors directly. It's not about speed, but about eliminating connector as a point of failure. hm You still have to move the data for httpd (in C) to Tomcat (in JAVA) so you still have a connector, no?

svn commit: r921941 - /tomcat/site/trunk/docs/whichversion.html

2010-03-11 Thread jfclere
Author: jfclere Date: Thu Mar 11 17:07:33 2010 New Revision: 921941 URL: http://svn.apache.org/viewvc?rev=921941view=rev Log: Release 6.0.26. Modified: tomcat/site/trunk/docs/whichversion.html Modified: tomcat/site/trunk/docs/whichversion.html URL:

Re: Reusing instances

2010-03-11 Thread Mladen Turk
On 03/11/2010 05:49 PM, jean-frederic clere wrote: On 03/11/2010 05:27 PM, Mladen Turk wrote: More important one is to use the web server connectors directly. It's not about speed, but about eliminating connector as a point of failure. hm You still have to move the data for httpd (in C) to

svn commit: r921973 - /tomcat/trunk/java/org/apache/jasper/runtime/JspWriterImpl.java

2010-03-11 Thread kkolinko
Author: kkolinko Date: Thu Mar 11 18:32:39 2010 New Revision: 921973 URL: http://svn.apache.org/viewvc?rev=921973view=rev Log: Mark the min(a,b) method as static. Inspired by https://issues.apache.org/bugzilla/show_bug.cgi?id=44265 Modified:

DO NOT REPLY [Bug 44265] Improve JspWriterImpl performance with inline sub method

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

svn commit: r922010 - in /tomcat/trunk: conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/

2010-03-11 Thread markt
Author: markt Date: Thu Mar 11 20:28:34 2010 New Revision: 922010 URL: http://svn.apache.org/viewvc?rev=922010view=rev Log: Alternative fix for bug 48795. Add a new property to control if the next request always triggers recompilation after a compilation failure. Defaults to false and only

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

2010-03-11 Thread markt
Author: markt Date: Thu Mar 11 20:31:59 2010 New Revision: 922011 URL: http://svn.apache.org/viewvc?rev=922011view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 --- Comment #2 from Mark Thomas ma...@apache.org 2010-03-11 20:39:50 UTC --- After some discussion, a modified patch has been applied and proposed. The issue is that immediately re-trying the compilation increases the risk of a DOS attack.

DO NOT REPLY [Bug 48837] Memory leaks protection does not cure leaks triggered by JSP pages code

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48837 --- Comment #1 from sylvain.laur...@gmail.com 2010-03-11 21:46:46 UTC --- Created an attachment (id=25116) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25116) Patch to enhance classloader leaks because of uncleared ThreadLocal

DO NOT REPLY [Bug 48895] New: WebAppClassLoader.clearThreadLocalMap() concurrency issues

2010-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48895 Summary: WebAppClassLoader.clearThreadLocalMap() concurrency issues Product: Tomcat 6 Version: 6.0.24 Platform: All OS/Version: All Status: NEW

Re: Console for Tomcat

2010-03-11 Thread Sandro Martini
Hi, I'm continuing the study to see what type of Graphical (RIA) Console could be developed for Tomcat, and I have spoken with other Pivot developers, but at this point we need some help from you to better understand some key points that make that application really useful. JMX could be the way

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

2010-03-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This

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

2010-03-11 Thread billbarker
Author: billbarker Date: Fri Mar 12 03:52:01 2010 New Revision: 922136 URL: http://svn.apache.org/viewvc?rev=922136view=rev Log: Re-work the script to make it more Gump friendly No functional change for normal builds, but allows skipping a taskdef that Gump doesn't want or need when running

Tomcat and Apache question

2010-03-11 Thread westside
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 with Tomcat 5.x but I don't think I can install that module without Apache running on my machine. 1. Is Apache required or is

Re: Tomcat and Apache question

2010-03-11 Thread Gurkan Erdogdu
Hi; Please use the u...@tomcat.apache.org mailing list for such user questions. Development forum is a place where development related issues are discussed. Thanks; --Gurkan 2010/3/12 westside xpurpleku...@yahoo.com Hi, I am completely new to Tomcat, and I'm trying to setup this module

[ANN] Apache Tomcat 6.0.26 released

2010-03-11 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.26 stable. This release includes bug-fixes over Apache Tomcat 6.0.24. Note that is version has 4 zip binaries: a generic one and three bundled with Tomcat native binaries for different CPU architectures. Apache