Author: curtisr7
Date: Wed Nov 21 15:30:30 2012
New Revision: 1412150

URL: http://svn.apache.org/viewvc?rev=1412150&view=rev
Log:
update wiki

Added:
    openjpa/site/trunk/content/images/datacache-plugin/
    openjpa/site/trunk/content/images/datacache-plugin/pid.jpg   (with props)
    openjpa/site/trunk/content/images/datacache-plugin/screen.jpg   (with props)
Modified:
    openjpa/site/trunk/WhoIsWorkingOnWhat.txt
    openjpa/site/trunk/content/jconsole-datacache-plugin.mdtext

Modified: openjpa/site/trunk/WhoIsWorkingOnWhat.txt
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/WhoIsWorkingOnWhat.txt?rev=1412150&r1=1412149&r2=1412150&view=diff
==============================================================================
--- openjpa/site/trunk/WhoIsWorkingOnWhat.txt (original)
+++ openjpa/site/trunk/WhoIsWorkingOnWhat.txt Wed Nov 21 15:30:30 2012
@@ -42,7 +42,7 @@ done                  get-involved.mdtext
                        index-top-link.mdtext
                        integration.mdtext
                        intro.mdtext
-                       jconsole-datacache-plugin.mdtext
+done                   jconsole-datacache-plugin.mdtext
                        jest-examples.mdtext
                        jest.mdtext
                        jest-representation.mdtext

Added: openjpa/site/trunk/content/images/datacache-plugin/pid.jpg
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/images/datacache-plugin/pid.jpg?rev=1412150&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openjpa/site/trunk/content/images/datacache-plugin/pid.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: openjpa/site/trunk/content/images/datacache-plugin/pid.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: openjpa/site/trunk/content/images/datacache-plugin/screen.jpg
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/images/datacache-plugin/screen.jpg?rev=1412150&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openjpa/site/trunk/content/images/datacache-plugin/screen.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: openjpa/site/trunk/content/images/datacache-plugin/screen.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: openjpa/site/trunk/content/jconsole-datacache-plugin.mdtext
URL: 
http://svn.apache.org/viewvc/openjpa/site/trunk/content/jconsole-datacache-plugin.mdtext?rev=1412150&r1=1412149&r2=1412150&view=diff
==============================================================================
--- openjpa/site/trunk/content/jconsole-datacache-plugin.mdtext (original)
+++ openjpa/site/trunk/content/jconsole-datacache-plugin.mdtext Wed Nov 21 
15:30:30 2012
@@ -6,38 +6,36 @@ This plugin is used to extend the JConso
 . 
 
 <a name="JConsoleDataCachePlugin-Download"></a>
-### Download
+## Download
 
 The latest OpenJPA Tools JAR file can be download from the [SNAPSHOT 
Repository](https://repository.apache.org/content/repositories/snapshots/org/apache/openjpa/tools/openjpa-tools/0.1.0-SNAPSHOT/)
- or can be built from the source code in 
[svn|https://svn.apache.org/repos/asf/openjpa/tools/trunk]
- by using Maven 2.2.1 and Java SE 6.
+ or can be built from the source code in 
[svn](https://svn.apache.org/repos/asf/openjpa/tools/trunk) by using Maven 
2.2.1 and Java SE 6.
 
 <a name="JConsoleDataCachePlugin-JSEUsage"></a>
-### JSE Usage
+## JSE Usage
 
-bq. This description assumes your application is running the on same
-machine as JConsole and application JVM matches the JConsole JVM.
+### This description assumes your application is running the on same machine 
as JConsole and application JVM matches the JConsole JVM.
 
 1. Start an OpenJPA application with the following configuration properties
 set:
 
-    <property name="openjpa.DataCache" value="true"/>
-    <property name="openjpa.Instrumentation"
-value="jmx(Instrument='DataCache')"/>
+        <property name="openjpa.DataCache" value="true"/>
+        <property name="openjpa.Instrumentation" 
value="jmx(Instrument='DataCache')"/>
 
-1. Launch JConsole and provide the openjpa-tools.jar via the -pluginpath
+2. Launch JConsole and provide the openjpa-tools.jar via the -pluginpath
 switch.
 
-    > [java_home]
-\bin\jconsole -pluginpath [path_to_openjpa-tools.jar]
+        > [java_home]\bin\jconsole -pluginpath [path_to_openjpa-tools.jar]
 
-1. Select the PID which corresponds to your application.
-  !pid.jpg|thumbnail,border=1!
-1. If all goes well, at this point you should see a tab labeled 
DataCache-\[pu_name\](pu_name\.html)
--\[n\]
-  !screen.jpg|thumbnail,border=1!
+3. Select the PID which corresponds to your application.
+
+    ![pid](images/datacache-plugin/pid.jpg)
+
+4. If all goes well, at this point you should see a tab labeled 
DataCache-[pu_name]-[n]
+
+    ![screen](images/datacache-plugin/screen.jpg)
 
 <a name="JConsoleDataCachePlugin-JEEUsage"></a>
-### JEE Usage
+## JEE Usage
 // In progress
-http://wasdynacache.blogspot.com/2010/03/getting-jconsole-working-with-websphere.html
+<http://wasdynacache.blogspot.com/2010/03/getting-jconsole-working-with-websphere.html>


Reply via email to