2009-09-02 10 views

답변

1

이 여기 여기

http://cwiki.apache.org/GMOxDOC21/locating-your-application-specific-configuration-files.html

및 설명 = UTF-8 & CS ko 페이지 &

http://www-01.ibm.com/support/docview.wss?rs=2359&context=SS6JMN&dc=DB560&dc=DB520&uid = swg21266061 & LOC = (G로서 기본적으로 동일 IBM WASCE 용) lang = en & rss = ct2359websphere

당신은 또한 그것을 구현할 수 있습니다. ng SharedLib GBean.

<sys:gbean name="MyProps"class="org.apache.geronimo.system.sharedlib.SharedLib"> 
    <attribute name="classesDirs">var/MyPropsDirectory</attribute> 
    <!-- the directory %Geronimo_Install%/var would be my best choice to place 
    such files and I belive is the best practice way to do this--> 
    <reference name="ServerInfo"> 
     <name>ServerInfo</name> 
    </reference> 
</sys:gbean> 

here

에서 인용