> Donald,
>
> Did you try using the JPDA?
> ------------------------------------
> <faq>
> <question>
> How do i debug @docname@ using JDK1.3+?
> </question>
> <answer>
> <p>
> With JDK1.3, you can set the TOMCAT_OPTS (for Tomcat 3.X) or CATALINA_OPTS
> (for Tomcat 4.X) as shown below (on Win2K) and then attach the debugger to
> localhost:8000 using "<code>jdb -attach myhost:8000</code>" More information can
>be found at
> <link href="http://java.sun.com/j2se/1.3.0/docs/guide/jpda/conninv.html">JPDA -
>Connection and
> Invocation Details</link>.
> </p>
> <source>
> <![CDATA[
> set TOMCAT_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
> ]]>
> </source>
> <note>
> This method is supposed to work under JBuilder4.0 as well.
> </note>
> </answer>
> </faq>
Ups it's in the faq?! ..I should have a more frequent look at the docs!
Thanks, Dims!
--
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]