Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Hi Chris, Additionally when trying to stop running application, we are getting below error. Sat Jul 18 05:49:40 UTC 2020 ** * Stopping the Web Server ** Sat Jul 18 05:49:40 UTC 2020 ./wfc: line 28: /usr/local/nginx/nginx: No such file or directory

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Hi Chris, To stop tomcat we are using the below command. bin/shutdown.sh -$sleeptime -force Where in our case sleeptime is set to 30. Please find the attached server.xml which we are using in our application. Also I have copy-paste the complete content below in this email as well. ---

Re: Problem with protocols, Re: SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread James H. H. Lampert
On 7/17/20 2:36 PM, jonmcalexan...@wellsfargo.com.INVALID wrote: This looks like a cipher, not an alias TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256 As I said, of course it's a cipher. I said up front that the lines were truncated, in order to fit in an email. I can't imagine w

Re: Problem with protocols, Re: SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread James H. H. Lampert
On 7/17/20 2:36 PM, jonmcalexan...@wellsfargo.com.INVALID wrote: This looks like a cipher, not an alias TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256 It is. The lines are truncated at 72 characters for the email. -- JHHL ---

RE: Problem with protocols, Re: SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread jonmcalexander
This looks like a cipher, not an alias TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256 Dream * Excel * Explore * Inspire Jon McAlexander Asst Vice President Middleware Product Engineering Enterprise CIO | Platform Services | Middleware | Infrastructure Solutions 8080 Cobblestone Rd |

Re: Tomcat mod_jk rpm-build for CentOS-8 - exit with error.

2020-07-17 Thread Stefan Mayr
Hi Klaus, Am 06.07.2020 um 15:13 schrieb Klaus Tachtler: > Hi, > > I'm trying to build a rpm package for CentOS-8 for mod_jk with the > latest version 1.2.48. While building the rpm package, following error > occurs: > > > - %< - > > ... > make[1]: Entering directory > '/root/rpmbuild/

Re: [ANN] ApacheCon NA 2020 is virtual/online, completely free to attend, and call-for-presentations is CLOSED

2020-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, While the CFP is officially closed for ApacheCon, there is still some space in the Tomcat track if anyone is still considering a presentation. Please email me privately if you'd like to submit a topic. Just put "apachecon" in the subject. (It'

Problem with protocols, Re: SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread James H. H. Lampert
Running two connectors seems to work just fine, but I'm having trouble getting one of them to only take TLS 1.2 In reply to my query: Given all this, is it possible to (1) have Tomcat listen on two separate HTTPS ports, and (2) have one of the ports require TLS 1.2, but the other accept someth

RE: SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread jonmcalexander
It works quite well. Sorry for the top post, I only have outlook and it sucks in this respect. Dream * Excel * Explore * Inspire Jon McAlexander Asst Vice President Middleware Product Engineering Enterprise CIO | Platform Services | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | U

Re: Error in stopping application tomcat !!

2020-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kushagra, On 7/17/20 11:47, Kushagra Bindal wrote: > Similar issues we are also facing in our environment. What could be > the problem? > > On Fri, Jul 17, 2020 at 6:04 PM om tiwari > wrote: > >> Hi, >> >> We have upgraded our tomcat version from 8

Re: SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread Mark Thomas
On 17/07/2020 17:55, James H. H. Lampert wrote: > I've got an issue here. > > On the one hand, we have a Tomcat server running on Amazon (in a > Beanstalk cluster). And we have an AS/400 running an old enough OS that, > so far as I'm aware, cannot be configured to use TLS 1.2 at the current > OS r

SSL/TLS issue: can we listen on more than one secured port, with different protocols enabled?

2020-07-17 Thread James H. H. Lampert
I've got an issue here. On the one hand, we have a Tomcat server running on Amazon (in a Beanstalk cluster). And we have an AS/400 running an old enough OS that, so far as I'm aware, cannot be configured to use TLS 1.2 at the current OS release level. And that AS/400 needs to access that Tomca

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Similar issues we are also facing in our environment. What could be the problem? On Fri, Jul 17, 2020 at 6:04 PM om tiwari wrote: > Hi, > > We have upgraded our tomcat version from 8.5.24 to 8.5.53 in > application. After upgrading we are facing issue while stopping > tomcat. > Below is the stac

Re: Faster Start Up

2020-07-17 Thread Luis Rodríguez Fernández
Hello Chris, Yes, I do agree that / docs do not look very clear. We after different test ended up with configurations like this one (${CATALINA_BASE}/conf/context.xml) or this other one (${CATALINA_BASE}/conf/catalina.properties) tomcat.util.scan.StandardJarScanFilter.jarsToSkip=*.* for d