From: remm In order to use Tomcat 5 for developing web applications, you must first
+ In order to use Tomcat 6 for developing web applications, you must first
install it (and the software it depends on). The required steps are outlined
in the following subsections. Tomcat 5.5 was designed to run on J2SE 5.0, but it can run on JDK 1.4
-as well, using the compatability package as detailed in the Tomcat
-installation instructions.
+ Tomcat 6.0 was designed to run on J2SE 5.0.
Compatible JDKs for many platforms (or links to where they can be found)
@@ -37,14 +35,14 @@ are available at
Binary downloads of the Tomcat server are available from
-http://jakarta.apache.org/binindex.cgi.
+http://tomcat.apache.org/download-60.cgi.
This manual assumes you are using the most recent release
-of Tomcat 5. Detailed instructions for downloading and installing
-Tomcat 5 are available here. In the remainder of this manual, example shell scripts assume that you have
set an environment variable CATALINA_HOME that contains the
-pathname to the directory in which Tomcat 5 has been installed.
conf/server.xml file.
-mx.authMode="basic" mx.authUser="tomcat" mx.authPassword="strange"
you can control the access!JKS format
is Java's standard "Java KeyStore" format, and is the format created by the
keytool command-line utility. This tool is included in the JDK.
The PKCS12 format is an internet standard, and can be manipulated
-via (among other things) OpenSSL and Microsoft's Key-Manager. However,
-currently there are some limitations on the support for PKCS12.
+via (among other things) OpenSSL and Microsoft's Key-Manager.
To import an existing certificate into a JKS keystore, please read the
documentation (in your JDK documentation package) about keytool.
+Note that openssl often adds a readable comments before the key, keytooldoes not support that, so remove the openssl comments if they exist before importing the key using keytool.
To import an existing certificate signed by your own CA into a PKCS12 keystore using OpenSSL you would execute a command like: @@ -399,6 +399,12 @@ values, depending on how you configured your keystore earlier:
TrustStore then you are using for the KeyStore. The valid values areJKS and PKCS12.
+ keyAliasAfter completing these configuration changes, you must restart Tomcat as @@ -517,7 +523,7 @@ SSL communications, and what to do about them.
TOMCAT-USER mailing list. You can find pointers to archives of previous messages on this list, as well as subscription and unsubscription information, at -http://jakarta.apache.org/site/mail.html". +http://tomcat.apache.org/lists.html.- Tomcat5 is a service application for running Tomcat5 as NT service. + Tomcat6 is a service application for running Tomcat6 as NT service.
- Tomcat5w is a GUI application for monitoring and configuring Tomcat + Tomcat6w is a GUI application for monitoring and configuring Tomcat services.
The available command line options are:
@@ -54,7 +54,7 @@
-If using tomcat5.exe, you need to use the //IS// parameter. +If using tomcat6.exe, you need to use the //IS// parameter.