weblogic生产、开发模式互转

生产模式与开发模式转换: 
1、生产模式--》开发模式 
    将%DOMAIN_HOME%\config\config.xml文件中<production-mode-enabled>true</production-mode-enabled>更改为<production-mode-enabled>false</production-mode-enabled>
2、开发模式--》生产模式 
     将%DOMAIN_HOME%\config\config.xml文件中<production-mode-enabled>false</production-mode-enabled>更改为<production-mode-enabled>true</production-mode-enabled>或在控制台域设置一般信息中启用生产模式!
ps:上面是Windows环境下更改配置的方法,linux环境下很类似。

weblogic生产、开发模式互转,布布扣,bubuko.com

weblogic生产、开发模式互转

上一篇:windows下安装docker


下一篇:C#基础提升系列——C#委托