Index: index.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v
retrieving revision 1.5
diff -u -r1.5 index.xml
--- index.xml	15 Jan 2002 16:52:52 -0000	1.5
+++ index.xml	18 Jan 2002 21:25:12 -0000
@@ -583,6 +583,43 @@
        <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>
 
 </body>

