You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/09/17 12:29:59 UTC

svn commit: r922503 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/contrib/debug/debug-intellij.html content/tomee-1.7.1.html

Author: buildbot
Date: Wed Sep 17 10:29:58 2014
New Revision: 922503

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/contrib/debug/debug-intellij.html
    websites/staging/tomee/trunk/content/tomee-1.7.1.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 17 10:29:58 2014
@@ -1 +1 @@
-1625500
+1625502

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 17 10:29:58 2014
@@ -1 +1 @@
-1625500
+1625502

Modified: websites/staging/tomee/trunk/content/contrib/debug/debug-intellij.html
==============================================================================
--- websites/staging/tomee/trunk/content/contrib/debug/debug-intellij.html (original)
+++ websites/staging/tomee/trunk/content/contrib/debug/debug-intellij.html Wed Sep 17 10:29:58 2014
@@ -148,7 +148,7 @@
 
 <h3>Download the Source Code</h3>
 
-<p>For beginners I will recommend not to start with the trunk, because It is normal to have some blockers or non-stable functionality which may bring your learning to a halt. So first start with the latest stable released source code. Go to trunk once you are ready to do some code modification on TomEE.</p>
+<p>For beginners it is recommended not to start with the trunk, because it is common to have some blockers or non-stable functionality which could bring your learning to a halt. So first start with the latest stable released source code. Move to trunk once you are ready to do some code modification on TomEE.</p>
 
 <p><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.1/openejb-4.7.1-source-release.zip">Click here to download TomEE 1.7.1 Source code</a></p>
 
@@ -238,15 +238,15 @@
 
 <p>If you simply run <strong>catalina.sh jpda run</strong> in the bin folder of tomee deployment, the server starts in the debug mode but it will quckly pass your breakpoint before you attach your IDE to the server process.</p>
 
-<p>So we set** JPDA_SUSPEND="y"** before we start our debugging. This will notice the server, "Do not proceed until the Debugger tool is attached to the process"</p>
+<p>So we set** JPDA_SUSPEND="y"** before we start our debugging. This will tell the server "Do not proceed until the Debugger tool is attached to the process"</p>
 
 <p>The convenient way of doing this is adding this line to catalina.sh file right after the #!/bin/sh line. </p>
 
 <blockquote>
-  <h1>!/bin/sh</h1>
+  <p>#!/bin/sh
+  JPDA_SUSPEND="y"</p>
   
-  <p>JPDA_SUSPEND="y"
-  Now to time to run TomEE+ on debug mode.</p>
+  <p>Now to time to run TomEE+ on debug mode.</p>
   
   <p>~/apache-tomee-plus-1.7.1/bin/catalina.sh jpda run </p>
 </blockquote>

Modified: websites/staging/tomee/trunk/content/tomee-1.7.1.html
==============================================================================
--- websites/staging/tomee/trunk/content/tomee-1.7.1.html (original)
+++ websites/staging/tomee/trunk/content/tomee-1.7.1.html Wed Sep 17 10:29:58 2014
@@ -170,7 +170,7 @@
 
 <p><a href="tomee-1.7.1-release-notes.html">tomee-1.7.1-release-notes.html</a></p>
 
-<p>So please feel free to jump in feet first and <a href="documentation.html">get started with TomEE</a>. You will nearly always find someone to help you on one of our <a href="support.html">support channels</a>.</p>
+<p>Please feel free to jump in feet first and <a href="documentation.html">get started with TomEE</a>. You will nearly always find someone to help you on one of our <a href="support.html">support channels</a>.</p>
 
 <h3>Java EE7 and Beyond</h3>