Re: Using eval vs. exec in shell scripts

2011-06-25 Thread bradleymccrorey
I'll be watching this quite closely. We run thousands of TC6 instances onsite here, and are a daemontools shop. This change breaks daemontools, as the "svc" command will attempt to stop the tomcat service by sending a TERM to the catalina.sh process, which leaves the child java process still runni

DO NOT REPLY [Bug 51432] NullPointerException happens when it costs more time on async processisng than async timeout value

2011-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51432 --- Comment #1 from Mark Thomas 2011-06-25 18:01:58 UTC --- This is similar to bug 50353. Like that bug, as far as I can see, it is not covered by the spec. I'm leaning towards throwing an IllegalStateExcpetion in both cases. -- Configure

svn commit: r1139576 - in /tomcat/trunk/webapps/docs: changelog.xml project.xml upgrading.xml

2011-06-25 Thread markt
Author: markt Date: Sat Jun 25 17:47:46 2011 New Revision: 1139576 URL: http://svn.apache.org/viewvc?rev=1139576&view=rev Log: Add an upgrade page to the documentation that can be used to determine the changes in any of the configuration files between two given versions. Added: tomcat/trunk/

Re: Multiple instances of the same Tomcat version (was: svn commit: r1139381)

2011-06-25 Thread Konstantin Kolinko
2011/6/25 Konstantin Kolinko : > > Though I suspect that for running as a service that value can be "-1", thought > Sorry, I did not notice that shutdown port has already been changed. (I looked in the file, but did not notice that my "svn update" command had failed). > > 2) if Tomcat is installe

Re: Multiple instances of the same Tomcat version (was: svn commit: r1139381)

2011-06-25 Thread Mladen Turk
On Sat, Jun 25, 2011 at 11:22 AM, Mark Thomas wrote: > On 25/06/2011 10:17, Rainer Jung wrote: >> >> and let the user choose NN or NNN. In server.xml it could be >> port="${portBase}80" etc. and in the startup options -DportBase=NN. > > Or define portBase (or httpPort, httpsPort, shutdownPort, ajp

Re: Multiple instances of the same Tomcat version (was: svn commit: r1139381)

2011-06-25 Thread Mark Thomas
On 25/06/2011 10:17, Rainer Jung wrote: > On 24.06.2011 22:22, Konstantin Kolinko wrote: >> 2011/6/24 : >>> Author: markt >>> Date: Fri Jun 24 16:43:40 2011 >>> New Revision: 1139381 >>> >>> URL: http://svn.apache.org/viewvc?rev=1139381&view=rev >>> Log: >>> Fix https://issues.apache.org/bugzilla/

Re: Multiple instances of the same Tomcat version (was: svn commit: r1139381)

2011-06-25 Thread Rainer Jung
On 24.06.2011 22:22, Konstantin Kolinko wrote: > 2011/6/24 : >> Author: markt >> Date: Fri Jun 24 16:43:40 2011 >> New Revision: 1139381 >> >> URL: http://svn.apache.org/viewvc?rev=1139381&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50949 >> Provide the ability to sp