vgritsenko 02/03/25 08:06:55
Modified: src/documentation/xdocs/installing index.xml
Log:
websphere steps
Revision Changes Path
1.18 +27 -0 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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- index.xml 25 Mar 2002 08:04:02 -0000 1.17
+++ index.xml 25 Mar 2002 16:06:55 -0000 1.18
@@ -1316,6 +1316,33 @@
<li>save and apply your changes, and enjoy the latest Cocoon on an
old-fashioned servlet engine !</li>
</ul>
</s2>
+
+ <s2 title="Installing on WebSphere 4.0">
+ <p>
+ This section describes the deployment of the Cocoon sample WAR with
WebSphere 4.0,
+ on its default server. It assumes that you built Cocoon as described
above. All
+ steps have been tested under Win2000 and WebSphere AEs 4.0.1 a0136.02.
+ </p>
+ <p>To get Cocoon running do the following:</p>
+ <ul>
+ <li>Start the server using <code>startServer</code> startup script.</li>
+ <li>Open admin page:
+ <link
href="http://localhost:9090/admin/">http://localhost:9090/admin/</link>
+ </li>
+ <li>Deploy cocoon.war webapp using console.</li>
+ <li>Save server configuration file.</li>
+ <li>Restart the server using <code>stopServer</code> and
+ <code>startServer</code> scripts.</li>
+ <li>Open the Cocoon welcome page:
+ <link
href="http://localhost:9080/cocoon/">http://localhost:9080/cocoon/</link>
+ </li>
+ <li>Congratulations! (hopefully) you should see the Cocoon welcome
page.</li>
+ </ul>
+ <note>WebSphere power users might deploy Cocoon by exploding cocoon.war into
+ <code>installedApps</code> directory and editing
+ <code>config/server-cfg.xml</code> file.
+ </note>
+ </s2>
</s1>
</body>
</document>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]