Appboard/2.4/admin/accessing appboard: Difference between revisions

imported>Jason.nicholls
No edit summary
imported>Jason.nicholls
Line 32: Line 32:
!URL
!URL
!Description
!Description
|-
| Home URL
| http://localhost:8080/
| Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below)
|-
|-
| AppBoard
| AppBoard
| http://localhost:8080/enportal/ab/home
| http://localhost:8080/enportal/ab/home
| If the User's default role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
| If the User's default role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
|-
| enPortal
| http://localhost:8080/enportal/home
| Launches enPortal
|-
|-
| AppBoard Builder
| AppBoard Builder
| http://localhost:8080/enportal/ab/home?builder
| http://localhost:8080/enportal/ab/home?builder
| If user 's Role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
| If user 's Role is portalAdministration, this will launch the AppBoard Builder.  Otherwise, this will launch the AppBoard Viewer.
|-
| AppBoard Builder (Debug mode**)
| http://localhost:8080/enportal/ab/home?debug=true
| If user 's Role is portalAdministration, this will launch the AppBoard Builder in debug mode.  Otherwise, this will launch the AppBoard Viewer.
|-
|-
| AppBoard Viewer
| AppBoard Viewer
| http://localhost:8080/enportal/ab/home?viewer
| http://localhost:8080/enportal/ab/home?viewer
| Launches the AppBoard Viewer.  (A non-administrator User will also access the AppBoard Viewer by going to the Home URL or AppBoard URL)
| Launches the AppBoard Viewer.  (A non-administrator User will also access the AppBoard Viewer by going to the Home URL or AppBoard URL)
|-
| Safemode (administrator only)
| http://localhost:8080/enportal/ab/#safeMode=
| Launches the AppBoard builder in safe mode by disabling all stacks. The administrator can then access the configuration panels to delete or edit the broken component.
|-
|-
| AppBoard Viewer (Debug Mode**)
| AppBoard Viewer (Debug Mode**)
Line 53: Line 61:
| Launches the AppBoard Viewer in debug mode.
| Launches the AppBoard Viewer in debug mode.
|-
|-
| enPortal
| AppBoard Builder (Debug mode**)
| http://localhost:8080/enportal/home
| http://localhost:8080/enportal/ab/home?debug=true
| Launches enPortal
| If user 's Role is portalAdministration, this will launch the AppBoard Builder in debug mode.  Otherwise, this will launch the AppBoard Viewer.
|-
| Home URL
| http://localhost:8080/
| Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below)
|-
| Safemode
| http://localhost:8080/enportal/ab/#safeMode=
| Launches AppBoard in "safe mode".  This is used by the administrator for troubleshootingIn the case where an error is preventing the administrator from deleting a failing component, this URL will launch the AppBoard Builder with all of the Stacks hidden from display.  The administrator can then access the configuration panels to delete or edit the broken component.
|}
|}

Revision as of 12:54, 23 July 2013


Default Settings

After installing AppBoard without any configuration changes the default access information is as follows:

URL http://<hostname>:8080/
User Name administrator
Password administrator
Domain System

Using the URL above the browser is redirected to the actual login page, as shown below:

AppBoard 2.4 default login screen

Important URLs

The table below summarizes the important URLs for accessing AppBoard. Please note the localhost:8080 should be substituted for the host and port AppBoard is actually running on in your environment.

Component URL Description
Home URL http://localhost:8080/ Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below)
AppBoard http://localhost:8080/enportal/ab/home If the User's default role is portalAdministration, this will launch the AppBoard Builder. Otherwise, this will launch the AppBoard Viewer.
enPortal http://localhost:8080/enportal/home Launches enPortal
AppBoard Builder http://localhost:8080/enportal/ab/home?builder If user 's Role is portalAdministration, this will launch the AppBoard Builder. Otherwise, this will launch the AppBoard Viewer.
AppBoard Viewer http://localhost:8080/enportal/ab/home?viewer Launches the AppBoard Viewer. (A non-administrator User will also access the AppBoard Viewer by going to the Home URL or AppBoard URL)
Safemode (administrator only) http://localhost:8080/enportal/ab/#safeMode= Launches the AppBoard builder in safe mode by disabling all stacks. The administrator can then access the configuration panels to delete or edit the broken component.
AppBoard Viewer (Debug Mode**) http://localhost:8080/enportal/ab/home?viewer&debug=true Launches the AppBoard Viewer in debug mode.
AppBoard Builder (Debug mode**) http://localhost:8080/enportal/ab/home?debug=true If user 's Role is portalAdministration, this will launch the AppBoard Builder in debug mode. Otherwise, this will launch the AppBoard Viewer.