I'm using VisualAge for Java Enterprise 3.01 but you can get the free
version (don't remmeber if is the standard or pro version, only a few bits
missing) that limits only the number of classes to a reasonable number check
the www.ibm.com to see for details.
I am not been able to debug directly Jsp but all the rest I do. I know you
can debug the Jsp pages loading the compiled version but never needed to go
that far. There is a Websphere test environment that includes a Jsp debugger
that allows you to debug the actual page. It looks good but performances ona
256MD athlon 700 are extremley poor so I gave up for tomcat in the env and
the normal debugger. It works well that way.
to be able to debug tomcat (even the source) follow the instruction on
http://sheldonwosnick.tripod.com/Tomcat/Tomcat31Release.html or search at
ibm site for the official version.
ciao mauro
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sanjay Gomes
> Sent: 29 June 2000 12:16
> To: [EMAIL PROTECTED]
> Subject: Re: response.redirect
>
>
> Hi Mauro
>
> WHich debugger can i use for debugging JSPs
> Also where can I get it
>
> TIA
> Sanjay
>
> >that what I have seen happening in my debugger... >other .than that I
> >cannot
> >say
>
> >mauro
>
> >-----Original Message-----
> >From: John Doe [mailto:[EMAIL PROTECTED]]
> >Sent: 28 June 2000 17:36
> >To: Mauro Gagni (EMS); JSP ML; [EMAIL PROTECTED]
> >Subject: RE: response.redirect
> >
> >
> >Can anyone please refer me to some concrete documentation on
> >this. I would
> >really like to know if this is true: is there another thread
> >created which
> >does the redirection code, while the current thread continues
> >executing the
> >code on the current page?
> >
> >thank you
> >rostom
> >
> >--- "Mauro Gagni (EMS)" <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > > I had the same problem and that is the way it work, it
> compute the code
> > > until the end of the page.
> > > I noticed that it actually creates a new thread for the
> >redirection, while
> > > the old one keeps executing until it eventually dies at the end
> >of the page.
> > >
> > > hope it did help,
> > > mauro
> > >
> > > > -----Original Message-----
> > > > From: A mailing list about Java Server Pages specification
> >and reference
> > > > [mailto:[EMAIL PROTECTED]]On Behalf Of John Doe
> > > > Sent: 28 June 2000 02:40
> > > > To: [EMAIL PROTECTED]
> > > > Subject: response.redirect
> > > >
> > > >
> > > > Hello,
> > > > Can someone give a detailed explanation of how
> > > > response.redirect() works. I
> > > > looked at the API and its not very detailed.
> > > >
> > > > The reason for this is that it seems that if I have html or java
> > > > code AFTER a
> > > > redirect on a JSP page, that code still gets executed. This
> >is not the
> > > > behavior i want. With a forward I know that all execution stops
> > > > and a forward
> > > > takes place. Is this not the case with a redirect??
> > > >
> > > > thanks in advance.
> > > >
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Get Yahoo! Mail - Free email you can access from anywhere!
> > > > http://mail.yahoo.com/
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets