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

2011-11-20 Thread rjung
Author: rjung Date: Sun Nov 20 16:46:35 2011 New Revision: 1204182 URL: http://svn.apache.org/viewvc?rev=1204182&view=rev Log: Add .gitginore to text.files list in build.xml which drives fixcrlf. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/vi

svn commit: r1204187 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2011-11-20 Thread rjung
Author: rjung Date: Sun Nov 20 16:57:22 2011 New Revision: 1204187 URL: http://svn.apache.org/viewvc?rev=1204187&view=rev Log: Add .gitignore to text.files list in build.xml which drives fixcrlf. Backport of r1204182 from truk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7

svn commit: r1204203 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/pool/ src/main/java/org/apache/tomcat/jdbc/pool/interceptor/ src/main/java/org/apache/tomcat/jdbc/p

2011-11-20 Thread fhanik
Author: fhanik Date: Sun Nov 20 18:24:16 2011 New Revision: 1204203 URL: http://svn.apache.org/viewvc?rev=1204203&view=rev Log: 1. Implement a query timeout intercept to allow for timeouts to be set when statemements are created 2. Implement rollbackOnReturn and commitOnReturn attributes for conn

Re: [VOTE] CANCELLED Release Apache Tomcat 7.0.23

2011-11-20 Thread Mark Thomas
It looks like I made a minor packaging error when building these artefacts so I am cancelling this vote. At this stage, I think the tag is OK so I'll probably be able to re-roll the release using the 7.0.23 tag. For now, I have removed the release candidate while I'll figure out exactly how I mana

[VOTE] Release Apache Tomcat 7.0.23 - Take 2

2011-11-20 Thread Mark Thomas
The 7.0.23 tag was fine. The problem was local. I have re-rolled the 7.0.23 release from a clean export of the 7.0.23 tag. The proposed Apache Tomcat 7.0.23 release is now available for voting. It can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.23/ The svn tag is: http://s

Re: [VOTE] Release Apache Tomcat 7.0.23 - Take 2

2011-11-20 Thread Mark Thomas
On 20/11/2011 22:16, Mark Thomas wrote: > The 7.0.23 tag was fine. The problem was local. I have re-rolled the > 7.0.23 release from a clean export of the 7.0.23 tag. > > The proposed Apache Tomcat 7.0.23 release is now available for voting. > > It can be obtained from: > http://people.apache.org

How to get the tomcat internal log out?

2011-11-20 Thread Kurt
Hello all:    I compile tomcat 5.5.30 and import it to eclipse as a project, to research how the tomcat load class , I need to view the running log ,after reading through this post(http://tomcat.apache.org/tomcat-5.5-doc/logging.html) and adding below log.properties to the direcotry 'common/classes

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-11-20 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-tc7.0.x-test has an issue affecting its community integration. This

Multiple Aliases Problem

2011-11-20 Thread Chatree Srichart
Hi community. I am working on embedding a Tomcat server into my project. I have 2 domain name called localhost1 and localhost2. I created a Host instance with the localhost1 domain name. Host host = new StandardHost(); host.setAppBase(CATALINA_HOSTS_HOME); host.setName("localhost1"); host.setDepl

Re: [VOTE] Release Apache Tomcat 7.0.23 - Take 2

2011-11-20 Thread Konstantin Kolinko
2011/11/21 Mark Thomas : > The 7.0.23 tag was fine. The problem was local. I have re-rolled the > 7.0.23 release from a clean export of the 7.0.23 tag. > > The proposed 7.0.23 release is: > > [ ] Broken - do not release > [ ] Beta   - go ahead and release as 7.0.23 Beta > [x] Stable - go ahead and

Re: How to get the tomcat internal log out?

2011-11-20 Thread Konstantin Kolinko
2011/11/21 Kurt : > Hello all: > >    I compile tomcat 5.5.30 and import it to eclipse as a project, to > research how the tomcat load class , I need to view the running log ,after > reading through this > post(http://tomcat.apache.org/tomcat-5.5-doc/logging.html) and adding below > log.properties

Re: How to get the tomcat internal log out?

2011-11-20 Thread Kurt
sorry guy: The properties name is log4j.properties, I just made a written mistake. This is my first shot in this mailing list, so please forgive me for the wrong place. I'll repost it in users@, thanks. Nice day. Kurt Xu 在 Mon, 21 Nov 2011 15:33:38 +0800,Konstantin Kolinko 写道: 20