Help
  • FAQ
    • Introduction
    • Name Matching
      • Does Screena provide rules-based and/or fuzzy matching capabilities?
      • Does Screena have any machine learning or AI capabilities?
      • What are name cultures and how does Screena handle them?
      • How does Screena handle different scripts, diacritics, and transliteration?
      • How does Screena handle common names?
      • How does Screena handle inaccurate data?
      • What methods does Screena use to reduce false positives?
      • What is the percentage of false positives reduced with the methods used by Screena?
      • How does whitelisting work?
      • What differentiates pairwise name-matching between Screena One and Screena Plus?
      • How does secondary attributes-matching work?
      • Can Screena match beyond names and allow firms to blacklist identifiers or locations?
      • What is the difference between 'matchingNames' in screening responses and 'names' in 'targetData'?
    • Watchlists
      • Which lists are available out of the box?
      • Is Screena watchlist agnostic?
      • How is watchlist data loaded into Screena?
      • How frequently is data updated within Screena?
      • Do you provide proprietary watchlist data?
      • What sort of data (e.g., names, known aliases, known associates, etc) is used for name matching?
      • Does Screena support adverse media screening?
      • Do you provide information about whether a list entry is active, inactive or deceased?
      • Do you provide a URL link to the reference article for adverse media screening?
      • How is the data of third-party list providers conveyed to your name-screening API response?
      • Can I screen against specific sanction programs within a watchlist and not all of them?
      • What is the difference between the USA and the OFAC lists?
      • Is there a template to upload private lists into Screena?
      • How many records can I upload to my private watchlist?
      • Can I upload more than one private list?
      • How can I update my private list?
      • Why can't I find Politically Exposed Persons (PEPs) at regional level when I use Instant Search?
      • How do you monitor that watchlists are up to date and correctly uploaded to your platform?
    • Performance
      • Does Screena provide real-time screening capabilities?
      • What is the speed of screening?
      • How do you ensure horizontal and vertical scalability?
      • Does Screena support batch processing?
      • Do you have performance benchmarks?
    • Integration
      • Can clients configure the solution themselves or would they need support from you?
      • Do you partner with any other solutions/vendors?
      • Do you provide technology or solutions to support alert remediation investigation?
      • Can Screena be integrated within third-party platforms and systems?
      • How do you handle changes to your API data model?
    • Personalization
      • What options do I have to optimize my screening results?
      • What screening parameters can I configure to meet my risk appetite?
      • To which extent are the screening thresholds adjustable?
      • What is the difference between the algorithm value "ignore" and the option "nullMatch" set to false?
    • Hosting & Deployment
      • How can Screena be deployed?
      • How do you set resources per customer?
      • How do you segregate the data and configuration between customers?
      • How often does Screena release new versions?
      • How often are models re-trained and what does roll out to clients look like?
      • How do you handle High Availability?
      • What AWS regions do you operate as of now?
      • What operating systems and/or execution platforms are supported?
      • How do you provide bug fixes and distribution across clients?
    • Pricing & Support
      • What is your pricing model?
      • Can you clarify the difference between Screena One, Plus and Firm?
      • What additional modules are not included in your core product pricing package?
      • Do you charge for professional services and/or after-sales services?
      • Do you offer bespoke solutions to clients?
      • Can I test your solution for free?
      • What happens at the end of my trial period?
      • What are my payment options - credit card and/or invoicing?
      • What are your standard support & maintenance agreements?
      • Are there integration costs to work with Commercial-Off-The-Shelve (COTS) lists?
    • Security & Audit
      • Does Screena have security certifications?
      • What security measures do you apply?
      • How do you adhere to GDPR?
      • Does Screena provide versioning capabilities?
    • Tech Stack
      • What is your tech stack?
      • What programming language(s) is Screena written in?
      • What source and version control systems are used to manage development?
      • What testing tools do you use?
  • How To
    • Install Screena Portal
      • Preparing your system
      • Installing Screena Portal backend
      • Launching Screena Portal backend
      • Installing the web server
      • Configuring Screena Portal
    • Start Screena Portal
      • Starting PostgreSQL database
      • Starting Apache HTTP server
      • Starting Screena application
        • Start command
        • Restart command
        • Stop command
  • Release Notes
    • 2.1.17
    • 2.1.16
    • 2.1.15
    • 2.1.14
    • 2.1.13
    • 2.1.12
  • Legal
    • Terms & Policies
      • Website Terms of Use
      • Screena API Terms of Service
      • Screena API Data Policy
    • Privacy & Security
Powered by GitBook
On this page
  • apigw.properties
  • application.properties
  • smtp.properties

Was this helpful?

  1. How To
  2. Install Screena Portal

Configuring Screena Portal

PreviousInstalling the web serverNextStart Screena Portal

Last updated 2 years ago

Was this helpful?

Please follow the steps to install Screena Portal in this order:

  1. (you are here)

The Screena Portal uses 3 properties files to configure various settings. These files are:

apigw.properties

This file contains the connection parameters to the Screena server. It should be configured to match your system's settings.

Property
Description

screena.base.server

The URL of the Screena server

screena.base.port

The port of the Screena server

screena.base.https

Whether to use HTTPS when connecting to the Screena server

apigw.document.uploaded.basePath

The directory where the uploaded documents will be stored

apigw.fileDelimiter

The file delimiter used by the system

application.properties

This file contains properties to define application-specific settings. It should be configured to match your system's settings.

Property
Description

spring.datasource.url

The JDBC URL to connect to the database (it specifies the database type, location, port and encoding)

spring.datasource.username

The username used to connect to the database

spring.datasource.password

The password used to connect to the database

smtp.properties

This file contains properties to define the SMTP server settings. It should be configured to match your system's SMTP server settings.

Property
Description

smtp.host

The SMTP server hostname

smtp.port

The SMTP server port

smtp.user

The SMTP server username

smtp.password

The SMTP server password

smtp.protocol

The SMTP protocol to use

smtp.socketFactory.port

The SMTP socket factory port

smtp.auth

Whether SMTP authentication is enabled or not

smtp.starttls.enable

Whether to enable STARTTLS

smtp.starttls.required

Whether STARTTLS is required or not

smtp.debug

Whether to enable SMTP debugging

smtp.socketFactory.fallback

Whether to fallback to the socket factory

smtp.from

The email address that messages will be sent from

Preparing your system
Installing Screena Portal backend
Launching Screena Portal backend
Installing the web server
Configuring Screena Portal
apigw.properties
application.properties
smtp.properties