remote jmx monitoring through ssh tunnel

2019-12-09 Thread Chris Cheshire
Server : Debian 8, Tomcat 9.0.29, OpenJDK 1.8 Client : MacOS Mojave After reading a recent thread here on monitoring database connections via JMX I am trying to set it up on a sandbox. I would prefer to use an SSH tunnel to connect than open up ports on the firewall if possible. In

Re: ServletRequest Obj Randomly not Processing x-www-form-urlencoded parms

2019-12-09 Thread Jerry Malcolm
On 12/9/2019 5:39 AM, Konstantin Kolinko wrote: вс, 8 дек. 2019 г. в 08:09, Jerry Malcolm : I have ajax code that sends requests to TC in a REST-style process. I send the parms url-encoded in the body. This has worked untouched literally for years. I have some new data objects in my db that

Re: Design Patterns in Tomcat

2019-12-09 Thread M. Manna
Chris, On Mon, 9 Dec 2019 at 17:10, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > M, > > On 12/8/19 17:10, M. Manna wrote: > > Hi All, > > > > A numpty question as its best, but I was trying to summarise the > > design patterns

Re: Design Patterns in Tomcat

2019-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 M, On 12/8/19 17:10, M. Manna wrote: > Hi All, > > A numpty question as its best, but I was trying to summarise the > design patterns used for tomcat. So far I could see the following, > but shouldn't be limited to: > > 1) Mediator 2) Observer 3)

Re: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steven, On 12/9/19 06:45, Nelligan, Steven M wrote: > > Thank you for your response... > > We run multiple servers for our application. > > We have a configuration as follows: 1. Portal ... running tomcat > 7.0_45 and java 7... this is the

Re: Double Slash Support in Tomcat 9.0.27

2019-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/9/19 04:50, André Warnier (tomcat/perl) wrote: > Hi Christopher. > > I believe that yours is a really good explanation of why Tomcat > collapses consecutive slashes in URLs. It's certainly worth a FAQ > article, in case the question

RE: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Nelligan, Steven M
Thank you for your response... We run multiple servers for our application. We have a configuration as follows: 1. Portal ... running tomcat 7.0_45 and java 7... this is the outward facing running jetspeed. This is the server throwing the errors 2. Tomcat ... running tomcat

Re: ServletRequest Obj Randomly not Processing x-www-form-urlencoded parms

2019-12-09 Thread Konstantin Kolinko
вс, 8 дек. 2019 г. в 08:09, Jerry Malcolm : > > I have ajax code that sends requests to TC in a REST-style process. I > send the parms url-encoded in the body. This has worked untouched > literally for years. I have some new data objects in my db that "should > be" sending the same type of

Re: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Konstantin Kolinko
пн, 9 дек. 2019 г. в 03:58, Nelligan, Steven M : > > > I am trying to rebuild my applications and all of a sudden, I am getting the > following error: > > Our backend application (from third party has been updated) It is using Java > 11. > > My tomcat servers are running version 7.34 of tomcat

Re: Tomcat Crashed when the concurrent Users reached 150

2019-12-09 Thread Mark Thomas
On 09/12/2019 06:41, Jayaram Ponnusamy wrote: > Thanks for your Valuable Comments: > We are using Apache Tomcat/8.0.50 and Mod_JK mod_jk/1.2.28 > > The Above configuration made by some consultant. We are in the situation to > correct all the things to make it for high availability. > Also we are

Re: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Mark Thomas
On 09/12/2019 00:57, Nelligan, Steven M wrote: > > I am trying to rebuild my applications and all of a sudden, I am getting the > following error: > > Our backend application (from third party has been updated) It is using Java > 11. You'll need at least 7.0.88 for Java 11 support. > When I

Re: ServletRequest Obj Randomly not Processing x-www-form-urlencoded parms

2019-12-09 Thread Mark Thomas
On 09/12/2019 00:44, Jerry Malcolm wrote: > Mark, thank you so much for the info.  I downloaded the TC source and > got everything up and running in Eclipse. After getting familiar with > the paths when it worked normally, I was able to single-step a failure.  > I added a request.getParameter(

Re: http2 async timeout setting

2019-12-09 Thread Mark Thomas
On 07/12/2019 03:46, Arief Hasani wrote: > Hi Chris,  > Thanks for the reminder. following is the code that runs the timeout listener > on time while running on http1.1 but not on http2. tested on 9.0.29 I can reproduce this. I'm working on a fix now. Mark

Re: Bouncing Tomcat from HTTPD?

2019-12-09 Thread tomcat/perl
On 05.12.2019 19:56, Jerry Malcolm wrote: I was stuck in traffic an hour from the office when I got a text that one of my sites had gone down. If I'd been in the office, I'd try bouncing TC first just to try to get the client back online, then dig into the logs to figure out what happened.

Re: Double Slash Support in Tomcat 9.0.27

2019-12-09 Thread tomcat/perl
Hi Christopher. I believe that yours is a really good explanation of why Tomcat collapses consecutive slashes in URLs. It's certainly worth a FAQ article, in case the question ever pops up again. It maybe even be worth a note somewhere in the main documentation, such as where it explains how