[jboss-jira] [JBoss JIRA] Updated: (AS7-1341) Link to console on startup page fails when running in EC2/limited network with any-address
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Thu Aug 18 07:01:17 EDT 2011
[ https://issues.jboss.org/browse/AS7-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated AS7-1341:
----------------------------------
Fix Version/s: 7.0.2.Final
(was: 7.1.0.Alpha1)
> Link to console on startup page fails when running in EC2/limited network with any-address
> ------------------------------------------------------------------------------------------
>
> Key: AS7-1341
> URL: https://issues.jboss.org/browse/AS7-1341
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, Web
> Reporter: Max Rydahl Andersen
> Assignee: Darran Lofthouse
> Fix For: 7.0.2.Final
>
>
> Not sure if this is supposed to work but seems it could be detected and then handled better.
> Started AS7 on an EC2 instance with:
> <interfaces>
> <interface name="management">
> <any-address/>
> </interface>
> <interface name="public">
> <any-address/>
> </interface>
> </interfaces>
> to have it actually be available from the outside.
> Then going to http://<echostname>:8080 the http://<echohostname>:8080/console link on the frontpage redirects to http://0.0.0.0:9990/console
> which doesn't resolve to anything anywhere ;)
> I would expect an error page as when the management console is not available at all or at least use the same url as the incoming request.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list