How to run Tomcat in Synology

2017-11-28 Thread jose luis Calvo
Tomcat version: 7.0.82-0113 Operating System: Synology DSM 6.1.4-15217 Update 2 Model: DS414 Subject: After install component from Package Center Tomcat is ready to configure but only there are three initial folders "docs" "host-manager" and "manager". Please help me I don't know what I should to

Understanding tomcat + apache and I/O

2017-11-28 Thread TurboChargedDad .
(Sorry didn't mean to send please check this email for additional info) So.. Thank you for those help me understand the NIO vs BIO in tomcat 7.. I made those changes things have improved quite a bit. I am still experiencing some weirdness that I have tried to understand but can't get a handle on

Understanding tomcat + apache I/O

2017-11-28 Thread TurboChargedDad .
So.. Thank you for those help me understand the NIO vs BIO in tomcat 7.. I made those changes things have improved quite a bit. I am still experiencing some weirdness that I have tried to understand but can't get a handle on it. Quick overview.. --Proxies-- Apache Proxies (2) - The end user te

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-28 Thread Don Flinn
Chris, Thanks for the corrections. >>In fact, I think you are using PEM-encoded DER files and not a >>packaged keystore, even though your SSLHostConfig's keystoreType is >>set to "PKCS12". Yes, I am using PEM files. Got to read more on DER files. So do I just drop the keystoreType="PKCS12" fr

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 11/27/17 10:47 AM, Don Flinn wrote: > My previous mail was cryptic. Below is a fuller explanation of > what I did to get things running. > > First, I'm using Tomcat 9 and the protocol for the Tomcat 8.5 and > up has been expanded. Chris s