svn commit: r537060 - /ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r537060 - /ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl

jaz-3
Author: jaz
Date: Thu May 10 18:05:58 2007
New Revision: 537060

URL: http://svn.apache.org/viewvc?view=rev&rev=537060
Log:
updated screent to show the thread used during the request

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl?view=diff&rev=537060&r1=537059&r2=537060
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.ftl Thu May 10 18:05:58 2007
@@ -49,6 +49,7 @@
     <h3>General Java Threads</h3>
   </div>
 <br />
+<p>This thread: <b>${Static["java.lang.Thread"].currentThread().getName()} (${Static["java.lang.Thread"].currentThread().getId()})</b>
 <p>Note: certain things only work in Java 5. Java Version is ${javaVer}; is Java 5? ${isJava5?string}}<p>
 <br />
 <table class="basic-table" cellspacing="0">