RE: remote debug with tomcat 3.3.2

2010-03-02 Thread Caldarale, Charles R
From: Kedzior Wojciech [mailto:wojciech.kedz...@gemalto.com] Subject: remote debug with tomcat 3.3.2 I'm having a problem with setting up a remote debug session to my Tomcat 3.3.2 Final. You're asking for help with a version of Tomcat that's six years old and hasn't been supported for ages

RE: remote debug with tomcat 3.3.2

2010-03-02 Thread Kedzior Wojciech
just trying to get the best out of what I have. So, any other suggestions? Cheers -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 2. března 2010 15:16 To: Tomcat Users List Subject: RE: remote debug with tomcat 3.3.2 From: Kedzior Wojciech

Re: remote debug with tomcat 3.3.2

2010-03-02 Thread Pid
Subject: RE: remote debug with tomcat 3.3.2 From: Kedzior Wojciech [mailto:wojciech.kedz...@gemalto.com] Subject: remote debug with tomcat 3.3.2 I'm having a problem with setting up a remote debug session to my Tomcat 3.3.2 Final. You're asking for help with a version of Tomcat that's six

Re: remote debug with tomcat 3.3.2

2010-03-02 Thread Bill Barker
Wojciech wojciech.kedz...@gemalto.com wrote in message news:a8dd7b2abeb7b842af607d392ff73c7ee4834af...@croexcfwp03.gemalto.com... Hello, I'm having a problem with setting up a remote debug session to my Tomcat 3.3.2 Final. I am copying some classes I developed into the working directory

RE: remote debug with tomcat 3.3.2

2010-03-02 Thread Kedzior Wojciech
Hahaha! -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 3. března 2010 0:13 To: Tomcat Users List Subject: Re: remote debug with tomcat 3.3.2 On 02/03/2010 15:28, Kedzior Wojciech wrote: Hi Chuck, Thanks for your answer. That is exactly how I feel. However I'm

RE: remote debug with tomcat 3.3.2

2010-03-02 Thread Kedzior Wojciech
@tomcat.apache.org Subject: Re: remote debug with tomcat 3.3.2 I'm pretty sure that I compiled the binary for 3.3.2 without debugging support. The only thing I can think of is to download the source release of 3.3.2 and compile it with debugging. At the time 3.3.2 was released, using a debugger

remote debug with tomcat 3.3.2

2010-03-01 Thread Kedzior Wojciech
Hello, I'm having a problem with setting up a remote debug session to my Tomcat 3.3.2 Final. I am copying some classes I developed into the working directory of an application deployed on tomcat. I can connect to the remote debug port from eclipse but the debugger will not stop on any break

Re: remote debug

2009-11-13 Thread Pid
. If it's listening, then you have a problem with your debugger and/or firewall issues. Since the subject of this thread is remote debug, I suspect you are trying to debug over a network. What is the relationship between the server and the client? Are there firewalls involved? Does JPDA bind to 127.0.0.1

Re: remote debug

2009-11-13 Thread maven apache
JPDA configuration is broken and you should re-post with your current progress. If it's listening, then you have a problem with your debugger and/or firewall issues. Since the subject of this thread is remote debug, I suspect you are trying to debug over a network. What is the relationship

Re: remote debug

2009-11-13 Thread Pid
. If it's listening, then you have a problem with your debugger and/or firewall issues. Since the subject of this thread is remote debug, I suspect you are trying to debug over a network. What

Re: remote debug

2009-11-13 Thread maven apache
I am a litter confusing. If I deploy by myself,that to say I copy the F:\mavenTest\MT-Parent\MT-web\targetMT-web.war to the tomcat install directory: C:\tomcat6.0\webapp, what does the eclipse debugger do ? Without the IDE debugger I also can visit my page by

Re: remote debug

2009-11-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 11/13/2009 8:53 AM, maven apache wrote: I am a little confused. If I deploy by myself, that is to say I copy the F:\mavenTest\MT-Parent\MT-web\targetMT-web.war to the tomcat install directory: C:\tomcat6.0\webapp, what

Re: remote debug

2009-11-12 Thread Christopher Schultz
of this thread is remote debug, I suspect you are trying to debug over a network. What is the relationship between the server and the client? Are there firewalls involved? Does JPDA bind to 127.0.0.1 or to 0.0.0.0 (or some other IP address)? If it binds to 127.0.0.1, then you'll need an ssh tunnel

Re: remote debug

2009-11-12 Thread maven apache
progress. If it's listening, then you have a problem with your debugger and/or firewall issues. Since the subject of this thread is remote debug, I suspect you are trying to debug over a network. What is the relationship between the server and the client? Are there firewalls involved? Does JPDA

Re: remote debug

2009-11-11 Thread maven apache
no idea. Someone tell me I can use remote debug for the web module ,however when I try to connect the server,it can not connect . So I want to know if the remote debug can be used for the web module in maven,if it is,how to config the debug? It's not at all clear what you are doing, here

Re: remote debug

2009-11-11 Thread Pid
I know how to debug a common dynamic web project and add breakpoints . But the web module is not a common web project.I have no idea. Someone tell me I can use remote debug for the web module ,however when I try to connect the server,it can not connect . So I

Re: remote debug

2009-11-11 Thread maven apache
to debug. But the MT-webapps module is not a common dynamic web project,so I can not found the debug on server meun. I have try my best to found the resolution through friends,search enginer and so on but got nothing. Then I post it to the maven maillist, they tell me I should use the remote debug. 2

Re: remote debug

2009-11-11 Thread Pid
. Then I post it to the maven maillist, they tell me I should use the remote debug. 2 realated to tocmat So I start to config remot debug in tomcat . After modify the catalina.bat,and start it ,I can not connet it through the IDE(eclipse),but I just followed the faq,so I post it to this maillist

Re: remote debug

2009-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 11/11/2009 9:52 AM, maven apache wrote: So I start to config remot debug in tomcat . How do you start Tomcat? Using bin\startup.bat? After modify the catalina.bat Okay, you are using bin\startup.bat, then? You ought to

Re: remote debug

2009-11-11 Thread maven apache
2009/11/12 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 11/11/2009 9:52 AM, maven apache wrote: So I start to config remot debug in tomcat . How do you start Tomcat? Using bin\startup.bat? After modify the

RE: remote debug

2009-11-10 Thread Martin Gainty
. But the web module is not a common web project.I have no idea. Someone tell me I can use remote debug for the web module ,however when I try to connect the server,it can not connect . So I want to know if the remote debug can be used for the web module in maven,if it is,how to config

remote debug

2009-11-09 Thread maven apache
a common dynamic web project and add breakpoints . But the web module is not a common web project.I have no idea. Someone tell me I can use remote debug for the web module ,however when I try to connect the server,it can not connect . So I want to know if the remote debug can be used for the web module

remote debug

2009-11-04 Thread maven apache
Hi: I have a project and want to use the remote debug manner,my web container is tomcat of version of 5.5,I have seen the faq in wiki of tomcat. I follow the instruction: -- %CATALINA_HOME%\bin\tomcat6w.exe //ES//tomcat6 Select the Java tab in the properties dialog box, Add the following

RE: remote debug

2009-11-04 Thread Caldarale, Charles R
From: maven apache [mailto:apachemav...@gmail.com] Subject: remote debug my web container is tomcat of version of 5.5 %CATALINA_HOME%\bin\tomcat6w.exe //ES//tomcat6 One of the above two statements is wrong. Which version of Tomcat are you really using? Failed to connect to remote VM

Re: remote debug

2009-11-04 Thread maven apache
2009/11/4 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: remote debug my web container is tomcat of version of 5.5 %CATALINA_HOME%\bin\tomcat6w.exe //ES//tomcat6 One of the above two statements is wrong. Which version

RE: remote debug

2009-11-04 Thread Caldarale, Charles R
From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: remote debug %CATALINA_HOME%\bin\tomcat6w.exe //ES//tomcat6 One of the above two statements is wrong. Which version of Tomcat are you really using?\ I am using apache-tomcat-5.5.27(. Then how it is possible you're

Re: remote debug

2009-11-04 Thread maven apache
2009/11/5 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: remote debug %CATALINA_HOME%\bin\tomcat6w.exe //ES//tomcat6 One of the above two statements is wrong. Which version of Tomcat are you really using?\ I

RE: remote debug

2009-11-04 Thread Caldarale, Charles R
From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: remote debug In a word,I have two choice: 1 use the tomcat.zip of version 5.5 or 6.x. 2 use the tomcat.exe of version 6.x? The version of Tomcat doesn't matter, although unless you have a compelling reason to use an older

Re: remote debug

2009-11-04 Thread maven apache
2009/11/5 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: remote debug In a word,I have two choice: 1 use the tomcat.zip of version 5.5 or 6.x. 2 use the tomcat.exe of version 6.x? The version of Tomcat doesn't matter

RE: remote debug on tomcat using eclipse

2006-02-21 Thread Asaf Lahav
: 972-3-6540254 -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 1:44 AM To: 'Tomcat Users List' Subject: RE: remote debug on tomcat using eclipse Well, every day for the last 4 or 5 years, I run Eclipse as the UI/IDE/Debugger

remote debug on tomcat using eclipse

2006-02-20 Thread Asaf Lahav
Hi all, I'm trying to debug an AXIS webservice which is running on my local tomcat 5.5.15. My working environment is: Windows XP JVM 1.5 Eclipse 3.1 My tomcat 1.5.15 is installed and running as a Service I've read a couple of articles explaining how to configure tomcat and

RE: remote debug on tomcat using eclipse

2006-02-20 Thread Tim Lucia
:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 3:58 PM To: 'Tomcat Users List' Subject: RE: remote debug on tomcat using eclipse Hi Tim, I tried this as well. I'm getting a Failed to connect to remote VM error message. I even tried this with just an empty project I opened in Eclipse. I