JBoss console. Unable to redirect

For the error message:

Unable to redirect.

It is not possible to redirect to the console, please contact the system administrator for the correct address to access the console.

Start Jboss with the following command
./standalone.sh -b=0.0.0.0 -bmanagement=0.0.0.0

Inititally Jboss is locked down so that web interface and web console are only available on the local machine (i.e. where the instance is running). This can be seen when a netstat -an command is issued. 0.0.0.0 instructs Jboss to allow connections from ANYWHERE. If you wanted access only to your local LAN, try something like 192.168.0.0 (assuming your IP’s are 192.168.0.xxx)

Leave a Reply

Your email address will not be published. Required fields are marked *