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 2010/03/10 16:11:50 UTC

svn commit: r921389 - in /tomcat/site/trunk: .classpath docs/migration.html xdocs/migration.xml

Author: markt
Date: Wed Mar 10 15:11:50 2010
New Revision: 921389

URL: http://svn.apache.org/viewvc?rev=921389&view=rev
Log:
Add some Tomcat 7 migration information

Added:
    tomcat/site/trunk/.classpath   (with props)
Modified:
    tomcat/site/trunk/docs/migration.html
    tomcat/site/trunk/xdocs/migration.xml

Added: tomcat/site/trunk/.classpath
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/.classpath?rev=921389&view=auto
==============================================================================
--- tomcat/site/trunk/.classpath (added)
+++ tomcat/site/trunk/.classpath Wed Mar 10 15:11:50 2010
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Propchange: tomcat/site/trunk/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/site/trunk/docs/migration.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=921389&r1=921388&r2=921389&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Wed Mar 10 15:11:50 2010
@@ -409,6 +409,197 @@ compatibility problems.</p>
 </td>
 </tr>
 </table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="6.0.x to 7.0.x">
+<strong>6.0.x to 7.0.x</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+  <table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#828DA6">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="Java 6 required">
+<strong>Java 6 required</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+    <p>Apache Tomcat 7.0.x requires Java 6. Apache Tomcat 6.0.x required Java
+    5.</p>
+
+  </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</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="Manager application">
+<strong>Manager application</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+  
+    <p>The Manager application has been re-structured for Tomcat 7 onwards and
+    some of URLs have changed. All URLs used to access the Manager application
+    should now start with one of the following options:</p>
+    
+    <ul>
+      <li>&lt;ContextPath&gt;/html for the HTML GUI</li>
+      <li>&lt;ContextPath&gt;/text for the text interface</li>
+      <li>&lt;ContextPath&gt;/jmxproxy for the JMX proxy</li>
+      <li>&lt;ContextPath&gt;/status for the status pages</li>
+    </ul>
+    
+   <p>Note that the URL for the text interface has changed from
+   "&lt;ContextPath&gt;" to "&lt;ContextPath&gt;/text".</p>
+
+    <p>The roles required to use the Manager application were changed from the
+    single <tt>manager</tt> role to the following four roles. You will need to
+    assign the role(s) required for the functionality you wish to access.</p>
+    
+    <ul>
+      <li>
+<tt>manager</tt> - allows access to the HTML GUI and the status
+          pages</li>
+      <li>
+<tt>manager-script</tt> - allows access to the text interface and the
+          status pages</li>
+      <li>
+<tt>manager-jmx</tt> - allows access to the JMX proxy and the status
+          pages</li>
+      <li>
+<tt>manager-status</tt> - allows access to the status pages only</li>
+    </ul>
+
+  </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</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="Host Manager application">
+<strong>Host Manager application</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+  
+    <p>The Host Manager application has been re-structured for Tomcat 7 onwards
+    and some of URLs have changed. All URLs used to access the Manager
+    application should now start with one of the following options:</p>
+    
+    <ul>
+      <li>&lt;ContextPath&gt;/html for the HTML GUI</li>
+      <li>&lt;ContextPath&gt;/text for the text interface</li>
+    </ul>
+    
+   <p>Note that the URL for the text interface has changed from
+   "&lt;ContextPath&gt;" to "&lt;ContextPath&gt;/text".</p>
+
+    <p>The roles required to use the Host Manager application were changed from
+    the single <tt>admin</tt> role to the following two roles. You will need to
+    assign the role(s) required for the functionality you wish to access.</p>
+    
+    <ul>
+      <li>
+<tt>admin</tt> - allows access to the HTML GUI and the status
+          pages</li>
+      <li>
+<tt>admin-script</tt> - allows access to the text interface and the
+          status pages</li>
+    </ul>
+
+  </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</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="Session cookie configuration">
+<strong>Session cookie configuration</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+    <p>With the addition of <code>SessionCookieConfig</code> in the Servlet 3.0
+    specification, a number of session cookie configuration options have been
+    removed to reduce configuration and code complexity.</p>
+    
+    <ul>
+      <li>Connector.emptySessionPath: This has been removed. An equivalent
+      effect can be obtained by configuring sessionCookiePath="/" in the global
+      context.xml (in <code>CATALINA_BASE/conf/context.xml</code>).</li>
+    </ul>
+
+  </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
+
+</blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=921389&r1=921388&r2=921389&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Wed Mar 10 15:11:50 2010
@@ -82,5 +82,89 @@ compatibility problems.</p>
 
 </section>
 
+<section name="6.0.x to 7.0.x">
+
+  <subsection name="Java 6 required">
+
+    <p>Apache Tomcat 7.0.x requires Java 6. Apache Tomcat 6.0.x required Java
+    5.</p>
+
+  </subsection>
+
+  <subsection name="Manager application">
+  
+    <p>The Manager application has been re-structured for Tomcat 7 onwards and
+    some of URLs have changed. All URLs used to access the Manager application
+    should now start with one of the following options:</p>
+    
+    <ul>
+      <li>&lt;ContextPath&gt;/html for the HTML GUI</li>
+      <li>&lt;ContextPath&gt;/text for the text interface</li>
+      <li>&lt;ContextPath&gt;/jmxproxy for the JMX proxy</li>
+      <li>&lt;ContextPath&gt;/status for the status pages</li>
+    </ul>
+    
+   <p>Note that the URL for the text interface has changed from
+   &quot;&lt;ContextPath&gt;&quot; to &quot;&lt;ContextPath&gt;/text&quot;.</p>
+
+    <p>The roles required to use the Manager application were changed from the
+    single <tt>manager</tt> role to the following four roles. You will need to
+    assign the role(s) required for the functionality you wish to access.</p>
+    
+    <ul>
+      <li><tt>manager</tt> - allows access to the HTML GUI and the status
+          pages</li>
+      <li><tt>manager-script</tt> - allows access to the text interface and the
+          status pages</li>
+      <li><tt>manager-jmx</tt> - allows access to the JMX proxy and the status
+          pages</li>
+      <li><tt>manager-status</tt> - allows access to the status pages only</li>
+    </ul>
+
+  </subsection>
+
+  <subsection name="Host Manager application">
+  
+    <p>The Host Manager application has been re-structured for Tomcat 7 onwards
+    and some of URLs have changed. All URLs used to access the Manager
+    application should now start with one of the following options:</p>
+    
+    <ul>
+      <li>&lt;ContextPath&gt;/html for the HTML GUI</li>
+      <li>&lt;ContextPath&gt;/text for the text interface</li>
+    </ul>
+    
+   <p>Note that the URL for the text interface has changed from
+   &quot;&lt;ContextPath&gt;&quot; to &quot;&lt;ContextPath&gt;/text&quot;.</p>
+
+    <p>The roles required to use the Host Manager application were changed from
+    the single <tt>admin</tt> role to the following two roles. You will need to
+    assign the role(s) required for the functionality you wish to access.</p>
+    
+    <ul>
+      <li><tt>admin</tt> - allows access to the HTML GUI and the status
+          pages</li>
+      <li><tt>admin-script</tt> - allows access to the text interface and the
+          status pages</li>
+    </ul>
+
+  </subsection>
+
+  <subsection name="Session cookie configuration">
+
+    <p>With the addition of <code>SessionCookieConfig</code> in the Servlet 3.0
+    specification, a number of session cookie configuration options have been
+    removed to reduce configuration and code complexity.</p>
+    
+    <ul>
+      <li>Connector.emptySessionPath: This has been removed. An equivalent
+      effect can be obtained by configuring sessionCookiePath="/" in the global
+      context.xml (in <code>CATALINA_BASE/conf/context.xml</code>).</li>
+    </ul>
+
+  </subsection>
+
+</section>
+
 </body>
 </document>



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