Re: Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread M. Manna
Hi Mark, Thanks a lot for confirming this. I haven't looked at the source code yet, but I guess if I just use a wild-carded entry for jspFiles e.g. jspFiles="*.jsp,/pages/*.jsp" it will probably not work, will it ? Kindest Regards, On 11 August 2017 at 16:09, Mark Thomas

[OT] Re: More (Solved!) Re: I've just installed Tomcat (7.0.67) on an old CentOS 5 box. It can't be reached from outside the box.

2017-08-11 Thread tomcat
On 11.08.2017 00:27, James H. H. Lampert wrote: After looking up the man page (and while I *know* where the term comes from, I *still* think there ought to be "woman," "boy," and "girl" pages [and maybe "cat" and "dog" pages] as well!) Note that there may be no "woman" command, but that one

[2xOT] Re: More (Solved!) Re: I've just installed Tomcat (7.0.67) on an old CentOS 5 box. It can't be reached from outside the box.

2017-08-11 Thread Kreuser, Peter
I'm glad that we get so well over serious problems. Made my day :-) ! PS: André: Sorry for the top post. PPS: James: I still can't get over it, that you run Tomcat on AS400, my first contact to production systems back in '90. -Ursprüngliche Nachricht- Von: André Warnier (tomcat)

Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread M. Manna
Hello, i am not sure if Jasper (JSPC) currently supports excluding a list of JSP files using typical or directive. Jpsc is a directory based task so it does have pathname include/excudes but i think those are classes and compile classpath options (for jars/libs etc.). Could somepone please

Monitoring Tomcat with check_jmxproxy.pl

2017-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Some of you may know that I've given a "Monitoring Tomcat via JMX" presentation a few times at various ApacheCons. The slides are available on the Tomcat website. In that presentation, I introduce a tool called check_jmxproxy which is a

Tomcat 9: UpgradedServletOutputStream

2017-08-11 Thread Sergey Mashkov
Hi everyone I am experiencing race condition: from time to time when I cann to UpgradedServletOutputStream.setWriteListener(myCallback) servlet container doesn't invoke neither myCallback.onWritePossible() nor .onError. I believe the reason is that setWriteListener() method implementation sets

Should c3p0 and postgres libraries be in $CATALINA_HOME/lib or each application's classpath?

2017-08-11 Thread Miguel Almeida
I used to put both libraries in CATALINA_HOME, as past experiences made me suspect of memory leaks if any of these 2 dependencies was in each application's classpath. However, the most recent c3p0 version has a dependency to mchange-commons-java-0.2.11.jar (which also needs to be in

Re: Per EndPoint Threads???

2017-08-11 Thread christopher
> Hi All, > > I'm looking for a way (or a tool) in Tomcat to associate threads with > endpoints. It isn't clear to me why this would be necessary. Threads should be allocated on demand to individual requests. If one route sees more traffic, then it should automatically be allocated more threads.

Re: Per EndPoint Threads???

2017-08-11 Thread Owen Rubel
Absolutely but it could ramp up more threads as needed. I base the logic on neuron and neuralTransmitters. When neurons talk to each other, they send back neural transmitters to enforce that pathway. If we could do the same through threads by adding additional threads for endpoints that receive

Re: Per EndPoint Threads???

2017-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Owen, Please do not top-post. I have re-ordered your post to be bottom-post. On 8/11/17 10:12 PM, Owen Rubel wrote: > On Fri, Aug 11, 2017 at 5:58 PM, wrote: > >>> Hi All, >>> >>> I'm looking for a way (or a tool) in

Re: Tomcat 9: UpgradedServletOutputStream

2017-08-11 Thread Mark Thomas
On 11/08/17 15:14, Rémy Maucherat wrote: > On Fri, Aug 11, 2017 at 3:14 PM, Sergey Mashkov < > sergey.mash...@jetbrains.com> wrote: > >> Hi everyone >> >> I am experiencing race condition: from time to time when I cann to >> UpgradedServletOutputStream.setWriteListener(myCallback) servlet

Per EndPoint Threads???

2017-08-11 Thread Owen Rubel
Hi All, I'm looking for a way (or a tool) in Tomcat to associate threads with endpoints. The reason being is that on a whole, threads are used not by the whole system but distributed dynamically to specific pieces. Tomcat repeats this process over and over but never stores this knowledge of

Re: Tomcat 9: UpgradedServletOutputStream

2017-08-11 Thread Rémy Maucherat
On Fri, Aug 11, 2017 at 3:14 PM, Sergey Mashkov < sergey.mash...@jetbrains.com> wrote: > Hi everyone > > I am experiencing race condition: from time to time when I cann to > UpgradedServletOutputStream.setWriteListener(myCallback) servlet container > doesn't invoke neither

Re: Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread Mark Thomas
On 11/08/17 13:57, M. Manna wrote: > Hello, > > i am not sure if Jasper (JSPC) currently supports excluding a list of JSP > files using typical or directive. > > Jpsc is a directory based task so it does have pathname include/excudes but > i think those are classes and compile classpath

Re: [2xOT] Re: More (Solved!) Re: I've just installed Tomcat (7.0.67) on an old CentOS 5 box. It can't be reached from outside the box.

2017-08-11 Thread James H. H. Lampert
On 8/11/17, 2:08 AM, Kreuser, Peter wrote: PPS: James: I still can't get over it, that you run Tomcat on AS400, my first contact to production systems back in '90. That's not difficult at all. As long as a sufficiently high level of Java (the JV1 Licensed Program) is installed, it runs