You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/21 03:33:29 UTC

cvs commit: jakarta-avalon-phoenix/src/xdocs jboss-setup.xml

donaldp     2002/09/20 18:33:29

  Added:       src/xdocs jboss-setup.xml
  Log:
  Add some instructions for integrating Phoenix into JBoss.
  
  Submitted By: Steve Short
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-phoenix/src/xdocs/jboss-setup.xml
  
  Index: jboss-setup.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
        <author email="sshort@postx.com">Steve Short</author>
    </properties>
    <body>
      <section name="Introduction">
        <p>
          This document describes the process for launching Phoenix in the
          JBoss application server.
        </p>
      </section>
      <section name="Procedure">
        <p>
          Setup instructions (Windows based, but *nix equivalent is obvious):
        </p>
          <p>Copy phoenix distribution to Jboss directory:</p>
          <source>copy %PHOENIX_HOME%\* %JBOSS_HOME%\phoenix</source>
          <p>Copy phoenix loader to Jboss deployment dir (using Jboss
          'default' server as example):</p>
          <source>copy %PHOENIX_HOME%\bin\phoenix-loader.jar %JBOSS_HOME%\server\defaultdeploy</source>
          <p>Copy phoenix loader config file to Jboss deployment dir
          (using Jboss 'default' server as example):</p>
          <source>copy %PHOENIX_HOME%\conf\phoenix-service.xml %JBOSS_HOME%\server\defaultdeploy</source>
          <p>And don't forget to copy your app to the apps directory.
          I think that's everything - if I've forgotten anything just holler.</p>
      </section>
    </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>