Is there a Bugzilla item for this? ;)

Yoav

> -----Original Message-----
> From: Geertjan Wielenga [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 27, 2005 10:24 AM
> To: tomcat-dev@jakarta.apache.org
> Subject: [PATCH] Modification to FAQ for Remote Debugging with NetBeans
> IDE
> 
> 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>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to