Navigating ePADD
On this page:
This page describes options for starting/stopping ePADD and navigating from one module to another.
ePADD installation creates a few widgets that will help you navigate:Â
- epadd application icon. At installation, an application icon is added to the Windows taskbar (or Mac Finder toolbar). This icon only displays when ePADD is running so if it isn't visible, you need to start the application first. Right-click on this icon to open an ePADD window or to quit ePADD.
- epadd.properties file. At installation, a plain text file named epadd.properties is created in the user’s home directory, e.g.:
On Windows: c:\users\<username>\
On Mac: /Users/<username>/
This properties file controls which module is active and where ePADD creates it's user directories. By default, this file contains the property: epadd.mode=appraisal:
The epadd.mode property controls which module opens when you start ePADD or when you right-click the ePADD application icon and select "Open ePADD window". For more information about the .properties file, see the User Guide section 2.2 Installing ePADD.
Starting/Stopping ePADD
To start ePADD, double-click the executable file.Â
To stop ePADD, right-click on the epadd application icon in your taskbar or toolbar and select Quit ePADD.
It's also good practice to close any open ePADD browser windows.Â
Moving between modules
There are four ePADD modules: Appraisal, Processing, Discovery, and Delivery. ePADD was designed with the expectation that a given workstation will run one module at a time. You can switch between modules but only one module should be open at any point.
By default, the Appraisal module opens when you start ePADD (unless you change the default module in the epadd.properties file). There are two ways to switch modules: the "Close ePADD/Update epadd.properties/Restart ePADD" method and the "switch-modules" method. Both are described below.Â
Method 1: Close ePADD/Update epadd.properties/Restart ePADD
Best practice is to close ePADD, update the epadd.properties file, then restart:
- Save your work in the ePADD module you're using. Close the browser window or tab that was running ePADD.
- Close the ePADD application by right-clicking the application icon in your task or tool bar and selecting Quit ePADD.
- Open the epadd.properties text file – it should be in your user path:
On Windows: c:\users\<username>\epadd.properties
On Mac: /Users/<username>/epadd.properties - Change the value of the epadd.mode property for the module you want to open. E.g., to open the Processing module, set this property as epadd.mode=processing
and save the .properties file. - Start the ePADD application by double-clicking the executable. It should open to the module specified in the .properties file.
Method 2: Switch-modules
This method is simpler but not preferred (not sure why).Â
- Save your work in the ePADD module you're using.Â
- Point your browser at http://localhost:9099/epadd/switch-module.
- From the list, select the module to open:Â
- The selected module will open automatically in the same browser window.
Note: It's not just humans who need to navigate between modules. Email archives do too, but this is accomplished by exporting email from one module and importing to another. For example, if you have finished reviewing an email archive in the Appraisal module and want to continue working on it in the Processing module, you'll first need to export the email archive, switch to the Processing module and then import the email archive from there. Â