开发者

To run weblogic server in cygwin

I'm starting weblogic server in cygwin, I've added set DEBUG_OPTS = -Xdebug -Xrunjdwp:transport=dt_socket,address=5152,server=y,suspend=y in startwls.sh file and p开发者_如何学JAVAassed this DEBUG_OPTS when stating the weblogic server.

But the server does not stops to listen the port, I believe there is no effect of debug_opts. Please help me out to figure this issue.

I'm researching this issue for past two days but no improvement.


First. When you start up the server you should take note that the DEBUG_OPTS that you are setting are being picked up. I don't believe DEBUG_OPTS is supported by the weblogic scripts.

But are you calling export DEBUG_OPTS in your shell script?

In ALSB 2.6 you should take a look at bin/setDomainEnv.sh. The default debug port is 8453 and debug settings will be used if you have debugFlag set to true. See line 300. You could also edit setDomainEnv.sh and put your settings in JAVA_DEBUG on line 297.

OSB works the same but the line numbers in setDomainEnv.sh are different (i.e 411 and 414).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜