Weblogic 10.3.3.0应用程序用eclipse调试 [英] Weblogic 10.3.3.0 application debugging with eclipse

查看:125
本文介绍了Weblogic 10.3.3.0应用程序用eclipse调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,我看到一些11g的Google搜索教程:

Hello I saw some 11g tutorials with a Google search:

http://saltnlight5.blogspot.com/2014/04/how-to-setup-remote-debug-with-weblogic.html

http ://java.dzone.com/articles/how-setup-remote-debug

他们都指定添加如下:
JAVA_OPTIONS = $ JAVA_OPTIONS -Xrunjdwp:transport = dt_socket,address = 8000,server = y,suspend = y

They both specify adding something like: JAVA_OPTIONS="$JAVA_OPTIONS -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"

我有两个问题:

一,在我的工作中,我们有域/ domainName / bin / setDomainEnv.sh,并且在同一个domainName目录中有另一个名为servers的文件夹,其中有一堆我们的服务器。我不是基础设施方面的专家,但我正在寻找一种通过位于其中一台服务器上的Eclipse远程调试Weblogic上的应用程序的方法。使用Eclipse同步一个服务器及其应用程序的最佳方式是使用所有这些服务器(除非我有误解)。

One, at my work we have domains/domainName/bin/setDomainEnv.sh and in the same "domainName" directory another folder called servers, with a bunch of our servers on it. I am not an expert in infrastructure but I am looking for a way to remotely debug an application on Weblogic through Eclipse that is located on one of the servers. What is the best way to sync up the one server and its application with Eclipse rather than effecting all of the severs (unless I am misunderstanding).

其次,是不是一种通过Weblogic管理控制台进行设置的方法?我一直在寻找任何直观的东西,但没有什么突出的。

Second, is there not a way to set this up through the Weblogic Administration Console? I tried looking around for anything intuitive, but nothing stood out.

推荐答案

如果您使用NodeManager启动服务器,您应该可以将参数添加到Weblogic Admin中的参数控制台:

If you are starting your servers with NodeManager, you should be able to add the arguments to "Arguments" in the Weblogic Admin Console under:


环境 - >服务器 - >您的服务器 - >配置(选项卡) - >服务器启动(子选项卡) p>

Environment -> Servers -> Your Server -> Configuration (tab) -> Server Start (sub-tab)

这篇关于Weblogic 10.3.3.0应用程序用eclipse调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆