At 01:06 PM 3/15/99 -0600, you wrote:
>Hi,
>
>I have an applet which does communication with a servlet using HTTP. I have
>been able to use VisualCafe to debug an HTML form which posts to a servlet.
>Basically you set up the options on the project dialog with the HTML form,
>etc. Then hit the F5 to run in the debugger and everything works.
>
>However, how do I get an applet which posts to a servlet to debug into the
>servlet? Has anyone ever done this before? I have several entries into my
>servlet from my applet and aside from always doing logging, I would actually
>like to step into the servlet and debug it.
>

Why would an applet posting to the servlet be any different than a HTML
form posting to it?  I would think that from the persepctive of the server
they would be indistinguishable.

Bob

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to