Re: AW: Publishing Tomcat webapp

2022-07-25 Thread Christopher Schultz
er Schultz Gesendet: Donnerstag, 21. Juli 2022 14:11 An: users@tomcat.apache.org Betreff: Re: AW: Publishing Tomcat webapp Thomas, On 7/17/22 03:07, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, -Ursprüngliche Nachricht- Von: Aryeh Friedman Gesendet: Sonntag, 17. Juli 2022 08:43 An: Tomcat

Re: AW: Publishing Tomcat webapp

2022-07-21 Thread Jasmin Ćatić
fmann (Speed4Trade GmbH) napisao je: > > > > -Ursprüngliche Nachricht- > > Von: Christopher Schultz > > Gesendet: Donnerstag, 21. Juli 2022 14:11 > > An: users@tomcat.apache.org > > Betreff: Re: AW: Publishing Tomcat webapp > > > > Thomas, > > >

AW: AW: Publishing Tomcat webapp

2022-07-21 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Christopher Schultz > Gesendet: Donnerstag, 21. Juli 2022 14:11 > An: users@tomcat.apache.org > Betreff: Re: AW: Publishing Tomcat webapp > > Thomas, > > On 7/17/22 03:07, Thomas Hoffmann (Speed4T

Re: Publishing Tomcat webapp

2022-07-21 Thread Jasmin Ćatić
Hello again, I still didn't manage to configure SSL for my Tomcat. I tried a whole bunch of tutorials and solutions but nothing worked for me. Once again I will provide you with what I have, so if anybody can help me I would really appreciate it. If anyone has a free time I will provide you with r

Re: Publishing Tomcat webapp

2022-07-21 Thread Christopher Schultz
Aryeh, On 7/18/22 09:08, Aryeh Friedman wrote: Here are the steps to installing a SSL cert (it varies slightly based on who your certificate authority [CA] is): Generate a CSR Stop. The OP already has a key, cert, and chain. None of this is necessary. [..] with keytool (it must be key tool

Re: AW: Publishing Tomcat webapp

2022-07-21 Thread Christopher Schultz
Thomas, On 7/17/22 03:07, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, -Ursprüngliche Nachricht- Von: Aryeh Friedman Gesendet: Sonntag, 17. Juli 2022 08:43 An: Tomcat Users List Betreff: Re: Publishing Tomcat webapp On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman wrote: Once

Re: Publishing Tomcat webapp

2022-07-18 Thread Aryeh Friedman
g 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 he

AW: Publishing Tomcat webapp

2022-07-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Jasmin Ćatić > Gesendet: Montag, 18. Juli 2022 14:12 > An: Tomcat Users List > Betreff: Re: Publishing Tomcat webapp > > Now I have another setback. > I have my tomcat running on the domain name www.mydomain.com and I &

Re: Publishing Tomcat webapp

2022-07-18 Thread Martynas Jusevičius
Ćatić > 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) > > > napisao je: > > > > >

Re: Publishing Tomcat webapp

2022-07-18 Thread Aryeh Friedman
ccessfully. > > Best regards > > JC > > > > ned, 17. srp 2022. u 09:08 Thomas Hoffmann (Speed4Trade GmbH) > > napisao je: > > > >> Hello, > >> > >> > -Ursprüngliche Nachricht- > >> > Von: Aryeh Fried

Re: Publishing Tomcat webapp

2022-07-18 Thread Jasmin Ćatić
Friedman >> > Gesendet: Sonntag, 17. Juli 2022 08:43 >> > An: Tomcat Users List >> > Betreff: Re: Publishing Tomcat webapp >> > >> > On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman >> > >> > wrote: >> > > Once you have it p

Re: Publishing Tomcat webapp

2022-07-17 Thread Jasmin Ćatić
Tomcat Users List > > Betreff: Re: Publishing Tomcat webapp > > > > On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman > > > > wrote: > > > Once you have it pointing to that domain just upload the war file to > > > it > > and give people the link.

AW: Publishing Tomcat webapp

2022-07-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Aryeh Friedman > Gesendet: Sonntag, 17. Juli 2022 08:43 > An: Tomcat Users List > Betreff: Re: Publishing Tomcat webapp > > On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman > > wrote: > > Once you have it pointi

Re: Publishing Tomcat webapp

2022-07-16 Thread Aryeh Friedman
On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman 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.

Re: Publishing Tomcat webapp

2022-07-16 Thread Aryeh Friedman
If you need www.xxx.com to point to it you either need a machine that has that name or access to the tomcat config and add that name to it and point it to the right place. For example: In server.xml do something like this: Once you have it pointing to

Re: Publishing Tomcat webapp

2022-07-16 Thread Jasmin Ćatić
Okay, I understand this part and I have done this already. My question was how to publish on the internet, to be accessed by everyone via certain domain name (for example https://mydomain.com/webapp) ned, 17. srp 2022. u 03:44 Aryeh Friedman napisao je: > The standard way I use for doing this is

Re: Publishing Tomcat webapp

2022-07-16 Thread Aryeh Friedman
The standard way I use for doing this is the following: 1. Create a .war of the app 2. Copy it to the right machine and place it in the webapps dir (on Unix likely something like /usr/local/apache-tomcat-9.0/webapps) 3. The tomcat on the remote machine (by default config but this can be changed) w

Re: Publishing Tomcat webapp

2022-07-16 Thread Jasmin Ćatić
I access it on localhost, or in my local network via local ip address and allocated port. For example: localhost:8080/webapp ned, 17. srp 2022. u 00:18 Rob Sargent napisao je: > > > On 7/16/22 16:14, Amn wrote: > > You read my mind! I was going to ask this very question, if not > > today... tomo

Re: Publishing Tomcat webapp

2022-07-16 Thread Rob Sargent
On 7/16/22 16:14, Amn wrote: You read my mind! I was going to ask this very question, if not today... tomorrow. I am looking forward to see the replies to this question. On 2022-07-15 5:22 a.m., Jasmin Ćatić wrote: Hello, Can someone please give me a step by step guide on how to make my to

Re: Publishing Tomcat webapp

2022-07-16 Thread Amn
You read my mind! I was going to ask this very question, if not today... tomorrow. I am looking forward to see the replies to this question. On 2022-07-15 5:22 a.m., Jasmin Ćatić wrote: Hello, Can someone please give me a step by step guide on how to make my tomcat webapp available online with

Publishing Tomcat webapp

2022-07-15 Thread Jasmin Ćatić
Hello, Can someone please give me a step by step guide on how to make my tomcat webapp available online with a domain name. Thanks. Regards, JC