Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 58641 invoked by uid 500); 25 Mar 2002 16:06:56 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 58629 invoked by uid 500); 25 Mar 2002 16:06:55 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 25 Mar 2002 16:06:55 -0000 Message-ID: <20020325160655.52277.qmail@icarus.apache.org> From: vgritsenko@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/documentation/xdocs/installing index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@
  • save and apply your changes, and enjoy the latest Cocoon on an old-fashioned servlet engine !
  • + + +

    + 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. +

    +

    To get Cocoon running do the following:

    +
      +
    • Start the server using startServer startup script.
    • +
    • Open admin page: + http://localhost:9090/admin/ +
    • +
    • Deploy cocoon.war webapp using console.
    • +
    • Save server configuration file.
    • +
    • Restart the server using stopServer and + startServer scripts.
    • +
    • Open the Cocoon welcome page: + http://localhost:9080/cocoon/ +
    • +
    • Congratulations! (hopefully) you should see the Cocoon welcome page.
    • +
    + WebSphere power users might deploy Cocoon by exploding cocoon.war into + installedApps directory and editing + config/server-cfg.xml file. + +
    ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org