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
I would make jBoss 5.1 to show the admin console
提问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
回答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。如果它不在您启动的服务器配置文件中,您可以从另一个服务器配置文件中复制它。
回答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.
谢谢。