[jboss-jira] [JBoss JIRA] Created: (AS7-1300) Management console doesn't work after changing management interface port

Sebastian Wanio (JIRA) jira-events at lists.jboss.org
Fri Jul 15 11:41:23 EDT 2011


Management console doesn't work after changing management interface port
------------------------------------------------------------------------

                 Key: AS7-1300
                 URL: https://issues.jboss.org/browse/AS7-1300
             Project: Application Server 7
          Issue Type: Bug
          Components: Console
    Affects Versions: 7.0.0.Final
            Reporter: Sebastian Wanio
            Assignee: Heiko Braun


After changing http management port in _host.xml_ console stops working. 
Changing it back to default 9990 fixes the issue. 

It seems it s GWT related and 9990 port is "hardcoded" in java script files. 
Every script named _32.cache.js_ in _modules\org\jboss\com\sun\httpserver\main\jboss-as-console-1.0.0.Beta13-resources.jar_ has some variable set to ':9990/'. (only one occurrence in a file)

After changing its value to match a new http management port in _host.xml_ (other than 9990) and repackaging of _jboss-as-console-1.0.0.Beta13-resources.jar_ console starts working again. 

_Note! Checked only on domain mode. Not testes in standalone._


--
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