Governance APP on Windows OS
This article outlines the steps required to install and configure the OvalEdge Governance App on a Windows-based system.
Purpose
Enable standalone deployment of the Governance App on a Windows machine.
Integrate the Governance App with the OvalEdge platform.
Prerequisites
System Requirements
Windows Operating System: Windows 10/11 or Windows Server 2016+.
Administrative access to the Windows machine.
Java
Java Development Kit (JDK) must be installed.
Java must be available in the system
PATH.Verify installation:
java -version
Internet Access
Required to download dependencies such as the
application.yamlfile.
Required Permissions
Ability to create directories on
C:\.Permission to execute
.jarfiles from the command prompt.Ability to open ports (ensure port 8082 is not blocked or in use).
Required Files
oe-gov-app.jar– provided by the OvalEdge team.application.yaml– download from the official release link.Access to
oasis.properties– located in theextpropdirectory of the OvalEdge setup.
Tomcat Access
Permission to restart the Tomcat service on the OvalEdge host machine.
Installation Steps
Create the Installation Directory
Open File Explorer or Command Prompt.
Create a directory named
govappon theC:drive:
Download and Place Configuration File
Download
application.yamlfrom: https://ovaledge-releases.s3.ap-south-1.amazonaws.com/Release7.1.1/windows/application.yaml
Save it to
C:\govapp.
Customize the contents (database credentials, service URLs, etc.).

Create the Credentials Folder
Inside
C:\govapp, create a folder namedcredentials:
Place the Governance App JAR File
Obtain
oe-gov-app.jarfrom the OvalEdge support team.Copy the file into
C:\govapp.
Launch the Governance App
Open Command Prompt as Administrator.
Navigate to the directory:
Start the Governance App:

Outcome: The Governance App runs in the background.
Port Availability
Ensure port 8082 is available and not blocked by firewalls or in use.
This port is required for Governance App access.

Governance App Configuration in oasis.properties
Locate and Edit Properties File
Navigate to the
extpropdirectory in the OvalEdge installation.
Open
oasis.propertiesin a text editor.
Update Governance App Settings
Ensure the following configuration is present:
Update the host and port if using a different environment.
Restart Tomcat
Open Services (
services.msc).Locate Apache Tomcat [version].
Right-click → Restart.

Verification
Wait ~5 minutes after restarting Tomcat.
Open the OvalEdge application in a browser.
Confirm that the Governance App is operational and integrated.

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.
Was this helpful?

