WebLogic开启debug

请请根据domain的实际安装情况,判断文件路径

 

编辑D:\Oracle\Middleware\user_projects\domains\base_domain\bin\setDomainEnv.cmd

1、注释掉如下内容:

if "%DEBUG_PORT%"=="" (

set DEBUG_PORT=8453

)

2、找到set JAVA_DEBUG=这一行,在下边添加如下内容:

if "%DEBUG_PORT%"=="" (

                set debugFlag=false

) else (

                set debugFlag=true

)

3、使用时写一个批处理,示例如下:

echo off

@rem 如果不需要开启debug注释掉下一行,设置了DEBUG_PORT,debug自动开启

set DEBUG_PORT=8453

call  D:\Oracle\Middleware\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd  estore

WebLogic开启debug

上一篇:Network Saboteur(Rand版)


下一篇:015 pip的使用