6 Replies Latest reply on Nov 8, 2006 11:38 PM by starksm64

    Injecting properties in WarDeployer(setters in the base clas

    anil.saldhana

      I see that the properties that are defined in the war deployer

       <property name="defaultSecurityDomain">java:/jaas/other</property>
      <property name="lenientEjbLink">true</property>
      etc
      


      are not getting injected into the tomcat deployer (Most probably because the setters for these props are defined in the AbstractWarDeployer).