Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
Thanks for your help, Dan. I re-did the steps I listed and it worked. On Thu, Feb 7, 2013 at 10:47 AM, Daniel Mikusa wrote: > On Feb 7, 2013, at 10:35 AM, Quentin Spencer wrote: > > > Thank you Dan, I did see that FAQ and bullet. I tried adding the > > lines"-Xdebug > > -Xrunjdwp:transport=dt_s

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Daniel Mikusa
On Feb 7, 2013, at 10:35 AM, Quentin Spencer wrote: > Thank you Dan, I did see that FAQ and bullet. I tried adding the > lines"-Xdebug > -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n" to the Java > Options box in the Java tab of the Common Daemon Service manager but Tomcat > wouldn

Re: Running Tomcat in Debug Mode on Windows 7

2013-02-07 Thread Quentin Spencer
Thank you Dan, I did see that FAQ and bullet. I tried adding the lines"-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n" to the Java Options box in the Java tab of the Common Daemon Service manager but Tomcat wouldn't start after I did this. If someone could give me more detail

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 > fine (i.e., no p

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. A