You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/02/28 11:21:41 UTC

DO NOT REPLY [Bug 33767] New: - [PATCH] Modification to FAQ for Remote Debugging with NetBeans IDE

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33767>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33767

           Summary: [PATCH] Modification to FAQ for Remote Debugging with
                    NetBeans IDE
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Webapps:Documentation
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Geertjan.Wielenga@Sun.COM


Index: development.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-site/xdocs-faq/development.xml,v
retrieving revision 1.3
diff -u -r1.3 development.xml
--- development.xml	22 Feb 2005 17:27:41 -0000	1.3
+++ development.xml	27 Feb 2005 15:14:26 -0000
@@ -100,17 +100,17 @@
   <answer>
     <p>
 This answer assumes that you have correctly set up a NetBeans IDE project and
-that you know how to use its debugger. If not, please go to
+that you know how to use the NetBeans IDE debugger. If not, please go to
 <a href="http://www.netbeans.org/kb/using-netbeans/40/debug.html">
 http://www.netbeans.org/kb/using-netbeans/40/debug.html</a>
  and read up on how to use NetBeans IDE and its debugger.
 </p>
 <p>
-Make sure that Tomcat is started, that your application is deployed, and that
-the sources are all defined as resources in your application. If you have a
-servlet or JSP file, set a breakpoint where its sure to hit on the next request.
-Go to "Run->Attach Debugger". A dialog pops up to let you specify the following
-options:
+Make sure that Tomcat is started in debug mode as described above, that your 
+application is deployed, and that the sources are all defined as resources in 
+your application. If you have a servlet or JSP file, set a breakpoint where you 
+think a problem might be occurring. Go to "Run->Attach Debugger". A dialog pops 
+up to let you specify the following options:
 <ul>
     <li> Debugger: JPDA Debugger </li>
     <li> Connector: SocketAttach </li>
@@ -125,9 +125,9 @@
 </p>
 <p>
 Note that NetBeans IDE has a second option -- you can debug JSP files and
-servlets locally using a Tomcat server that is bundled with the IDE. The bundled
-Tomcat server can be started in debug mode (its default port number is 11555)
-and you can open a remote connection to it from NetBeans IDE as described above.
+servlets locally using a Tomcat server that is bundled with the IDE. When you
debug a 
+JSP file or servlet in the IDE, the bundled Tomcat server automatically starts
in debug 
+mode, and the debugger connects to it.
     </p>
   </answer>
 </p>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org