Hello, > -----Ursprüngliche Nachricht----- > Von: Jasmin Ćatić <jasmin.cati...@gmail.com> > Gesendet: Montag, 18. Juli 2022 14:12 > An: Tomcat Users List <users@tomcat.apache.org> > Betreff: Re: Publishing Tomcat webapp > > Now I have another setback. > I have my tomcat running on the domain name www.mydomain.com and I > have an SSL certificate on this domain (CA_BUNDLE, Certificate and Key) in > my CPanel. > How to configure Tomcat to use this SSL and HTTPS protocol. > > Thanks again for your help
The configuration in detail depends on the Tomcat version you are using. In principal, you have to add a connector element within the server.xml For tomcat 9 e.g.: https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html The connector element has attributes for the private and public key (and intermediates). After configuration I recommend to check SSL configuration via SSL-Labs, they offer an online-check. > > pon, 18. srp 2022. u 08:24 Jasmin Ćatić <jasmin.cati...@gmail.com> napisao > je: > > > Thank you very much. I have done it successfully. > > Best regards > > JC > > > > ned, 17. srp 2022. u 09:08 Thomas Hoffmann (Speed4Trade GmbH) > > <thomas.hoffm...@speed4trade.com.invalid> napisao je: > > > >> Hello, > >> > >> > -----Ursprüngliche Nachricht----- > >> > Von: Aryeh Friedman <aryeh.fried...@gmail.com> > >> > Gesendet: Sonntag, 17. Juli 2022 08:43 > >> > An: Tomcat Users List <users@tomcat.apache.org> > >> > Betreff: Re: Publishing Tomcat webapp > >> > > >> > On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman > >> > <aryeh.fried...@gmail.com> > >> > wrote: > >> > > Once you have it pointing to that domain just upload the war file > >> > > to it > >> > and give people the link. > >> > > >> > Small wording correction... I mean upload the war file as being a > >> > part > >> of the > >> > webapp and/or a part of an other webapp you have for downloading... > >> > take a look at the download section of the site I list in my signature. > >> > > >> > -- > >> > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > >> > >> Usually you need 2 things: > >> 1) A webserver or webspace. This includes a public IP address > >> 2) A domain. You can buy it online. > >> > >> When you own a domain, you have access to the DNS settings. Create an > >> A-Record with the domain-name and point it to the IP address of your > server. > >> If an A-records already exists, modify it to point to the IP address > >> of the server. > >> > >> Install tomcat on the webserver and install your web-application. > >> Tomcat listens per default on all ports, so no special configuration > >> needed (only if you host multiple domains on that server). > >> > >