|
Did
make a new Project, then New Servlet?
I have created a servlet project with an .shtml
file and try to run webrun or webdebug but nothing happened except building
project. What's wrong with me ?
NTS
----- Original Message -----
Sent: Thursday, May 24, 2001 9:13
AM
Subject: RE: How to debug Servlet from
Jbuilder 4
JBuilder has Tomcat built in....An .shtm should
have been created with java file. Within the servlet set a break point on a
statement and then right click on the .shtml file and then select "web
debug". Tomcat will start and the web look appears. fill out the form (if
you doing a post and click submit. The system will stop on you statement
then you can look at variables and step through statements by hitting the F7
and F8 keys. Hit F9 to resume.
Have fun
Steve
Dear all,
Would you please tell me how to debug a
servlet from inside Jbuilder 4. I am using tomcat 3.2, jdk 1.3. It seems
that It needs webserverglue.jar. Where can I get it ?
Thanks.
|