1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Console Redirect Unavailable</title>
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- <link rel="StyleSheet" href="as7_style.css" type="text/css">
- </head>
- <body>
- <div class="wrapper">
- <div class="as7">
- <a href="index.html"><img src="as7_logo.png" alt="JBoss Application Server 7... it's here." width="195" height=
- "228" border="0"></a>
- </div>
- <div class="content">
- <h1>Unable to redirect.</h1>
- <p>An automatic redirect to the Administration Console is not currently available. This is most likely
- due to the administration console being exposed over a network interface different from the one to which
- you are connected to.</p>
- <p>To access the Administration console you should contact the administrator responsible for this
- JBoss installation and ask them to provide you with the correct address.</p>
- </div>
- </div>
- </body>
- </html>
|