Hi Rainer,

Thanks for quick response..but in the below URL..it was mentioned that
jstack is not available on windows platforms

http://java.sun.com/j2se/1.5.0/docs/tooldocs/#debug

I am just pasting the contents of above URL for your quick reference

 Troubleshooting Tools The following tools can be used for specific
troubleshooting tasks. The tools described in this section are unsupported
and *experimental* in nature and should be used with that in mind. They may
not be available in future JDK versions.

These tools are *not currently available on Windows platforms*.

  Tool Name Brief Description *jinfo*
<http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jinfo.html> *
Experimental* - Configuration Info for Java - Prints configuration
information for for a given process or core file or a remote debug server.
*jmap* <http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jmap.html> *
Experimental* - Memory Map for Java - Prints shared object memory maps or
heap memory details of a given process or core file or a remote debug
server.  
*jsadebugd*<http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jsadebugd.html>
*Experimental* - Serviceability Agent Debug Daemon for Java - Attaches to a
process or core file and acts as a debug server.
*jstack*<http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstack.html>
*Experimental* - Stack Trace for Java - Prints a stack trace of threads for
a given process or core file or remote debug server.

Regards

Madhu


On 5/20/09, Rainer Jung <rainer.j...@kippdata.de> wrote:
>
> On 20.05.2009 18:37, madhu sudhan bandari wrote:
> > Hi Chris,
> >
> > I have installed JDK1.6 only..is jconsole solves my problem?..
>
> As Chris pointed out correctly, jstack *is* part of a recent version of
> the JDK 1.6. If you really have the JDK 1.6.0, then there is a
> jstack.exe in the bin folder.
>
> We suspect you did not download a JDK 1.6.0 but instead a JRE 1.6.0 (not
> the development kit but instead the smaller runtime environment). That's
> not enough.
>
> And no: jconsole is not the way to go for a thread dump.
>
> Regards,
>
> Rainer
>
> > On 5/19/09, Christopher Schultz <ch...@christopherschultz.net> wrote:
> > Madhu,
> >
> > On 5/19/2009 4:21 AM, madhu sudhan bandari wrote:
> >>>> i have downloaded JDK1.6 and installed on windows. but i didn't find
> > jstack
> >>>> utility in the package.
> > Did you get the JDK or the JRE? I have the JRE installed and it looks
> > like jstack.exe is not included. You might want to try the full JDK.
> >
> > -chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to