On 2018-07-16, 9:28 AM, "Konstantin Kolinko" wrote:
> >>ps: a HTTP request against the debug port will print this message in
the
> >>catalina.out Debugger failed to attach: handshake failed - received
>GET /
> >>HTTP/1.1< - expected >JDWP-Handshake<
> >
> > Yep, I ge
-Original Message-
From: Désilets, Alain
Sent: Monday, July 16, 2018 1:45 PM
To: Tomcat Users List
Subject: Can't start Tomcat in debug mode
> I am unable to start Tomcat in debug mode. I have searched and see that lots
> of people are having similar issues. I tried all the
2018-07-16 15:56 GMT+03:00 Désilets, Alain :
>>lurodrig@:tomcat-9-0-5-installation$ lsof -i:8000
>>COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
>>java13522 lurodrig4u IPv4 450991 0t0 TCP localhost:8000
>>(LISTEN)
>
> Gives me this
>
> java2
Thx Luis,
> /Library/Tomcat/bin/catalina.sh jpda start should be good enough. If you
> have a look at the tomcat command line process are the JPDA options
> enabled? E.g.:
>
>$ $CATALINA_HOME/bin/catalina.sh jpda start
>
>$ ps -ef | grep --color dt_socket
>lurodrig 13522 2883
Hello Alain,
/Library/Tomcat/bin/catalina.sh jpda start should be good enough. If you
have a look at the tomcat command line process are the JPDA options
enabled? E.g.:
$ $CATALINA_HOME/bin/catalina.sh jpda start
$ ps -ef | grep --color dt_socket
lurodrig 13522 2883 6 13:58 pts/500:00:04
I am unable to start Tomcat in debug mode. I have searched and see that lots of
people are having similar issues. I tried all the fixes that were proposed and
none of them seem to work.
Here is what I have at the moment.
I have a file /Library/Tomcat/bin/setenv with the following content
# Tryi