snichol 2002/08/27 19:47:48 Modified: java/docs/install index.html tomcat.html tomcat31.html tomcat32.html Added: java/docs/install tomcat33.html Log: Update Tomcat installation instructions, specifically adding instructions for Tomcat 3.3, which handles class loading more like Tomcat 4.0 than other Tomcat 3.x. Revision Changes Path 1.27 +1 -0 xml-soap/java/docs/install/index.html Index: index.html =================================================================== RCS file: /home/cvs/xml-soap/java/docs/install/index.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- index.html 3 Jul 2002 19:25:54 -0000 1.26 +++ index.html 28 Aug 2002 02:47:47 -0000 1.27 @@ -89,6 +89,7 @@ <ul> <li><a href="tomcat.html">Apache Tomcat v4.0</a></li> + <li><a href="tomcat33.html">Apache Tomcat v3.3</a></li> <li><a href="tomcat32.html">Apache Tomcat v3.2</a></li> <li><a href="tomcat31.html">Apache Tomcat v3.1</a>. You can also use this as a rough guideline for earlier versions of Tomcat.</li> 1.13 +3 -3 xml-soap/java/docs/install/tomcat.html Index: tomcat.html =================================================================== RCS file: /home/cvs/xml-soap/java/docs/install/tomcat.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tomcat.html 3 Jul 2002 19:25:54 -0000 1.12 +++ tomcat.html 28 Aug 2002 02:47:47 -0000 1.13 @@ -11,8 +11,8 @@ Under Apache Tomcat v4.0</h1> <p><strong>NOTE</strong>: These instructions do apply to -Tomcat 4.0. There are separate instructions for <a href="tomcat31.html">Tomcat 3.1</a> -and <a href="tomcat32.html">Tomcat 3.2</a>.</p> +Tomcat 4.0. There are separate instructions for <a href="tomcat31.html">Tomcat 3.1</a>, +<a href="tomcat33.html">Tomcat 3.3</a> and <a href="tomcat32.html">Tomcat 3.2</a>.</p> <h2>Getting Tomcat ready:</h2> @@ -49,7 +49,7 @@ </code> <p>With this approach, you must put the classes or jars for your services in -%CATALINA_HOME%/classes or %CATALINA_HOME%/lib, respectively. +%CATALINA_HOME%/classes or %CATALINA_HOME%/lib, respectively.</p> <p>For the second approach, you first unjar the WAR file into the <code>path-to-apache-soap/webapps/soap</code> directory. Then you can add a new <code><Context></code> element into 1.2 +3 -2 xml-soap/java/docs/install/tomcat31.html Index: tomcat31.html =================================================================== RCS file: /home/cvs/xml-soap/java/docs/install/tomcat31.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tomcat31.html 3 Jul 2002 19:25:54 -0000 1.1 +++ tomcat31.html 28 Aug 2002 02:47:47 -0000 1.2 @@ -9,8 +9,9 @@ <body bgcolor="#FFFFFF"> -<p><strong>NOTE</strong>: These instructions do apply to -Tomcat 3.1. There are separate instructions for <a href="tomcat32.html">Tomcat 3.2</a> +<p><strong>NOTE</strong>: These instructions apply to Tomcat 3.1. +There are separate instructions for <a href="tomcat32.html">Tomcat 3.2</a>, +<a href="tomcat33.html">Tomcat 3.3</a>, and <a href="tomcat.html">Tomcat 4.0</a>.</p> <h1 align="center">Apache-SOAP Version 2.3: Installing the Server-Side 1.2 +4 -3 xml-soap/java/docs/install/tomcat32.html Index: tomcat32.html =================================================================== RCS file: /home/cvs/xml-soap/java/docs/install/tomcat32.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tomcat32.html 3 Jul 2002 19:25:54 -0000 1.1 +++ tomcat32.html 28 Aug 2002 02:47:47 -0000 1.2 @@ -2,7 +2,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<title>Apache SOAP & Tomcat Installation Instructions</title> +<title>Apache SOAP & Tomcat v3.2 Installation Instructions</title> </head> <body bgcolor="#FFFFFF"> @@ -10,8 +10,9 @@ <h1 align="center">Apache-SOAP Version 2.3: Installing the Server Side Under Apache Tomcat v3.2</h1> -<p><strong>NOTE</strong>: These instructions do apply to -Tomcat 3.2. There are separate instructions for <a href="tomcat31.html">Tomcat 3.1</a> +<p><strong>NOTE</strong>: These instructions apply to Tomcat 3.2. +There are separate instructions for <a href="tomcat31.html">Tomcat 3.1</a>, +<a href="tomcat33.html">Tomcat 3.3</a>, and <a href="tomcat.html">Tomcat 4.0</a>.</p> <h2>Getting Tomcat ready:</h2> 1.1 xml-soap/java/docs/install/tomcat33.html Index: tomcat33.html =================================================================== <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Apache SOAP & Tomcat v3.3 Installation Instructions</title> </head> <body bgcolor="#FFFFFF"> <h1 align="center">Apache-SOAP Version 2.3: Installing the Server Side Under Apache Tomcat v3.3</h1> <p><strong>NOTE</strong>: These instructions apply to Tomcat 3.3. There are separate instructions for <a href="tomcat31.html">Tomcat 3.1</a>, <a href="tomcat32.html">Tomcat 3.2</a>, and <a href="tomcat.html">Tomcat 4.0</a>.</p> <h2>Getting Tomcat ready:</h2> <p>Copy <code>activation.jar</code> and <code>mail.jar</code> to <code>%tomcat_home%/lib/apps</code>. These jars will be "visible" from all web apps, but will not interfere with the operation of Tomcat itself.</p> <p><strong>IMPORTANT</strong>: With Tomcat 3.3, you do not need to change the startup scripts.</p> <h2>Deploying Apache-SOAP on Tomcat:</h2> <p>The Apache SOAP distribution includes a web archive at <code>/soap-2_3/webapps/soap.war</code>. Simply drop this web archive into Tomcat's webapps directory (i.e. <code>%tomcat_home%/webapps</code>). If you deploy Apache SOAP into Tomcat in this manner, you will not need to have anything from the <code>/soap-2_3</code> directory on your server's classpath (the relevant items are included in the web archive). Note: If you copy the web archive into the webapps directory while Tomcat is running, Tomcat will need to be restarted before the Apache SOAP web application can be accessed.</p> <p>Keep in mind that if you want to replace the deployed Apache SOAP web application with a later version that you will probably have to shut the server down, remove the expanded <code>%tomcat_home%/webapps/soap</code> directory, and replace the <code>%tomcat_home%/webapps/soap.war</code> file with the newer one.</p> <p>When you deploy your SOAP services, you will copy the necessary jar files to <code>/soap-2_3/webapps/soap/WEB-INF/lib</code>, or the neccessary class files to a directory structure under <code>/soap-2_3/webapps/soap/WEB-INF/classes</code>. <h2>Accessing the Apache SOAP context:</h2> <p>You should be able to deploy services by pointing a browser to</p> <blockquote> <code><a href="http://hostname:port/soap">http://hostname:port/soap</a></code> </blockquote> <p>where hostname is the host on which Tomcat is running and port is the port. See the User's Guide for details on the administration tool. The SOAP end-point for invoking services on this server is:</p> <blockquote> <code><a href="http://hostname:port/soap/servlet/rpcrouter">http://hostname:port/soap/servlet/rpcrouter</a></code> </blockquote> <p>Happy SOAP-ing!</p> </body> </html>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>