You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by sn...@apache.org on 2002/08/28 17:09:48 UTC

cvs commit: xml-soap/java/docs/install resin211.html index.html tomcat33.html

snichol     2002/08/28 08:09:48

  Modified:    java/docs/install index.html tomcat33.html
  Added:       java/docs/install resin211.html
  Log:
  Add instructions for resin 2.1.1.  Fix Tomcat 3.3 instructions.
  
  Revision  Changes    Path
  1.28      +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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- index.html	28 Aug 2002 02:47:47 -0000	1.27
  +++ index.html	28 Aug 2002 15:09:48 -0000	1.28
  @@ -97,6 +97,7 @@
           v5.1</a></li>
       <li><a href="weblogic60.html">BEA WebLogic Application Server
           v6.0</a></li>
  +    <li><a href="resin211.html">Resin 2.1.1</a></li>
       <li><a href="websphere.html">IBM WebSphere v3.5</a></li>
       <li><a href="iPlanet.html">iPlanet Application Server 6.0</a></li>
       <li><a href="JRun.html">JRun 3.0</a></li>
  
  
  
  1.2       +2 -2      xml-soap/java/docs/install/tomcat33.html
  
  Index: tomcat33.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/install/tomcat33.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tomcat33.html	28 Aug 2002 02:47:47 -0000	1.1
  +++ tomcat33.html	28 Aug 2002 15:09:48 -0000	1.2
  @@ -39,8 +39,8 @@
   <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>.
  +<code>/%tomcat_home%/webapps/soap/WEB-INF/lib</code>, or the neccessary class files to
  +a directory structure under <code>/%tomcat_home%/webapps/soap/WEB-INF/classes</code>.
   
   <h2>Accessing the Apache SOAP context:</h2>
   
  
  
  
  1.1                  xml-soap/java/docs/install/resin211.html
  
  Index: resin211.html
  ===================================================================
  <html>
  
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <title>Apache SOAP &amp; Resin 2.1.1 Installation Instructions</title>
  </head>
  
  <body bgcolor="#FFFFFF">
  
  <h1 align="center">Apache-SOAP Version 2.3: Installing the Server Side
  Under Resin 2.1.1</h1>
  
  <h2>Getting Resin ready:</h2>
  
  <p>Before running the resin executable, be certain that
  <code>activation.jar</code> and <code>mail.jar</code> are in the CLASSPATH
  in the environment.</p>
  
  <h2>Deploying Apache-SOAP on Resin:</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 Resin's webapps directory (e.g. <code>/resin-2.1.1/webapps</code>).
  </p>
  
  <p>When you deploy your SOAP services, you will copy the necessary jar files to
  <code>/resin2.1.1/webapps/soap/WEB-INF/lib</code>, or the neccessary class files to
  a directory structure under <code>/resin2.1.1/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 Resin 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>