You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/07/24 05:05:18 UTC

cvs commit: jakarta-avalon-apps/sevak/src/java/org/apache/avalon/apps/sevak/blocks/catalina CatalinaSevakImpl.xinfo CatalinaSevakImpl.xconfig

mcconnell    2002/07/23 20:05:18

  Added:       sevak/src/java/org/apache/avalon/apps/sevak/blocks/catalina
                        CatalinaSevakImpl.xinfo CatalinaSevakImpl.xconfig
  Log:
  some additions gor general container usage
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-apps/sevak/src/java/org/apache/avalon/apps/sevak/blocks/catalina/CatalinaSevakImpl.xinfo
  
  Index: CatalinaSevakImpl.xinfo
  ===================================================================
  <?xml version="1.0"?>
  <component-info>
  
    <!-- section to describe block -->
    <component>
      <name>servak</name>
      <version>1.0</version>
    </component>
  
    <!-- services that are offered by this block -->
    <services>
      <service> 
        <service-ref type="org.apache.avalon.apps.sevak.Sevak"/>
      </service> 
    </services>
  
  </blockinfo>
  
  
  
  1.1                  jakarta-avalon-apps/sevak/src/java/org/apache/avalon/apps/sevak/blocks/catalina/CatalinaSevakImpl.xconfig
  
  Index: CatalinaSevakImpl.xconfig
  ===================================================================
  <?xml version="1.0"?>
  <!--
                                  README!
  
      MODIFY the catalina.home parameter to point to the webapps folder 
  
  -->
  <config>
  
     <port>8080</port>
     <bind>127.0.0.1</bind>
     <catalina.home>./webapps/</catalina.home> 
  
  </config>
  
  
  

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