Graham,

Symantec Cafe 3.0 supports servlet debugging (uses the Sun servletrunner for
debug)... You can use your favorite servlet engine by making it listen on
port 8080...  

IBM's Visual Age for Java supports servlet debugging for WebSphere (IBM's
application server/servelet engine)... I do not know if it supports other
servlet engines... An evaluation version is available on the IBM site if you
want to check it out... I can find out if it supports other engines if you
want to know...

As far as I know, it would be hard to debug servlets using JServ, since it
uses a proprietary protocol which needs to be followed to run a servlet...
So the servlet debugger has to emulate the protocol to get the servlet
request past JServ... 

rajesh

> -----Original Message-----
> From: Graham Ashby [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 04, 1999 8:36 PM
> To: '[EMAIL PROTECTED]'
> Subject: Debugging servlets with JServ
> 
> 
> > So, is there a way of debugging servlets apart from printing debug
> > statements to System.out?
> > With C (and C++) you could attach a debugger to a running 
> process.  Is
> > there a way of doing this with JServ?
> > This is, of course, on Unix; Solaris 2.6 to be precise.
> > I would be interested in any solution, open source or commercial.
> > 
> > Thanks
> > Graham Ashby, Nortel Networks
> > [EMAIL PROTECTED]
> 
> 
> ----------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]
> 


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to