You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lenny Sorey <lr...@fatdot.com> on 2002/06/28 23:23:58 UTC

Debugger Solution

This may be off topic here, but I can't seem to get an answer anywhere else.

I'm looking for a stand alone debugger solution for the following platform:

Windows 2000 Professional
J2SDK 1.4.0
Tomcat 4.1.3

Maybe I'm barking up the wrong tree, but the solutions I've found are not easy to setup
nor are the instructions easy to follow. I just can't seem to get any of them to work.

I've tried Forte For Java 4.0 CE and JBuild 6.0 Personal Edition but to no avail. 

Anyway, any recommendation would certainly be appreciated.

Thanks,

Lenny Sorey



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Debugger Solution

Posted by Chris Bailey <ch...@codeintensity.com>.
I should also add that JBuilder, and probably Forte really should work as
well.  I am nearly positive those both allow you to attach to a running VM.
The thing you need to make sure you do is to start Tomcat with the debug
option.  I haven't tried this on Windows, nor with Tomcat 4.1.x (I'm using
4.0.x), but on Linux you'd start it with something akin to "dtomcat4 debug
start".  I'm guessing that whatever script you run it with on Windows would
take a debug param as well.  Essentially debugging should work with any
debugger that supports the JPDA and allows you to attach to an existing
process.

-----Original Message-----
From: Lenny Sorey [mailto:lrsorey@fatdot.com]
Sent: Friday, June 28, 2002 2:24 PM
To: Tomcat Users Group
Subject: Debugger Solution


This may be off topic here, but I can't seem to get an answer anywhere else.

I'm looking for a stand alone debugger solution for the following platform:

Windows 2000 Professional
J2SDK 1.4.0
Tomcat 4.1.3

Maybe I'm barking up the wrong tree, but the solutions I've found are not
easy to setup
nor are the instructions easy to follow. I just can't seem to get any of
them to work.

I've tried Forte For Java 4.0 CE and JBuild 6.0 Personal Edition but to no
avail.

Anyway, any recommendation would certainly be appreciated.

Thanks,

Lenny Sorey



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Debugger Solution

Posted by Rick R <to...@yahoo.com>.
I don't think JBuilder Personal allows servlet
debugging. I think you need JBuilder Enterprise
($3000) for that.

As far as Forte, I think Sun has some docs on servlets
on their site. Or you could check out NetBeans (on
which Forte is based). www.netbeans.org. They have
some mailing lists, even a preview of an upcoming
OReilly book about NetBeans.

--- Lenny Sorey <lr...@fatdot.com> wrote:
> This may be off topic here, but I can't seem to get
> an answer anywhere else.
> 
> I'm looking for a stand alone debugger solution for
> the following platform:
> 
> Windows 2000 Professional
> J2SDK 1.4.0
> Tomcat 4.1.3
> 
> Maybe I'm barking up the wrong tree, but the
> solutions I've found are not easy to setup
> nor are the instructions easy to follow. I just
> can't seem to get any of them to work.
> 
> I've tried Forte For Java 4.0 CE and JBuild 6.0
> Personal Edition but to no avail. 
> 
> Anyway, any recommendation would certainly be
> appreciated.
> 
> Thanks,
> 
> Lenny Sorey
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Debugger Solution

Posted by Liam Morley <lm...@gdc.wpi.edu>.
This is a shot in the dark and perhaps an ignorant solution on my part, 
but I was wondering if perhaps this helps:
<http://xml.apache.org/cocoon/faq/faq-debugging.html>
I haven't managed to get this working yet, but I'd assume it's not just 
Cocoon-specific and that it in fact can be used by anything in Tomcat. 
Not sure if it's what you're looking for, though..

Liam Morley

Chris Bailey wrote:

>Try JSwat, http://www.bluemarsh.com/java/jswat/.
>
>-----Original Message-----
>From: Lenny Sorey [mailto:lrsorey@fatdot.com]
>Sent: Friday, June 28, 2002 2:24 PM
>To: Tomcat Users Group
>Subject: Debugger Solution
>
>
>This may be off topic here, but I can't seem to get an answer anywhere else.
>
>I'm looking for a stand alone debugger solution for the following platform:
>
>Windows 2000 Professional
>J2SDK 1.4.0
>Tomcat 4.1.3
>
>Maybe I'm barking up the wrong tree, but the solutions I've found are not
>easy to setup
>nor are the instructions easy to follow. I just can't seem to get any of
>them to work.
>
>I've tried Forte For Java 4.0 CE and JBuild 6.0 Personal Edition but to no
>avail.
>
>Anyway, any recommendation would certainly be appreciated.
>
>Thanks,
>
>Lenny Sorey
>
>
>
>--
>To unsubscribe, e-mail:
><ma...@jakarta.apache.org>
>For additional commands, e-mail:
><ma...@jakarta.apache.org>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>
>  
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Debugger Solution

Posted by Chris Bailey <ch...@codeintensity.com>.
Try JSwat, http://www.bluemarsh.com/java/jswat/.

-----Original Message-----
From: Lenny Sorey [mailto:lrsorey@fatdot.com]
Sent: Friday, June 28, 2002 2:24 PM
To: Tomcat Users Group
Subject: Debugger Solution


This may be off topic here, but I can't seem to get an answer anywhere else.

I'm looking for a stand alone debugger solution for the following platform:

Windows 2000 Professional
J2SDK 1.4.0
Tomcat 4.1.3

Maybe I'm barking up the wrong tree, but the solutions I've found are not
easy to setup
nor are the instructions easy to follow. I just can't seem to get any of
them to work.

I've tried Forte For Java 4.0 CE and JBuild 6.0 Personal Edition but to no
avail.

Anyway, any recommendation would certainly be appreciated.

Thanks,

Lenny Sorey



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>