Re: svn commit: r1733827 - /tomcat/native/trunk/native/srclib/openssl/openssl-msvcrt.patch

2016-03-06 Thread Mark Thomas
On 06/03/2016 18:46, rj...@apache.org wrote: > Author: rjung > Date: Sun Mar 6 18:46:46 2016 > New Revision: 1733827 > > URL: http://svn.apache.org/viewvc?rev=1733827=rev > Log: > Update OpenSSL patch for OpenSSL 1.0.2g. Why was this necessary? I built 1.2.5 with 1.0.2g on Windows without this

Re: Regarding Logging Statements in Apache Tomcat

2016-03-06 Thread sangeeta lal
Dear Noga and Dev Team, Thanks! for the link !! :-) On Sun, Mar 6, 2016 at 11:55 PM, Noga wrote: > Take a look around here. > https://javacc.java.net > > -- Noga > > > On Sun, Mar 6, 2016 at 9:42 PM, sangeeta lal > wrote: > > > Dear Dev

[Bug 59077] DataSourceFactory creates a neutered data source

2016-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59077 --- Comment #3 from Christopher Schultz --- (In reply to Kenneth Gendron from comment #2) > Sorry to ask, but does this mean its by design, or should be fixed? I believe Mark changed the "product" field in the

[Bug 59077] DataSourceFactory creates a neutered data source

2016-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59077 --- Comment #2 from Kenneth Gendron --- Sorry to ask, but does this mean its by design, or should be fixed? -- You are receiving this mail because: You are the assignee for the bug.

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

2016-03-06 Thread Bill Barker
-20160306.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcommons-dbcp.home=/srv

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2016-03-06 Thread Bill Barker
/commons-daemon-20160306-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160306/lib

Re: tcnative NMAKEmakefiles updates for APR 1.5.2

2016-03-06 Thread Rainer Jung
Am 06.03.2016 um 19:49 schrieb Rainer Jung: I updated the tcnative NMAKEmakefiles and the provided openssl patch for building with APR 1.5.2 and OpenSSL 1.0.2g. Can others please see, whether it still works for them? I did run a build myself, but there are many possible variations of parameters

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2016-03-06 Thread Bill Barker
/dist/bin/commons-daemon-20160306-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2016-03-06 Thread Bill Barker
/bin/commons-daemon-20160306-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace

tcnative NMAKEmakefiles updates for APR 1.5.2

2016-03-06 Thread Rainer Jung
I updated the tcnative NMAKEmakefiles and the provided openssl patch for building with APR 1.5.2 and OpenSSL 1.0.2g. Can others please see, whether it still works for them? I did run a build myself, but there are many possible variations of parameters influencing the build, so it would be

svn commit: r1733827 - /tomcat/native/trunk/native/srclib/openssl/openssl-msvcrt.patch

2016-03-06 Thread rjung
Author: rjung Date: Sun Mar 6 18:46:46 2016 New Revision: 1733827 URL: http://svn.apache.org/viewvc?rev=1733827=rev Log: Update OpenSSL patch for OpenSSL 1.0.2g. Modified: tomcat/native/trunk/native/srclib/openssl/openssl-msvcrt.patch Modified:

svn commit: r1733822 - /tomcat/native/trunk/native/srclib/apr/NMAKEmakefile

2016-03-06 Thread rjung
Author: rjung Date: Sun Mar 6 18:43:22 2016 New Revision: 1733822 URL: http://svn.apache.org/viewvc?rev=1733822=rev Log: Update apr NMAKEmakefile for APR 1.5.2. Modified: tomcat/native/trunk/native/srclib/apr/NMAKEmakefile Modified: tomcat/native/trunk/native/srclib/apr/NMAKEmakefile URL:

svn commit: r1733819 - /tomcat/native/trunk/native/NMAKEmakefile

2016-03-06 Thread rjung
Author: rjung Date: Sun Mar 6 18:37:14 2016 New Revision: 1733819 URL: http://svn.apache.org/viewvc?rev=1733819=rev Log: Fix NMAKEmakefile in case WITH_OPENSSL is not set. Modified: tomcat/native/trunk/native/NMAKEmakefile Modified: tomcat/native/trunk/native/NMAKEmakefile URL:

Re: Regarding Logging Statements in Apache Tomcat

2016-03-06 Thread Noga
Take a look around here. https://javacc.java.net -- Noga On Sun, Mar 6, 2016 at 9:42 PM, sangeeta lal wrote: > Dear Dev Team, > > In addition to this I found that first line of ELParser.java consist of > line: > > * "/* Generated By:JJTree: Do not edit this line.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2016-03-06 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20160306-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest

Re: Regarding Logging Statements in Apache Tomcat

2016-03-06 Thread sangeeta lal
Dear Dev Team, In addition to this I found that first line of ELParser.java consist of line: * "/* Generated By:JJTree: Do not edit this line. ELParser.java */* ". Does that mean that this file is automatically generated by some tool? Thanks for your help! On Sun, Mar 6, 2016 at 7:44 PM,

Regarding Logging Statements in Apache Tomcat

2016-03-06 Thread sangeeta lal
Dear Dev Team, I am Sangeeta, I am a PhD scholar and faculty working in India. I am working on analysing logging statements in Apache Tomcat. I have found three files in Apache Tomcat. The first two files have large number of logging statements while the 3rd file does not consists of any