eclipse 我会让 jBoss 5.1 显示管理控制台

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15301176/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 20:07:53  来源:igfitidea点击:

I would make jBoss 5.1 to show the admin console

javaeclipsejboss

提问by Black.Hyman

i just downloaded a fresh new JBoss 5.1 GA, unpackaged and linked to my Eclipse Juno.

我刚刚下载了一个全新的 JBoss 5.1 GA,未打包并链接到我的 Eclipse Juno。

When i start Jboss from the JAVAEE perspective and i access path "localhost:8080" it opens the main webpage of the JBoss, but Administration console is lost.

当我从 JAVAEE 角度启动 Jboss 并访问路径“localhost:8080”时,它会打开 JBoss 的主网页,但管理控制台丢失了。

I have java jre 7 installed on my pc, and with jboss 7.1 i had never had similar problems...

我的电脑上安装了 java jre 7,使用 jboss 7.1 我从来没有遇到过类似的问题......

If i'm missing some vital info, please tell me, i'll provide.

如果我遗漏了一些重要信息,请告诉我,我会提供。

thanks!

谢谢!

回答by Vaishak Suresh

Try one of the below URLs

尝试以下 URL 之一

http://localhost:8080/jmx-console/

or

或者

http://localhost:8080/web-console/

Edit: There is no console for administration, but you can deploy RHQ(Jopr) that does the same task.

编辑:没有用于管理的控制台,但您可以部署执行相同任务的RHQ(Jopr)。

回答by Jeremy

There is an admin-console.war included in your JBoss download. If it's not in the server profile that you start, you can copy it from another.

您的 JBoss 下载中包含一个 admin-console.war。如果它不在您启动的服务器配置文件中,您可以从另一个服务器配置文件中复制它。

See this -
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform_Common_Criteria_Certification/5/html-single/Administration_Console_Quick_Start_Guide/index.html

看到这个 -
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform_Common_Criteria_Certification/5/html-single/Administration_Console_Quick_Start_Guide/index.html

回答by Srijani Ghosh

Try with this URL -

试试这个网址 -

http://localhost:9990/console

or

或者

http://localhost:9999/console

if, you are unable to login still. check for admin ports in standalone.xml file in jboss server.

如果,您仍然无法登录。在 jboss 服务器的 standalone.xml 文件中检查管理端口。

Thanks.

谢谢。