Below is the catalina.log output
12-Mar-2020 19:57:18.885 INFO [main] org.apache.coyote.AbstractProtocol.pause
Pausing ProtocolHandler ["https-openssl-apr-8443"]
12-Mar-2020 19:57:18.969 INFO [main] org.apache.coyote.AbstractProtocol.stop
Stopping ProtocolHandler ["https-openssl-apr-8443"]
12-Ma
Thanks for the reply.
There is no firewall or selinux and it is not listening that is the problem.
Not sure where it is failing ?
From: Arvind Kumar (ZNetLive)
Sent: Friday, 13 March 2020 12:24 PM
To: Tomcat Users List
Cc: Saravanamuthu, Sivakumar (Siva) AU/PKV
Subject: [EXT] RE: Urgent help
FYI
From: Arvind Kumar (ZNetLive)
Sent: 13 March 2020 06:53
To: Tomcat Users List
Subject: RE: Urgent help tomcat 9 and https 8443
Please make sure port 8443 is listing if not try to restart your tomcat once
and then check the listing, once you get it is listing, please run below
command to al
Please make sure port 8443 is listing if not try to restart your tomcat once
and then check the listing, once you get it is listing, please run below
command to allow 8443 to open outside of your server.
iptables -I INPUT -m tcp -p tcp -s 0.0.0.0/0 --dport 8080 -j ACCEPT
How to check 8443 Is l
Hello Everyone,
I am new to this group and tomcat.
I am having issue with tomcat 9 using port 8443. I configured tomcat 8443
using CA certificate and my configuration are as follow.
I verified the certificate file using openssl command and certificate working
fine and there is no issue
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Tillmann,
On 3/12/20 11:01, Tillmann Schulz wrote:
> Hello tomcat user group,
>
> since our update from Tomcat 8.5.50 to 8.5.51 (Linux) I got a issue
> with the "tomcat manager", when calling the manager's "stop"
> command by socket command. With th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Matthias,
On 3/12/20 07:19, Matthias Fechner wrote:
> Hi Christopher,
>
> Am 09.03.2020 um 22:50 schrieb Christopher Schultz:
>> That's not a super-secure solution. You really should specify a
>> correct whitelist pattern instead of "accept all".
>
Hello tomcat user group,
since our update from Tomcat 8.5.50 to 8.5.51 (Linux) I got a issue with the
"tomcat manager", when calling the manager's "stop" command by socket command.
With the following socket command I try to stop the application app1:
GET /manager/text/stop?path=/app1 HTTP/1.1
Great KC - glad it's working!
Chris suggested that solution in another thread and it helped me too.
Toby
-Original Message-
From: KC Mok
Sent: Wednesday, March 11, 2020 11:55 PM
To: Tomcat Users List
Subject: Re: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is
not "wor
Hi Christopher,
Am 09.03.2020 um 22:50 schrieb Christopher Schultz:
> That's not a super-secure solution. You really should specify a
> correct whitelist pattern instead of "accept all".
thanks for your comment.
You are fully right, but as this seem to will be fixed with the next
tomcat version,
10 matches
Mail list logo