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 deb

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 fee

Re: remote debug with tomcat 3.3.2

2010-03-02 Thread Bill Barker
id it. "Kedzior Wojciech" 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 of an app

Re: remote debug with tomcat 3.3.2

2010-03-02 Thread Pid
Users List 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

RE: remote debug with tomcat 3.3.2

2010-03-02 Thread Kedzior Wojciech
d I'm 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: Ked

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

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

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

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 " http://localhost:9000/MT-web/helloS

Re: remote debug

2009-11-13 Thread Pid
our 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

Re: remote debug

2009-11-13 Thread maven apache
verify that the JPDA >>> options were actually enabled. If they were, you should have something >>> listening on port 1044: >>> >>> C:\Tomcat> netstat -a -o | find "1044" >>> >>> If the above command shows something like this: &g

Re: remote debug

2009-11-13 Thread Pid
;s nothing listening on port 1044, then your 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

Re: remote debug

2009-11-12 Thread maven apache
n JPDA has properly started and is listening on that port. If not, > try running the netstat command without the "| find" part to see if > that's failing (I tried adding "-b" argument and I got a "requires > elevation" error, so the "find" of course

Re: remote debug

2009-11-12 Thread Christopher Schultz
then your 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 i

Re: remote debug

2009-11-11 Thread maven apache
2009/11/12 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 > >

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 t

Re: remote debug

2009-11-11 Thread Pid
d so on but got nothing. 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 t

Re: remote debug

2009-11-11 Thread maven apache
nts in the MTServlet 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

Re: remote debug

2009-11-11 Thread Pid
lthough 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 co

Re: remote debug

2009-11-11 Thread maven apache
> > 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 mo

RE: remote debug

2009-11-10 Thread Martin Gainty
lthough 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 connec

Re: remote debug

2009-11-10 Thread Christopher Schultz
; > I am using tomcat6.0.zip,and my project is managed by maven,so the web > module I do not know how to debug,although 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 ca

remote debug

2009-11-09 Thread maven apache
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

Re: remote debug

2009-11-04 Thread maven apache
2009/11/5 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

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 compe

Re: remote debug

2009-11-04 Thread maven apache
2009/11/5 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 >

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 us

Re: remote debug

2009-11-04 Thread maven apache
2009/11/4 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 stateme

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? >

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 on tomcat using eclipse

2006-02-21 Thread Asaf Lahav
5 Fax: 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 t

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 proje

RE: remote debug on tomcat using eclipse

2006-02-20 Thread Asaf Lahav
  Any help is appreciated   Asaf Lahav VP R&D, Prima Grid LTD. Cellular:  972-54-4717955 Phone:   972-3-6540255 Fax:   972-3-6540254 From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 10:50 PM To: [EMAIL PROTECTED] Subject: RE: remote debug on t

Re: remote debug on tomcat using eclipse

2006-02-20 Thread Mark Thomas
Asaf Lahav wrote: > I already setup both JPDA_ADDRESS and JPDA_TRANSPORT environment variables. > But I don't know where to add the command line arguments when I'm running > the Tomcat in service mode. Use tomcat5w.exe from the bin directory. Add the following options under the Java tab. -Xdebug

RE: remote debug on tomcat using eclipse

2006-02-20 Thread Asaf Lahav
--- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 10:26 PM To: Tomcat Users List Subject: Re: remote debug on tomcat using eclipse Step 1. http://tomcat.apache.org/faq/development.html#rd Step 2. http://tomcat.apache.org/faq/development.html#rd-ec

Re: remote debug on tomcat using eclipse

2006-02-20 Thread Mark Thomas
Step 1. http://tomcat.apache.org/faq/development.html#rd Step 2. http://tomcat.apache.org/faq/development.html#rd-eclipse Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 Ecli