[jboss-jira] [JBoss JIRA] Assigned: (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
Fri Aug 5 05:52:29 EDT 2011
[ https://issues.jboss.org/browse/AS7-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse reassigned AS7-1341:
-------------------------------------
Assignee: Darran Lofthouse
> 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
> Reporter: Max Rydahl Andersen
> Assignee: Darran Lofthouse
>
> 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