Appboard/2.4/admin/accessing appboard: Difference between revisions
imported>Jason.nicholls No edit summary |
imported>Jason.nicholls No edit summary |
||
Line 56: | Line 56: | ||
| [http://localhost:8080/enportal/ab/#safeMode=1 /enportal/ab/#safeMode=1] | | [http://localhost:8080/enportal/ab/#safeMode=1 /enportal/ab/#safeMode=1] | ||
| 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. | | 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. | ||
|- | |||
| Dispatcher | |||
| [http://localhost:8080/enportal/servlet/pd /enportal/servlet/pd] | |||
| Accepts a number of parameters to allow for login credentials to be passed in and redirection (e.g. login, then redirect to a specific stack, or custom html page, etc...). See the section below for more information on the dispatcher. | |||
|} | |} |
Revision as of 13:31, 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:
Important URLs
The table below summarizes the important URLs for accessing AppBoard.
Component | URL | Description |
---|---|---|
Home URL | / | Launches either AppBoard or enPortal, depending on the Home URL configuration (see "Home URL" section below) |
AppBoard | /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 | /enportal/home | Launches enPortal |
AppBoard Builder | /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 | /enportal/ab/home?viewer | Explicitly launch the Viewer, useful for administrators. |
AppBoard Builder Safemode | /enportal/ab/#safeMode=1 | 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. |
Dispatcher | /enportal/servlet/pd | Accepts a number of parameters to allow for login credentials to be passed in and redirection (e.g. login, then redirect to a specific stack, or custom html page, etc...). See the section below for more information on the dispatcher. |