kyuuuuuuuuuuriのブログ

うぇぶエンジニアになりたくてなりたくて震えるもろきゅうの日記です

seaser , tomcat起動時に起動するクラスの設定

なんとなく大事そうだったのでブックマークがてらのせておく

http://treeapps.hatenablog.com/entry/20110831/p1


app.dicon

<components>
  <include path="convention.dicon"/>
  <include path="aop.dicon"/>
  <include path="j2ee.dicon"/>
  <include path="customizer.dicon"/>
  <component name="actionMessagesThrowsInterceptor" class="org.seasar.struts.interceptor.ActionMessagesThrowsInterceptor"/>
  
<!-- tomcat起動後の初期処理 -->
  <component name="initService" class="treeshop.s2.init.InitService">
    <initMethod name="init">
    </initMethod>
  </component>
</components>