Hi
We are working on the project: "File Locking Diagnostic Tool"
I was following the blog:
http://blogs.sun.com/quinn/entry/tool_for_diagnosing_failed_glassfish
To run the tool we need to follow the following commands:
java -classpath <path-to-the-utility-jar>;%JAVA_HOME%/lib/tools.jar util.ZipFileMonitor -host yourhost -port 9009 -filter xyz
We can't exactly figure out what it means to actually run the same...
Have been able to set up the debugging options in the glassfish admin, but can't figure out the above to continue... I mean is it one single command or a group...
Please help...
Kanika