EDG Server Installation
If setup was done incorrectly or is incomplete you will get a setup page instead of the EDG home page.
You can always navigate to "server"/edg/tbl/setup
to see your configurations.
The following sections detail specific instructions for running TopBraid servers on Tomcat. There are 2 ways to configure TopBraid EDG and Explorer. First using the setup properties file and second the interactive method. Please choose which ever you feel most comfortable with.
EDG installation using the setup.properties file
Note
These are not upgrade steps. These are for new installations.
Ensure you are running on Java 11
Configure authentication for user access. See LDAP Configuration, Tomcat Users Authentication, SAML Authentication, or OAuth Authentication depending on preferred authentication method.
Copy the
edg-setup.properties
file from the downloaded TopBraid EDG distribution zip file into the Tomcat root directory (or a location readable by Tomcat). Modify the settings in the file per the instructions found alongside the settings.
Field
Description
example
workspacePath
The workspace houses all the data for EDG. This needs to be persistent and have read/write access for Tomcat.
/var/lib/tomcat9/Workspace
authMethod
See authentication above.
authRealm
For basic, sets the name in the header
TopBraid EDG
securityRoles
Security groups that align with LDAP or ADFS or Tomcat users
admin,poweruser,manager,editor,viewer
Vault Type
Choice of Local or Hashicorp Vault integration determines configuration parameters. Please fill out accordingly. See EDG Integration with Hashicorp Vault for setup instructions.
licenseFile
Path to license file. Do not enter this if you want your Administrators to be able to update the license in the UI. If entered then this file will need to be updated when new licenses are provided by TopQuadrant and the server restarted.
./edg-license.lic
sessionTimeout
Tomcat session timeout in minutes
90
databaseType
Choice of database storage option, TDB, RDBMS or Data Platform. Additional fields will need to be entered when choosing DP or RDBMS. Please see descriptions Database Type: Application data storage for more details. Note: If you are using RDMBS please restart your server once setup is complete.
SharedTDB
Set the system property
edg.setup
for Tomcat to the full path ofedg-setup.properties
. This can be done in various ways, for example by editing Tomcat’sconf/catalina.properties
file. For example:edg.setup=/var/lib/tomcat9/edg-setup.properties
Or you can also modify the command line used to start Tomcat such as:
-Dedg-setup=/var/lib/tomcat9/edg-setup.properties
Place the
edg.war
into thewebapps
directory in TomcatStart Tomcat
In EDG, Enter license if location not specified in the setup file.
Navigate to Server Administration, Rights Management, make sure security roles are correctly set for ANY_ROLE, administrator, etc. Initially, all users will have permissions to all EDG resources and functions via the default assignment of AdministratorGroup to ANY_ROLE. An administrator’s initial task should be to use Rights Management to transfer the AdministratorGroup to their organization’s defined administrative role(s) and then remove it from ANY_ROLE.
Now navigate to the home page of EDG. Setup is complete. From now on this file will act as the source of your configuration settings. An administrator should now go over the EDG Administration and Configuration guidance to make any additional adjustments to EDG. If setup was done incorrectly or is incomplete you will get a setup page instead of the EDG home page. You can always navigate to
“server”/edg/tbl/setup
to see your configurations.
EDG installation using the interactive deployment wizard
Ensure you are running on Java 11
Configure authentication for user access. See LDAP Configuration, Tomcat Users Authentication, SAML Authentication, or OAuth Authentication depending on preferred authentication method.
Place the edg.war into the webapps directory in Tomcat
Start Tomcat
Navigate to EDG, this should detect you need to setup configuration and present a page with an option to use the interactive setup. Launch this option.
Field
Description
example
Workspace
The workspace houses all the data for EDG. This needs to be persistent and have read/write access for Tomcat.
License
Upload your license provided by support
Authentication Configuration
See authentication above.
Roles to be added
Security groups that align with LDAP or ADFS or Tomcat users. Map these to permissions such as Manager, Editor, Viewer in the dropdowns.
admin,poweruser,manager,editor,viewer
Vault Type
Choice of Local or Hashicorp Vault integration determines configuration parameters. Please fill out accordingly. See EDG Integration with Hashicorp Vault for setup instructions.
License file
Enter the license provided by TopQuadrant
Session Timeout
Tomcat session timeout in minutes
90
Application Data Storage
Choice of database storage option, TDB, RDBMS or Data Platform. Additional fields will need to be entered when choosing DP or RDBMS. Please see descriptions Database Type: Application data storage for more details.
Click the Restart EDG button after submitting the form
Navigate to EDG home once the application restarts to log in. Initial deployment and setup is now complete. If setup was done incorrectly or is incomplete you will get a setup page instead of the EDG home page. You can always navigate to
"server”/edg/tbl/setup
to see your configurations.An administrator should now go over the EDG Administration and Configuration guidance to make any additional adjustments to EDG.