You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/06 23:29:46 UTC

svn commit: r1511124 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

Author: markt
Date: Tue Aug  6 21:29:46 2013
New Revision: 1511124

URL: http://svn.apache.org/r1511124
Log:
Add section on debug changes.

Modified:
    tomcat/site/trunk/docs/migration-8.html
    tomcat/site/trunk/xdocs/migration-8.xml

Modified: tomcat/site/trunk/docs/migration-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1511124&r1=1511123&r2=1511124&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Tue Aug  6 21:29:46 2013
@@ -216,6 +216,9 @@
 <a href="#Web_application_resources">Web application resources</a>
 </li>
 <li>
+<a href="#Debugging">Debugging</a>
+</li>
+<li>
 <a href="#Internal_APIs">Internal APIs</a>
 </li>
 </ol>
@@ -444,7 +447,34 @@ of Apache Tomcat.</p>
 </td>
 </tr>
 </table>
+
   
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica,sanserif"><a name="Debugging"><strong>Debugging</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+    
+<p>When starting Tomcat with the <code>jpda</code> option to enable remote
+    debugging, Tomcat 8 listens on <code>localhost:8000</code> by default.
+    Earlier versions listened on <code>*:8000</code>. If required, this default
+    can be overridden by setting the <code>JPDA_ADDRESS</code> environment
+    variable in, for example, <code>setenv.[bat|sh]</code>.</p>
+
+  
+</blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br>
+</td>
+</tr>
+</table>
+
   
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr>

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1511124&r1=1511123&r2=1511124&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Tue Aug  6 21:29:46 2013
@@ -84,7 +84,17 @@ of Apache Tomcat.</p>
     </p>
 
   </subsection>
-  
+
+  <subsection name="Debugging">
+
+    <p>When starting Tomcat with the <code>jpda</code> option to enable remote
+    debugging, Tomcat 8 listens on <code>localhost:8000</code> by default.
+    Earlier versions listened on <code>*:8000</code>. If required, this default
+    can be overridden by setting the <code>JPDA_ADDRESS</code> environment
+    variable in, for example, <code>setenv.[bat|sh]</code>.</p>
+
+  </subsection>
+
   <subsection name="Internal APIs">
   
     <p>Whilst the Tomcat 8 internal API is broadly compatible with Tomcat 7



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org