Need help installing SSL certificate in tomcat keystore

2024-05-30 Thread Fung-A-Fat, Mark
I am running a java web app on windows 2019 server and need some help getting the SSL certificate installed into my keystore. I am running tomcat 9.x and java 11 I am able to generate a certificate request using both keytool and/or openssl For both the CSR file looks like this, but the opens

Re: AW: How to set up a separate configuration for a Tomcatapplication

2016-09-06 Thread Fung
Mark, Now I got it.Sincerely,Thank you very much. Fung -- Original -- From: "Mark Thomas";; Date: Mon, Sep 5, 2016 11:54 PM To: "Tomcat Users List"; Subject: Re: AW: How to set up a separate configuration for a Tomcatapplication

AW: How to set up a separate configuration for a Tomcat application

2016-09-05 Thread Fung
there are still problems.Why the independent context file's name must be the path name?And why I set "Context path='xxx'",the path never work? Sincerely look forward to someone who can answer me . ------ Original -- From: "Fung";; Date:

How to set up a separate configuration for a Tomcat application

2016-09-05 Thread Fung
perate the configuration file,preferably independent configuration files for each app in the tomcat. Except someone to reply. --Fung

How to set a virtual directory mapping

2016-08-25 Thread Fung
How to set a virtual directory that I can map a virtual path in my web-app to local physical path. OS:window 7 Tomcat version:7.057