Using external properties files in weblogic

前端 未结 8 1049
被撕碎了的回忆
被撕碎了的回忆 2020-12-24 14:53

I am working on deploying a J2ee application that I have previously been deploying in JBOSS into Weblogic 10.3.1.0. I am running into an issue with external properties file

相关标签:
8条回答
  • 2020-12-24 15:14

    In weblogic jars will be loaded from the lib and the non jar files will be loaded from the domain folder

    0 讨论(0)
  • 2020-12-24 15:20

    The most flexible way is to use weblogic deployment plans and Generic File Loading overrides

    External properties file with Weblogic

    http://docs.oracle.com/cd/E21764_01/web.1111/e13702/config.htm#DEPGD188

    0 讨论(0)
提交回复
热议问题