These parameters have an impact on the behaviour and performances of a JMap Server system.
Press Save to save all modifications.
Click on to reread parameters from configuration files if they have changed.
The configuration files are located in JMAP_HOME/conf.
HTTP Proxy
Host
Host name or address of HTTP proxy server. Is used if JMap Server must go through an HTTP proxy to access systems outside of the local network.
Port
TCP/IP port used to connect to the HTTP proxy server.
Username
Username used to connect to the HTTP proxy server.
Password
Password used to connect to the HTTP proxy server.
SMTP (Mail server)
Host
Host name or address of SMTP server. JMap Server requires an SMTP server to send emails.
Port
TCP/IP port used to connect to SMTP server.
Username
Username used to connect to the SMTP server (if needed).
Password
Password used to connect to the SMTP server (if needed).
Encryption
Select an encryption method if required by the SMTP server.
File browser
Allow upload
Select this option if you allow uploading files to JMap Server directly from JMap Admin.
Max. upload file size
Specify the maximum size of a file to upload. Select the Unlimited option if you do not set a limit on file size.
Upload root folder
Specify the directory where the uploaded files will be copied. Each administrator account in JMap has a subdirectory automatically created in the JMAP_HOME/Data/Uploads directory. Uploaded files are accessible to all JMap Admin users. The Uploads directory is also available when creating spatial data sources.
WebSocket server
Enabled
Check this option to enable the WebSocket server inside Tomcat. The option is disabled by default.
Type
Indicate the type of server: Local or External.
URL
Enter the URL of the WebSocket server.
JMap Cloud
Host
Enter the URL of JMap Cloud. The default value is https://api.jmapcloud.io.
Must be a valid URL. A test is done by calling /server-info when saving.
API Key
Enter the API key of your organization. This API key is used to authenticate you to connect to JMap Cloud.
Organisation identifier
Enter the unique identifier of your organization allowing you to connect to JMap Cloud. Must be a valid UUID. The validation is done only if a valid API key is given.
Default owner’s identifier of newly created resources
Enter the email to identify the user that will be assigned the synched resources. The validation is done only if a valid API key is given.
API Keys
Enter the API key of your organization that allows you to use Google services.
For more details, visit the following page: https://developers.google.com/maps/documentation/javascript/get-api-key?hl=Fr
Bing
Enter the API key of your organization that allows you to use Bing services.
For more details, visit the following page: https://msdn.microsoft.com/fr-fr/library/ff428642.aspx
Mapbox
Enter the API key of your organization that allows you to use Mapbox cache and layers.
For more details, visit the following page: https://docs.mapbox.com/api/.
GeoWebCache
URL (1-4)
Enter one or more URLs to connect to the GeoWebCache server. Only one URL is necessary, but entering several URLs that point to the same server will optimize the use of this type of server. Configuring settings for GeoWebCache is optional but offers better performance for JMap Web applications. Refer to the Using a GeoWebCache Server section for more information.
Username
User name used to connect to the GeoWebCache server.
Password
Password used to connect to the GeoWebCache server.
Route Logistics Service
URL
Enter the URL of the RLS service to use (e.g. https://rls.jmaponline.net/rls/rest/v1.0). This service allows you to geocode addresses and calculate optimal routes.
Client ID
Enter your organization’s unique key that allows you to use the RLS services.
Loaded parameters
Database drivers
List of loaded database drivers. New drivers can be added by creating new configuration files in the directory JMAP_HOME/conf/db on the server.
Custom spatial data sources
Spatial data sources related to certain specific applications.
Projections
List of loaded projections. New projections can be created by adding entries in the file JMAP_HOME/conf/projections.properties on the server.
Element factories
Map element generation modules related to certain specific applications.
User managers
List of loaded user manager modules. User managers are used to manage users and groups and they provide the authentication service used in JMap Server.
General
JMap Server name
You can give a name to this JMap Server instance. This name will be displayed in the authentication screen and in the JMap Admin header.
Default language
You can select the default language that will be selected automatically when creating new projects.
Available languages
You can select the available languages that will be automatically selected when creating new projects.
Network
Preferred external service address
The proxy address used to deploy the applications. When configuring a new deployment, you can change the local address to this external address.
Preferred JMap Server address
The local address of JMap Server used to deploy the applications. When configuring a new deployment, you can change the external address to this local address.
Server port
TCP/IP port used by JMap Server for connections with JMap Pro and other instances of JMap Server.
Web server port
TCP/IP port used by the integrated JMap Server web server for HTTP requests. Used for JMap Admin and local application deployments.
Web server port (https)
TCP/IP port used by the integrated JMap Server web server for HTTPS requests.
Caching
Memory size
Size of memory cache. Holds previously loaded vector data tiles to minimize data source queries. This helps improve JMap Server performances. Cache statistics can be viewed in JMap Server Status section.
Disk size
Size of disk cache. Its operation is similar to the memory cache. Unlimited size is recommended.
Imaging size
Size of memory cache dedicated to imaging operations. This cache is used by JMap Server when processing image files (raster data sources that read image files). It dramatically helps improve JMap Server performances when working with high volume images.
HTTPS
Redirect
Automatically redirects JMap Admin users to a secure connection (https). This option is only available if there is a security certificate. For more information, refer to Using HTTPS with JMap.