[jboss-jira] [JBoss JIRA] (AS7-2262) Link to Console missing from Welcome page
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Tue Jan 24 11:47:19 EST 2012
[ https://issues.jboss.org/browse/AS7-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661479#comment-12661479 ]
Ondrej Zizka commented on AS7-2262:
-----------------------------------
There's also a trick to hide a link when the host is not valid.
1) Add <link type="text/css" href="http://localhost:9990/console-link.css"
2) This CSS would define #welcome-page-console-link { display: block; }
3) Welcome page would have <div id="welcome-page-console-link" style="display:none"><a href="http://localhost:9990/console">...
> Link to Console missing from Welcome page
> -----------------------------------------
>
> Key: AS7-2262
> URL: https://issues.jboss.org/browse/AS7-2262
> Project: Application Server 7
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.1.0.Alpha1
> Reporter: Chuck Mosher
> Labels: eap6-ux
> Fix For: Open To Community
>
> Attachments: ConsoleWithLinkScreenshot.png, ConsoleWithoutLinkScreenshot.png
>
>
> If I start up the app server(s) using "bin/domain.sh", I can open up the starting page @ localhost:8080/ but there is no link to open the console; only to examine the documentation. The link to the Console is there when running standalone.sh. See attached screenshots.
> Options are: leave the link in there, but when clicked it will result in an error message instructing the user they need to pick which instance they want to examine. Or, point it to localhost:9990/.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list