Re: how to enable OCSP for Tomcat w OpenSSL

2019-04-03 Thread John Palmer
I appreciate your response > Setting `certificateVerification="require"` on your Connector I changed `certificateVerification="REQUIRED" to `certificateVerification="require"` still not seeing any OCSP calls in wireshark for this I did find out how to enable logging better (by adding e

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Suvendu Sekhar Mondal
On Wed, Apr 3, 2019, 10:07 PM Kim, Chang H (JMD) Yes, that's correct. The same browser, hitting the same url since both > tomcat 8 and 9 are installed on the same server. Tomcat 8 works, but > tomcat 9... blank. > As per your access log sample, Tomcat is not getting the request. Can you please

RE: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Kim, Chang H (JMD)
Yes, that's correct. The same browser, hitting the same url since both tomcat 8 and 9 are installed on the same server. Tomcat 8 works, but tomcat 9... blank. Thanks, Kyle Kim JMD Confidentiality Notice:  This e-mail, including all attachments, is intended only for the sole use of the inten

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:57, Kim, Chang H (JMD) wrote: Yes, I see "GET" when I use my old tomcat 8.0.35. However, my newly installed 9.0.17, nothing... Are you using the same browser/client in both cases ? And are the connections to the old and new Tomcats the same also ? (I mean, are they in the sa

RE: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Kim, Chang H (JMD)
Yes, I see "GET" when I use my old tomcat 8.0.35. However, my newly installed 9.0.17, nothing... Thanks, Kyle Kim JMD Confidentiality Notice:  This e-mail, including all attachments, is intended only for the sole use of the intended recipient(s) and may contain privileged and/or confidential

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:45, Kim, Chang H (JMD) wrote: I had to remove the ip specific data, but this is what I am seeing in localhost_access_log.*.txt when I see "blank screen". XX.XX.XX.XX - - [03/Apr/2019:11:41:14 -0400] "HEAD / HTTP/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:41:14 -0400] "HEAD / HT

RE: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Kim, Chang H (JMD)
I had to remove the ip specific data, but this is what I am seeing in localhost_access_log.*.txt when I see "blank screen". XX.XX.XX.XX - - [03/Apr/2019:11:41:14 -0400] "HEAD / HTTP/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:41:14 -0400] "HEAD / HTTP/1.0" 200 - XX.XX.XX.XX - - [03/Apr/2019:11:41:

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:30, Kim, Chang H (JMD) wrote: Out of these log files, which is the log file that will contain the entries that I need to see? Any one of them that contains something possibly related to your problem. To gain time, I suggest that you do the following : - stop tomcat - start tom

RE: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Kim, Chang H (JMD)
Out of these log files, which is the log file that will contain the entries that I need to see? localhost_access_log.2019-04-02.txt localhost.2019-04-02.log catalina.out catalina.2019-04-02.log Thanks, Kyle Kim JMD Confidentiality Notice:  This e-mail, including all attachments, is intended o

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Burghard Britzke
have a look at the log files. What do they tell you? -- Gruß burghard.britzke https://britzke.berlin/ > Am 03.04.2019 um 17:18 schrieb Kim, Chang H (JMD) > : > > My OS is AIX 7.2.0.0. I already have tomcat 8.0.35 working. However, I am > in the middle of upgrading it to tomcat 9.0.17. I down

Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread tomcat
On 03.04.2019 17:18, Kim, Chang H (JMD) wrote: My OS is AIX 7.2.0.0. I already have tomcat 8.0.35 working. However, I am in the middle of upgrading it to tomcat 9.0.17. I downloaded the latest tomcat, and started to get to the default webapp, and only thing displaying is "white screen". Any

Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Kim, Chang H (JMD)
My OS is AIX 7.2.0.0. I already have tomcat 8.0.35 working. However, I am in the middle of upgrading it to tomcat 9.0.17. I downloaded the latest tomcat, and started to get to the default webapp, and only thing displaying is "white screen". Any help will be greatly appreciated. Thanks, Kyl

Re: Monitoring resources comsumption at context level

2019-04-03 Thread John Dale
I was interested in doing this at one point in the past. A solution that I found that was useful... If you have control of the code for your application, review it. Where in the code are you allocating resources of significance? For my purposes, I decided to disregard thread/request/connection h