Author: violetagg Date: Thu Apr 24 11:35:40 2014 New Revision: 1589668 URL: http://svn.apache.org/r1589668 Log: Fixed broken links to java.sun.com. Issue reported via comments.apache.org
Modified: tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml tomcat/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml tomcat/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml tomcat/trunk/webapps/docs/jndi-resources-howto.xml tomcat/trunk/webapps/docs/realm-howto.xml tomcat/trunk/webapps/docs/security-manager-howto.xml Modified: tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml (original) +++ tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml Thu Apr 24 11:35:40 2014 @@ -86,12 +86,12 @@ <p>The implementation of this functionality depends on the following external specifications:</p> <ul> - <li><a href="http://java.sun.com/products/jdk/idl/index.html">Java - IDL</a> (for CORBA, included in the JDK)</li> - <li><a href="http://java.sun.com/products/JavaManagement/index.html"> + <li><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/idl"> + Java IDL</a> (for CORBA, included in the JDK)</li> + <li><a href="http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html"> Java Management Extensions</a></li> - <li><a href="http://java.sun.com/products/rmi/index.html">Remote - Method Invocation</a> (Included in the JDK)</li> + <li><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/rmi"> + Remote Method Invocation</a> (Included in the JDK)</li> </ul> </subsection> @@ -178,8 +178,8 @@ cares about the administrative app anymore. It is removed and unsupported since Tomcat 6.0.</p> <ul> - <li><a href="http://java.sun.com/j2se/">Java 2 Standard Edition</a> - (Version 1.2 or later)</li> + <li><a href="http://www.oracle.com/technetwork/java/javase/overview/index.html"> + Java Standard Edition</a> (Version 1.2 or later)</li> <li><a href="http://www.jcp.org/jsr/detail/154.jsp">Servlet 2.4</a> (supported natively by Tomcat 5)</li> <li><a href="http://www.jcp.org/jsr/detail/152.jsp">JavaServer Pages 2.0</a> Modified: tomcat/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml (original) +++ tomcat/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml Thu Apr 24 11:35:40 2014 @@ -63,10 +63,10 @@ <p>The implementation of this functionality depends on the following external specifications:</p> <ul> - <li><a href="http://java.sun.com/products/jdbc/">Java Database - Connectivity</a> (version 2.0 or later)</li> - <li><a href="http://java.sun.com/products/jdbc/">Java Database - Connectivity Optional Package</a> (version 2.0 or later)</li> + <li><a href="http://www.oracle.com/technetwork/java/javase/jdbc/index.html"> + Java Database Connectivity</a> (version 2.0 or later)</li> + <li><a href="http://www.oracle.com/technetwork/java/javase/jdbc/index.html"> + Java Database Connectivity Optional Package</a> (version 2.0 or later)</li> </ul> </subsection> Modified: tomcat/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml (original) +++ tomcat/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml Thu Apr 24 11:35:40 2014 @@ -72,8 +72,8 @@ <p>The implementation of this functionality depends on the following external specifications:</p> <ul> - <li><a href="http://java.sun.com/products/jndi/">Java Naming and - Directory Interface</a> (version 1.2.1 or later)</li> + <li><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jndi/index.html"> + Java Naming and Directory Interface</a> (version 1.2.1 or later)</li> </ul> </subsection> Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Thu Apr 24 11:35:40 2014 @@ -325,7 +325,8 @@ select id, foo, bar from testdata </body> </html>]]></source> -<p>That JSP page makes use of <a href="http://java.sun.com/products/jsp/jstl">JSTL</a>'s +<p>That JSP page makes use of +<a href="http://www.oracle.com/technetwork/java/index-jsp-135995.html">JSTL</a>'s SQL and Core taglibs. You can get it from <a href="http://tomcat.apache.org/taglibs/standard/">Apache Tomcat Taglibs - Standard Tag Library</a> project — just make sure you get a 1.1.x or later release. Once you have Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Thu Apr 24 11:35:40 2014 @@ -39,18 +39,19 @@ <p>Tomcat provides a JNDI <strong>InitialContext</strong> implementation instance for each web application running under it, in a manner that is compatible with those provided by a -<a href="http://java.sun.com/j2ee">Java Enterprise Edition</a> application -server. The Java EE standard provides a standard set of elements in the -<code>/WEB-INF/web.xml</code> file to reference/define resources.</p> +<a href="http://www.oracle.com/technetwork/java/javaee/overview/index.html"> +Java Enterprise Edition</a> application server. The Java EE standard provides +a standard set of elements in the <code>/WEB-INF/web.xml</code> file to +reference/define resources.</p> <p>See the following Specifications for more information about programming APIs for JNDI, and for the features supported by Java Enterprise Edition (Java EE) servers, which Tomcat emulates for the services that it provides:</p> <ul> -<li><a href="http://java.sun.com/products/jndi">Java Naming and Directory - Interface</a> (included in JDK 1.4 onwards)</li> -<li><a href="http://java.sun.com/j2ee/download.html">Java EE Platform - Specification</a> (in particular, see Chapter 5 on <em>Naming</em>)</li> +<li><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jndi/index.html"> + Java Naming and Directory Interface</a> (included in JDK 1.4 onwards)</li> +<li><a href="http://www.oracle.com/technetwork/java/javaee/documentation/index.html"> + Java EE Platform Specification</a> (in particular, see Chapter 5 on <em>Naming</em>)</li> </ul> </section> @@ -397,7 +398,7 @@ writer.println("foo = " + bean.getFoo() <p>In many web applications, sending electronic mail messages is a required part of the system's functionality. The - <a href="http://java.sun.com/products/javamail">Java Mail</a> API + <a href="http://www.oracle.com/technetwork/java/javamail/index.html">Java Mail</a> API makes this process relatively straightforward, but requires many configuration details that the client application must be aware of (including the name of the SMTP host to be used for message sending).</p> @@ -548,7 +549,8 @@ Transport.send(message);]]></source> <p>For information about JDBC, you should consult the following:</p> <ul> - <li><a href="http://java.sun.com/products/jdbc/">http://java.sun.com/products/jdbc/</a> - + <li><a href="http://www.oracle.com/technetwork/java/javase/jdbc/index.html"> + http://www.oracle.com/technetwork/java/javase/jdbc/index.html</a> - Home page for information about Java Database Connectivity.</li> <li><a href="http://java.sun.com/j2se/1.3/docs/guide/jdbc/spec2/jdbc2.1.frame.html">http://java.sun.com/j2se/1.3/docs/guide/jdbc/spec2/jdbc2.1.frame.html</a> - The JDBC 2.1 API Specification.</li> @@ -556,7 +558,8 @@ Transport.send(message);]]></source> The JDBC 2.0 Standard Extension API (including the <code>javax.sql.DataSource</code> API). This package is now known as the "JDBC Optional Package".</li> - <li><a href="http://java.sun.com/j2ee/download.html">http://java.sun.com/j2ee/download.html</a> - + <li><a href="http://www.oracle.com/technetwork/java/javaee/overview/index.htm"> + http://www.oracle.com/technetwork/java/javaee/overview/index.htm</a> - The Java EE Platform Specification (covers the JDBC facilities that all Java EE platforms must provide to applications).</li> </ul> @@ -871,8 +874,8 @@ public class MyBeanFactory implements Ob bean being configured.</p> <p>For more information about <code>ObjectFactory</code>, see the - <a href="http://java.sun.com/products/jndi/docs.html">JNDI 1.2 Service - Provider Interface (SPI) Specification</a>.</p> + <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jndi/index.html"> + JNDI Service Provider Interface (SPI) Specification</a>.</p> <p>You will need to compile this class against a class path that includes all of the JAR files in the <code>$CATALINA_HOME/lib</code> directory. When you are through, Modified: tomcat/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/trunk/webapps/docs/realm-howto.xml Thu Apr 24 11:35:40 2014 @@ -697,7 +697,8 @@ rootpw secret</source> <p>We will assume for <code>connectionURL</code> that the directory server runs on the same machine as Tomcat. See <a -href="http://java.sun.com/products/jndi/docs.html">http://java.sun.com/products/jndi/docs.html</a> +href="http://docs.oracle.com/javase/7/docs/technotes/guides/jndi/index.html"> +http://docs.oracle.com/javase/7/docs/technotes/guides/jndi/index.html</a> for more information about configuring and using the JNDI LDAP provider.</p> @@ -1009,10 +1010,10 @@ integration with the CMA as implemented <ol> <li>Write your own LoginModule, User and Role classes based on JAAS (see -<a href="http://docs.oracle.com/javase/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html">the -JAAS Authentication Tutorial</a> and -<a href="http://docs.oracle.com/javase/1.4.2/docs/guide/security/jaas/JAASLMDevGuide.html">the JAAS Login Module -Developer's Guide</a>) to be managed by the JAAS Login +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/jaas/tutorials/GeneralAcnOnly.html"> +the JAAS Authentication Tutorial</a> and +<a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/jaas/JAASLMDevGuide.html"> +the JAAS Login Module Developer's Guide</a>) to be managed by the JAAS Login Context (<code>javax.security.auth.login.LoginContext</code>) When developing your LoginModule, note that JAASRealm's built-in <code>CallbackHandler</code> only recognizes the <code>NameCallback</code> and <code>PasswordCallback</code> at present. @@ -1026,8 +1027,8 @@ Regardless, the first Principal returned <li>Place the compiled classes on Tomcat's classpath </li> <li>Set up a login.config file for Java (see <a - href="http://docs.oracle.com/javase/1.4.2/docs/guide/security/jaas/tutorials/LoginConfigFile.html">JAAS -LoginConfig file</a>) and tell Tomcat where to find it by specifying + href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/jaas/tutorials/LoginConfigFile.html"> +JAAS LoginConfig file</a>) and tell Tomcat where to find it by specifying its location to the JVM, for instance by setting the environment variable: <code>JAVA_OPTS=$JAVA_OPTS -Djava.security.auth.login.config==$CATALINA_BASE/conf/jaas.config</code></li> Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-manager-howto.xml?rev=1589668&r1=1589667&r2=1589668&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/security-manager-howto.xml (original) +++ tomcat/trunk/webapps/docs/security-manager-howto.xml Thu Apr 24 11:35:40 2014 @@ -78,7 +78,8 @@ <p>This is just a short summary of the standard system SecurityManager Permission classes applicable to Tomcat. See - <a href="http://java.sun.com/security/">http://java.sun.com/security/</a> + <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/"> + http://docs.oracle.com/javase/7/docs/technotes/guides/security/</a> for more information.</p> <ul> @@ -190,9 +191,9 @@ grant [signedBy <signer>,] [codeBase <co </section> <section name="Configuring Package Protection in Tomcat"> <p>Starting with Tomcat 5, it is now possible to configure which Tomcat - internal package are protected againts package definition and access. See - <a href="http://java.sun.com/security/seccodeguide.html"> - http://java.sun.com/security/seccodeguide.html</a> + internal package are protected against package definition and access. See + <a href="http://www.oracle.com/technetwork/java/seccodeguide-139067.html"> + http://www.oracle.com/technetwork/java/seccodeguide-139067.html</a> for more information.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org