huber       02/01/19 13:19:37

  Modified:    src/documentation/xdocs/installing index.xml
  Log:
  Added installing description for HP-AS
  Submitted by: [EMAIL PROTECTED]
  Reviewed by:  [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.6       +56 -1     xml-cocoon2/src/documentation/xdocs/installing/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 15 Jan 2002 16:52:52 -0000      1.5
  +++ index.xml 19 Jan 2002 21:19:37 -0000      1.6
  @@ -387,7 +387,8 @@
           Unix users will need to adjust appropriately. If you haven't done so 
already, 
           build a domain and a server. In this discussion, the name of the domain 
           is 'mydomain' and the name of the server is 'myserver'. 
  -        These are the BEA default names.
  +        These are the BEA default names; you may want to download
  +        <link href="www.weblogic.com">WLS6.1</link>.
         </p>
         <ol>
           <li>Compile and build Cocoon. Launch <code>build compile</code>,
  @@ -582,6 +583,60 @@
          somewhere in <code><![CDATA[<host>]]></code> tag:
          <code><![CDATA[<web-app id='/cocoon' 
app-dir='/path/to/webapp/cocoon.war'/>]]></code>
          </note>
  +     </s2>
  +     <s2 title="Installing on HP-AS 8.X">
  +       <p>HP-AS is J2EE application server available from the Hewlett-Packard 
website.
  +         <link href="http://www.hpmiddleware.com/download";>Download and install 
HP-AS 8.X</link>
  +       </p>
  +       <note>Cocoon cannot be deployed as a .war file in HP-AS. 
  +         Use the following steps to deploy cocoon.war:
  +       </note>
  +       <ol>
  +         <li>Extract the <code>cocoon.war</code> file to some directory, using 
<code>WinZIP</code> 
  +           or a similar utility to extract the files.</li>
  +         <li>To run HP-AS, go to<strong><code>( Start | Programs | HP Middleware | 
HP Application Server | System Console).</code></strong>
  +           <br/>
  +           The HP-AS Console appears with a Log browser. 
  +           As the HP-AS kernel starts and initializes, messages will appear in the 
  +           status bar of the console. 
  +           Wait for the message 'Kernel started' to appear in the Log browser. 
  +           The following message should display:<br/><br/>
  +           <code>[10/16/01 16:03:50][localhost_][S]:Kernel "kernel" 
started.</code><br/><br/>
  +         </li>
  +         <li>To verify that an instance of HP-AS is running, 
  +           open a web browser and go to 
<code>:http://localhost:9090/helloservlet/hello.</code>
  +           <br/>
  +           An HTML page should appear containing the following message:
  +           <br/><br/>
  +           <code>Congratulations!</code><br/>
  +           <code>Congratulations from the HelloWorldServlet</code><br/>
  +           <code>It appears you have the server running</code><br/>
  +           <code>My servlet path is /hello</code><br/><br/>
  +           <strong><code>This test is valid only if you've performed a full install 
of HP-AS</code></strong>
  +           <br/><br/>
  +         </li>
  +         <li>In the HP-AS console, select <strong>View | Deployment 
Window</strong>. 
  +           In the <strong>Available Files</strong> pane on the right, 
  +           browse to the the directory you extracted the <code>cocoon.war</code> 
file to.
  +           <br/>
  +           Expand this directory, and then drag and drop the 
  +           <code>cocoon</code> sub-directory node to the 
<strong>kernel.j2ee-partition</strong> icon 
  +           in the left pane.
  +         </li>
  +         <li>When prompted, answer <strong>Yes</strong> to the deployment 
question.<br/>
  +           This should create an appropriate entry in the HP-AS j2ee partition 
configuration file.<br/>
  +           <strong><code>In the current version of the console, 
  +           there is no indication that the operation succeeded. 
  +           If you see a parser error in the Log browser, ignore it.</code></strong>
  +         </li>
  +         <li>To test the deployment, open a web browser and go to the following 
URL:<br/><br/>
  +           <code> http://localhost:9090/cocoon/welcome</code>
  +           <br/><br/>
  +           Congratulations! (hopefully) you should see the Cocoon welcome page.
  +           (this request may take some time).
  +           <br/>
  +         </li>
  +       </ol>
        </s2>
    </s1>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to