donaldp     2002/09/20 18:23:12

  Added:       src/conf phoenix-service.xml
  Log:
  add in a JBoss service configuration file.
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-phoenix/src/conf/phoenix-service.xml
  
  Index: phoenix-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE server>
  <!-- JBoss Service configuration file -->
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!--  Phoenix Launcher Service Configuration                               -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  <server>
    <classpath codebase="." archives="phoenix-loader.jar"/> 
    <mbean code="org.apache.avalon.phoenix.launcher.JMXLauncher" 
name="Phoenix:service=Launcher">
        <attribute name="PhoenixHome">../../phoenix/</attribute>
        <attribute name="PhoenixConfigFile">../../phoenix/conf/kernel.xml</attribute>
        <attribute name="AppsPath">../../phoenix/apps/</attribute>
        <attribute name="LogFilename">../../phoenix/logs/phoenix.log/</attribute>
        <attribute name="PhoenixDebug">false</attribute>
        </mbean>
  </server>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to