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:23:12 UTC

cvs commit: jakarta-avalon-phoenix/src/conf phoenix-service.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>