Customization

Arkance Systems Benelux

GeoView Server application enables changing following settings via settings.ini file:


General API Settings


Settings related to provided API end-points and requests tracing:


Name

Default

Description

GeoServerUploadPath

..\Upload

Absolute or UNC path of the root file upload folder.

GeoServerUploadRouting



GeoServerTracing

1

Enables (1) or disables (0) API calls tracing capability..

GeoServerRestEnabled

1

Enables (1) or disables (0) establishing a REST API end-point.

GeoServerRestHost

http://localhost/geoservice

Sets REST API end-point base URL and port.

GeoServerSoapEnabled

1

Enables (1) or disables (0) establishing a SOAP API end-point.

GeoServerSoapHost

http://localhost:9002/geoservice

Sets SOAP API end-point base URL and port.


User Management Settings


Settings related to user and session management, user registration, and more:


Name

Default

Description

GeoServerSessionInterval

60

Time interval (in minutes) to check for expired sessions.

GeoServerSessionTTL

720

Max. lifespan (in minutes) of a single user's server login session.

GeoServerRegEnabled

0

Enables (1) or disables (0) anonymous user registration.

GeoServerRegHost


Name or IP address of the registration POP3 server host.

GeoServerRegPort

110

Port number of the registration POP3 server.

GeoServerRegSsl

0

Enables (1) or disables (0) SSL for registration POP3 server.

GeoServerRegUsername


User name used for logging onto registration POP3 server.

GeoServerRegPassword


Password used for logging onto registration POP3 server.

GeoServerRegFrom


E-mail address used to identify registration originator (application).

GeoServerRegInterval

5

Time interval (in minutes) of automated registration e-mail checking.


Outgoing E-mail Server Settings


Settings related to outgoing (SMTP) e-mail server used to send template-based reports and information:


Name

Default

Description

GeoServerSmtpHost


Name or IP address of the SMTP server host.

GeoServerSmtpPort

25

Port number of the SMTP server.

GeoServerSmtpSsl

0

Enables (1) or disables (0) SSL for SMTP server.

GeoServerSmtpUsername


User name used for logging onto SMTP server.

GeoServerSmtpPassword


Password used for logging onto SMTP server.


E-mail Templates Settings


Settings related to HTML templates being sent via e-mail:


Name

Default

Description

GeoServerSmtpTemplate

gvs_template_share.html

HTML template file used for sharing a single recording.

GeoServerSmtpTemplateLogo

gvs_template_logo.gif

Logo image file used for all HTML template files.

GeoServerSmtpReport

1

Enables (1) or disables (0) reporting for processed recordings.

GeoServerSmtpReportTemplate

gvs_template_report.html

HTML template file used for reporting author of processed recordings.

GeoServerRegTemplate

gvs_template_registration.html

HTML template file used for successful user registration procedure.


Web Client Settings


Settings related to GeoView Web Client application:


Name

Default

Description

GeoServerWebPath

..\WebClient\GeoView

Absolute or UNC path of the root web client folder.

GeoServerWebUrl

http://localhost/geoview

URL of the web client, based on web server settings.