How to debug Java EE application using WebLogic 10.3
I am using WebLogic 10.3 with a Java EE application. Can anyone please tell me how to debug this application? I think the other answers are somewhat wrong. For windows, if you setup an environment variable called debugFlag to be true or in solaris/unix do the same debugFlag=true export debugFlag DEBUG_PORT=8453 export DEBUG_PORT , then setDomainEnv.sh or setDomainEnv.cmd are going to be called to start WLS by the other scripts. They look for the debugFlag and DEBUG_PORT , as long as the "production" flag is not set it will pick up the right parameters from the script for debugging ( -Xdebug