You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2001/05/19 07:24:34 UTC

cvs commit: xml-soap/java/docs/install weblogic51.html weblogic60.html index.html weblogic.html

duftler     01/05/18 22:24:34

  Modified:    java/docs/install index.html
  Added:       java/docs/install weblogic51.html weblogic60.html
  Removed:     java/docs/install weblogic.html
  Log:
  Added docs for WebLogic v6.0.
  Submitted by: Dion Almaer (dion@customware.com)
  
  Revision  Changes    Path
  1.16      +2 -1      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.html	2001/05/16 13:48:44	1.15
  +++ index.html	2001/05/19 05:24:34	1.16
  @@ -76,7 +76,8 @@
   
   <ul>
       <li><a href="tomcat.html">Apache Tomcat v3.2</a></li>
  -    <li><a href="weblogic.html">WebLogic Application Server v5.1</a></li>
  +    <li><a href="weblogic51.html">BEA WebLogic Application Server v5.1</a></li>
  +    <li><a href="weblogic60.html">BEA WebLogic Application Server v6.0</a></li>
       <li><a href="websphere.html">IBM WebSphere v3.5</a></li>
       <li><a href="JRun.html">JRun 3.0</a></li>
       <li>Microsoft Internet Information Server</li>
  
  
  
  1.1                  xml-soap/java/docs/install/weblogic51.html
  
  Index: weblogic51.html
  ===================================================================
  <html>
  
  <head>
  <meta http-equiv="Content-Type"
  content="text/html; charset=iso-8859-1">
  <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  <title>Apache SOAP Installation Instructions</title>
  </head>
  
  <body bgcolor="#FFFFFF">
  
  <h1 align="center">Apache-SOAP Version 2.2: Installing the Server-Side Under WebLogic 
    Application Server 5.1</h1>
  
  <p><strong>IMPORTANT</strong>: WebLogic comes with an XML parser. So, you must 
    edit startWeblogic.cmd or startWeblogic.sh in the weblogic root directory and 
    put xerces.jar at the BEGINNING of WEBLOGIC_CLASSPATH environment variable.</p>
  
  <p>If you run startWeblogic.cmd, then add following at the beginning of WEBLOGIC_CLASSPATH 
    setting at line 74:</p>
  
  <blockquote>
    <pre>path-to-xerces\xerces.jar;path-to-apache-soap\lib\soap.jar</pre>
  </blockquote>
  
  <p>If you run startWeblogic.sh, add the following to PRE_CLASSPATH setting at 
    line 33:</p>
  
  <blockquote>
    <pre>path-to-xerces/xerces.jar:path-to-apache-soap/lib/soap.jar</pre>
  </blockquote>
  
  <p>The easiest way to set up for WebLogic is to:</p>
  <p>1. Copy the path-to-apache-soap/webapps/soap directory into path-to-weblogic-root/myserver/public_html 
    directory. After copying the directory structure looks like path-to-weblogic/myserver/public_html/soap/WEB-INF 
    etc. </p>
  <p>2. Add the following two lines to weblogic.properties file -
  weblogic.httpd.register.soap/servlet/rpcrouter=org.apache.soap.server.http.RPCRouterServlet 
    weblogic.httpd.initArgs.soap/servlet/rpcrouter=ServicesStore=DeployedServices.ds 
  </p>
  <p>If you want to run the samples from Apache-SOAP make sure to add <path-to-apache-soap> 
  to WEBLOGIC_CLASSPATH or PRE_CLASSPATH as explained above.</p>
  
  <p>You should be able to deploy services by pointing a browser to</p>
  
  <blockquote>
      <pre><a href="http://hostname:port/soap">http://hostname:port/soap</a></pre>
  </blockquote>
  
  <p>where hostname is the host on which WebLogic 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>
      <pre><a href="http://hostname:port/soap/servlet/rpcrouter">http://hostname:port/soap/servlet/rpcrouter</a></pre>
  </blockquote>
  
  <p>Happy SOAP-ing!</p>
  </body>
  </html>
  
  
  
  1.1                  xml-soap/java/docs/install/weblogic60.html
  
  Index: weblogic60.html
  ===================================================================
  <html>
  
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  <title>Apache SOAP Installation Instructions - BEA Weblogic 6.0</title>
  </head>
  
  <body bgcolor="#FFFFFF">
  
  <h1 align="center">Apache-SOAP Version 2.2: Installing the Server-Side Under BEA WebLogic
    Application Server 6.0</h1>
  
  <p>
  Installing SOAP with BEA WebLogic is very straight foreward. The steps are:
  <br />
  
  <ul>
  <li> Install the soap web app
  <li> Put the soap.jar into the web app's classpath
  <li> Optionally switch out for a new xerces parser
  <li> Access the soap web app
  </ul>
  
  <br />
  
  <h2>Install the soap web app</h2>
   Copy the /path-to-apache-soap/webapps/soap to your applications directory
   For example: To install into the "mydomain" plug the directory into: <br />
  	c:/bea/wlserver6.0/mydomain/application/soap
  
  <br />
  <h2>Put the soap.jar into the web app's classpath</h2>
  1. Make a directory c:/bea/wlserver6.0/mydomain/application/soap/WEB-INF/lib <br />
  2. Copy soap.jar to that lib directory
  
  <br />
  <h2><i>Optionally</i> switch out for a new xerces parser</h2>
  WebLogic 6.0 bundles the xerces parser already.  If you want to use your own
  xerces.jar you will have to edit your start script, and make sure that the CLASSPATH
  has xerces.jar at the beginnning, so those classes get loaded before the ones
  in the weblogic.jar.
  
  <br />
  <h2>Access the soap web app</h2>
  
  <p>You should be able to deploy services by pointing a browser to</p>
  
  <blockquote>
      <pre><a href="http://hostname:port/soap">http://hostname:port/soap</a></pre>
  </blockquote>
  
  <p>where hostname is the host on which WebLogic 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>
      <pre><a href="http://hostname:port/soap/servlet/rpcrouter">http://hostname:port/soap/servlet/rpcrouter</a></pre>
  </blockquote>
  
  <p>Happy SOAP-ing!</p>
  </body>
  </html>