Re: Can't start Tomcat in debug mode

2018-07-16 Thread Désilets , Alain
cted >JDWP-Handshake< > > > > Yep, I get that message when running with jpda > > You have that message = You have started in debug mode = You tried > connecting with a wrong client. > > I have impression that you have successfully sta

RE: Can't start Tomcat in debug mode

2018-07-16 Thread Sebastian Trost
-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

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Konstantin Kolinko
ort. Any other ideas? > >>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 get that message wh

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Désilets , Alain
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

Re: Can't start Tomcat in debug mode

2018-07-16 Thread Luis Rodríguez Fernández
2018-07-16 13:45 GMT+02:00 Désilets, Alain : > 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. > &

Can't start Tomcat in debug mode

2018-07-16 Thread Désilets , Alain
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

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
t; > > On Thu, Feb 7, 2013 at 9:27 AM, Daniel Mikusa > wrote: > > > >> On Feb 7, 2013, at 9:14 AM, Quentin Spencer wrote: > >> > >>> I want to run TomCat in debug mode so I can debug my servlet from > >> Eclipse. > >>> > >>

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Daniel Mikusa
ble of the output here. Dan > > > On Thu, Feb 7, 2013 at 9:27 AM, Daniel Mikusa wrote: > >> On Feb 7, 2013, at 9:14 AM, Quentin Spencer wrote: >> >>> I want to run TomCat in debug mode so I can debug my servlet from >> Eclipse. >>> >>&

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
ld give me more detailed instructions on how to implement the instructions in that document I would really appreciate it. On Thu, Feb 7, 2013 at 9:27 AM, Daniel Mikusa wrote: > On Feb 7, 2013, at 9:14 AM, Quentin Spencer wrote: > > > I want to run TomCat in debug mode so I can debu

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Daniel Mikusa
On Feb 7, 2013, at 9:14 AM, Quentin Spencer wrote: > I want to run TomCat in debug mode so I can debug my servlet from Eclipse. > > I installed TomCat 7 using the Windows Installer. It was installed as a > service, managed by the Commons Daemon Service Manager. It runs servlets >

Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
I want to run TomCat in debug mode so I can debug my servlet from Eclipse. I installed TomCat 7 using the Windows Installer. It was installed as a service, managed by the Commons Daemon Service Manager. It runs servlets fine (i.e., no problems with normal TC operation). I did the following: 1

Re: Starting up Tomcat in debug mode with tomcat6:run

2012-05-11 Thread Olivier Lamy
The most simple is to use mvnDebug (no need to add vm options all is already set in mvnDebug script). 2012/5/11 Henrique Ordine : > Hi everybody, > > I understand that to start up tomcat in debug mode I need to add the > following JVM options : > > -Xdebug -Xrunjdwp:transport

Starting up Tomcat in debug mode with tomcat6:run

2012-05-11 Thread Henrique Ordine
Hi everybody, I understand that to start up tomcat in debug mode I need to add the following JVM options : -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n I'm using the Maven tomcat6:run plugin though to start up my application on Tomcat. Does anyone know how I ca

Re: RE: Tomcat in debug mode

2006-02-16 Thread harmeek singh jhutty
Thanks a lot Charles .. that worked like a charm

RE: Tomcat in debug mode

2006-02-16 Thread Caldarale, Charles R
> From: harmeek singh jhutty [mailto:[EMAIL PROTECTED] > Subject: Tomcat in debug mode > > But there is no catalina.bat file under tomcat5.5.7/bin > folder,so how to make this work. Download and install the .zip version of Tomcat, rather than the .exe file. For reasons unkno

Tomcat in debug mode

2006-02-16 Thread harmeek singh jhutty
Hi Friends, I am using tomcat5.5.7 and I want to start it in debug mode...I researched and found this link: http://tomcat.apache.org/faq/development.html I followed and tried to do this: Set environment variables JPDA_ADDRESS=8000 and JPDA_TRANSPORT=dt_socket and then start tomcat using catalin

Tomcat in debug mode

2006-01-30 Thread nitin dubey
Hello, I am running tomcat 5.5.9 on WIN2K. When I try to run my web application deployed in tomcat on DEBUG mode the complete tomcat server starts running in DEBUG mode and takes a lot of time to start. Can anyone suggest me what is the problem ? Cheers, - nitin ___