GeoView Server application enables changing following settings via settings.ini file (please note that any manual change requires restarting server application for changes to take effect):
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 |
2 (Root/User/Session) |
Specifies path routing of uploaded files, relative to Upload folder. |
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. |
Incoming E-mail Server Settings
Settings related to outgoing (SMTP) e-mail server used to send template-based reports and information:
Name |
Default |
Description |
GeoServerPop3Host |
Name or IP address of the POP3 server host. |
|
GeoServerPop3Port |
110 |
Port number of the POP3 server. |
GeoServerPop3Ssl |
0 |
Enables (1) or disables (0) SSL for POP3 server. |
GeoServerPop3Username |
User name used for logging onto POP3 server. |
|
GeoServerPop3Password |
Password used for logging onto POP3 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. |