Re: building tcnative

2019-11-07 Thread Mark Thomas
On November 8, 2019 12:46:03 AM UTC, George Stanchev wrote: >I am trying to build tcnative on Windows 7 using VS 2017 and it has >been nothing but pain so far around the apr and tcnative itself. Any >help is appreciated. I did get around the apr issues (which were very >similar to what I am

building tcnative

2019-11-07 Thread George Stanchev
I am trying to build tcnative on Windows 7 using VS 2017 and it has been nothing but pain so far around the apr and tcnative itself. Any help is appreciated. I did get around the apr issues (which were very similar to what I am about to ask) by compiling via the .sln file. But the nmake route

Re: Getting Tomcat internal logging working

2019-11-07 Thread Konstantin Kolinko
чт, 7 нояб. 2019 г. в 17:11, Christopher Schultz : > > I'm using bin/catalina.sh start to launch Tomcat on Macos. The 'ps' > command shows the following partial command-line: > > [...] > - -Djava.util.logging.config.file=${CATALINA_BASE}/conf/logging.properties > -

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Tim K
On Thu, Nov 7, 2019, 1:58 PM Mark Thomas wrote: > On 07/11/2019 18:04, Mark Thomas wrote: > > On 07/11/2019 16:44, Mark Thomas wrote: > >> On 07/11/2019 14:14, Tim K wrote: > >> > >> > >>> I pulled the latest code from GitHub, I see the commit related to this > >>> email thread in the log, I

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Mark Thomas
On 07/11/2019 18:04, Mark Thomas wrote: > On 07/11/2019 16:44, Mark Thomas wrote: >> On 07/11/2019 14:14, Tim K wrote: >> >> >>> I pulled the latest code from GitHub, I see the commit related to this >>> email thread in the log, I built from master with ant (9.0.28-dev) >> >> Thanks. This is

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Mark Thomas
On 07/11/2019 16:44, Mark Thomas wrote: > On 07/11/2019 14:14, Tim K wrote: > > >> I pulled the latest code from GitHub, I see the commit related to this >> email thread in the log, I built from master with ant (9.0.28-dev) > > Thanks. This is really helpful. > >> and I'm >> still experiencing

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Mark Thomas
On 07/11/2019 14:14, Tim K wrote: > I pulled the latest code from GitHub, I see the commit related to this > email thread in the log, I built from master with ant (9.0.28-dev) Thanks. This is really helpful. > and I'm > still experiencing the issue... I have a curl command executing every >

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Mark Thomas
> Mark, > > On 11/7/19 06:40, Mark Thomas wrote: >> On 06/11/2019 20:04, Mark Thomas wrote: >>> I've found the root cause. >>> >>> When checking the timestamps of JSPs, the JSP engine (because it >>> has to access all resources via the Servlet API) requests a URL >>> for the JSP, opens a

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Tim K
On Thu, Nov 7, 2019, 6:40 AM Mark Thomas wrote: > On 06/11/2019 20:04, Mark Thomas wrote: > > I've found the root cause. > > > > When checking the timestamps of JSPs, the JSP engine (because it has to > > access all resources via the Servlet API) requests a URL for the JSP, > > opens a

Re: Getting Tomcat internal logging working

2019-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 11/7/19 00:02, Konstantin Kolinko wrote: > чт, 7 нояб. 2019 г. в 05:44, Christopher Schultz > : >> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> All, >> >> I can't believe I'm having trouble with this, but I'm

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/7/19 06:40, Mark Thomas wrote: > On 06/11/2019 20:04, Mark Thomas wrote: >> I've found the root cause. >> >> When checking the timestamps of JSPs, the JSP engine (because it >> has to access all resources via the Servlet API) requests

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-11-07 Thread Mark Thomas
On 06/11/2019 20:04, Mark Thomas wrote: > I've found the root cause. > > When checking the timestamps of JSPs, the JSP engine (because it has to > access all resources via the Servlet API) requests a URL for the JSP, > opens a connection to the URL and then checks the last modified time. > This