Several months ago I downloaded a "tutorial" that described how to debug
servlets in your IDE, using the servlet runner. It said, basically, that
you tell your IDE the name of the servlet runner class with the main in it,
(which for jsdk 2.0 was sun.servlet.http.HttpServer, I believe). I know I
successfully did this earlier on a project, but don't even remember which
IDE I was using at the time. (I've tried many!)

Today I downloaded the Early Access JSDK 2.1. I thought I'd try to figure
out how to debug servlets using Symantec Visual Cafe PDE 2.5a, using the
same strategy. Couldn't do it. I tried telling VC the main class was
com.sun.tomcat.shell.Startup, but it says it couldn't start that class.
(Exact message is, "Unable to run com.sun.tomcat.shell.Startup.class:
Check that you have properly specified name of the class containing main in
your project settings."

Searching the archives shows a message last Friday from Xuefeng Wang asking
how to debug in Visual Cafe 3.0, but I see no followups.

Does anybody have any tips on debugging using JSDK 2.1? (WinNT solutions
preferred)

Thanks in advance

--
Steven W. Layten, Senior Research Scientist
Chemical Abstracts Service PO BOX 3012, Columbus, OH 43210  +1 614 447 3600
INET: [EMAIL PROTECTED]                                  FAX: +1 614 447 3813

___________________________________________________________________________
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