RE: Truststore in HTTPS Connector does not work with Linux

2020-09-17 Thread David Weisgerber
I think I was able to figure out the problem (more or less): Using two distinct keystores for trusted certificates and server keys solves the problem. But don't ask me why there is a difference between Windows and Linux on this topic. It also does not work to use an empty keystore (on Linux). --

Re: hiding tomcat version from error pages

2020-09-17 Thread Tim Funk
It should be ... http://tomcat.apache.org/tomcat-8.5-doc/config/valve.html#Error_Report_Valve On Thu, Sep 17, 2020 at 10:40 AM Rathore, Rajendra wrote: > > Hi Tim, > > I am using tomcat 8.5.x, will that available over there? > -

RE: hiding tomcat version from error pages

2020-09-17 Thread Rathore, Rajendra
Hi Tim, I am using tomcat 8.5.x, will that available over there? Thanks and Regards, Rajendra Rathore 9922701491 -Original Message- From: Tim Funk Sent: Thursday, September 17, 2020 6:12 PM To: Tomcat Users List Subject: Re: hiding tomcat version from error pages External email from:

RE: tomcat warnings. [EXTERNAL]

2020-09-17 Thread Beard, Shawn
I did not use the OS package manager. I downloaded the from apache tomcat and unpacked manually. Shawn Beard Sr. Systems Engineer BTS +1-515-564-2528 -Original Message- From: Martin Grigorov Sent: Thursday, September 17, 2020 8:50 AM To: Tomcat Users List Subject: Re: tomcat warnings

Re: tomcat warnings. [EXTERNAL]

2020-09-17 Thread Martin Grigorov
On Thu, Sep 17, 2020, 16:07 Beard, Shawn wrote: > Yes its 9.0.31.0 > The last 0 makes me think that you have installed Tomcat by using your OS package manager. Try with stock Tomcat downloaded from Apache servers. > [mwuser@usilg01-tcd003 ~]$ ./version.sh > Using CATALINA_BASE: /path/to/cata

Re: tomcat warnings. [EXTERNAL]

2020-09-17 Thread Mark Thomas
On 17/09/2020 14:06, Beard, Shawn wrote: > Yes its 9.0.31.0 > > [mwuser@usilg01-tcd003 ~]$ ./version.sh > Using CATALINA_BASE: /path/to/catalina_base > Using CATALINA_HOME: /path/to/catalina_home > Using CATALINA_TMPDIR: /path/to/catalina_base/temp > Using JRE_HOME:/ > Using CLASSPATH

RE: tomcat warnings. [EXTERNAL]

2020-09-17 Thread Beard, Shawn
Yes its 9.0.31.0 [mwuser@usilg01-tcd003 ~]$ ./version.sh Using CATALINA_BASE: /path/to/catalina_base Using CATALINA_HOME: /path/to/catalina_home Using CATALINA_TMPDIR: /path/to/catalina_base/temp Using JRE_HOME:/ Using CLASSPATH: /path/to/catalina_base /bin/bootstrap.jar:/usr/a

Re: hiding tomcat version from error pages

2020-09-17 Thread Tim Funk
It should a tweak to the ErrorReportValve as documented here: (inside of server.xml) https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#Error_Report_Valve You'll want to set showServerInfo and showReport to false -Tim On Thu, Sep 17, 2020 at 8:20 AM Rathore, Rajendra wrote: > Hi All,

hiding tomcat version from error pages

2020-09-17 Thread Rathore, Rajendra
Hi All, Please let me know the standard way to hide tomcat version from error pages, I tried on google and saying that you need to modify some properties inside catelina.jar, but that is not a standard way. [cid:image003.jpg@01D68D1A.F310D100] Thanks and Regards, Rajendra Rathore 9922701491

Re: tomcat warnings. [EXTERNAL]

2020-09-17 Thread Mark Thomas
On 16/09/2020 20:45, Beard, Shawn wrote: > protocol="HTTP/1.1" >connectionTimeout="2" >Server=" " >maxHttpHeaderSize="8192" >maxThreads="500" >minSpareThreads="30" >enableLookups="fal

RE: Truststore in HTTPS Connector does not work with Linux

2020-09-17 Thread David Weisgerber
Hi, > Ugh. That *does* point toward a bug in Tomcat itself or something odd with > the JVM. Yep. >> No, we automatically ship the latest 8.5 tomcat version. However for >> our docker based distribution I was sure that this feature worked at >> some time (I think I used tomcat 8.0 for this). I