yΏہz
/testcase/webapps/WEB-INF/moduleContext.xml
/webapps/WEB-INF/moduleContext.xml
yύXOz
  <!-- JNDIT|[g -->
  <!-- Tomcat -->

  <bean id="jndiSupport" scope="prototype"
        class="jp.terasoluna.fw.web.jndi.DefaultJndiSupport">
        <property name="jndiPrefix"><value>false</value></property>
  </bean>

  <!-- WebSphere -->
  <!--
  <bean id="jndiSupport" scope="prototype"
        class="jp.terasoluna.fw.web.jndi.DefaultJndiSupport"
        init-method="initialize">
    <property name="jndiEnvironmentMap">
      <map>
        <entry key="factory">
          <value>com.ibm.websphere.naming.WsnInitialContextFactory</value>
        </entry>
        <entry key="url">
          <value>iiop://localhost:2811</value>
        </entry>
        <entry key="username">
          <value></value>
        </entry>
        <entry key="password">
          <value></value>
        </entry>
      </map>
    </property>
    <property name="jndiPrefix"><value>false</value></property>
 </bean>
 -->

yύXz
  <!-- JNDIT|[g -->
  <import resource="./moduleContextFuncTest.xml" />

