Description of problem: Invalid link to the documentation in the webconsole Version-Release number of selected component (if applicable): 6.3.0.ER1 How reproducible: allways Steps to Reproduce: 1. start EAP server 2. open localhost:8080 in the browser 3. click on the "Documentation" link Actual results: The requested URL /access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Enterprise_Application_Platform/ was not found on this server. Expected results: Page with the documetation. Additional info: Valid URL is: https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/
Cannot reproduce. Which link are you referring? The first link in the "Find More Resources" sidebar which says "Read JBoss EAP Documentation"? This link works for me.
Created attachment 884972 [details] Screenshot of webconsole with invalid link
So it's not inside the management console, but the links in the welcome content. AFAIK the links come from the build project: jboss-eap/build/src/main/resources/welcome-content/index.html and jboss-eap/build/src/main/resources/welcome-content/index_noconsole.html They should be changed from https://access.redhat.com/site/documentation/Red_Hat_JBoss_Enterprise_Application_Platform/ https://access.redhat.com/groups/jboss-enterprise-middleware to https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/ https://access.redhat.com/site/discussions?product=5 Can someone confirm?
This is fixed in bug 1071886 *** This bug has been marked as a duplicate of bug 1071886 ***