{"id":24416,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/configuration-file-settings-1\/"},"modified":"2025-03-04T09:38:43","modified_gmt":"2025-03-04T17:38:43","slug":"configuration-file-settings-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/","title":{"rendered":"Configuration File Settings"},"content":{"rendered":"<p>The following is a list of all of the possible parameters available in the Configuration.properties. Not all of these settings are required for your installation. If the setting you wish to configure does not appear in the Configuration.properties file you can simply add it to the file.<\/p>\n<table class=\"border\">\n<tbody>\n<tr class=\"tableHeaderRow\">\n<td>Entry<\/td>\n<td>Purpose<\/td>\n<\/tr>\n<tr>\n<td>DB_HOST<\/td>\n<td>The IP address or fully qualified name for your database server<\/td>\n<\/tr>\n<tr>\n<td>DB_USER<\/td>\n<td>This is the name of the database user created previously<\/td>\n<\/tr>\n<tr>\n<td>DB_PASSWORD<\/td>\n<td>This is the password for the above database user<\/td>\n<\/tr>\n<tr>\n<td>DB_URL<\/td>\n<td>Make sure that the correct entry is uncommented and edited for your DBMS (Oracle, mySQL or MSSQL). The entry for HOST should be set to the same as DB_HOST above. Examples of this entry are as follows.For Oracle connection:<span class=\"fixedWidthFont\">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=db.yourdomain.com)(PROTOCOL=tcp) (PORT=1521))(CONNECT_DATA=(SID=ev)))<\/span><\/p>\n<p>For SQL Server connection with JTDS driver:<\/p>\n<p><span class=\"fixedWidthFont\">jdbc:jtds:sqlserver:\/\/db.yourdomain.com:1433\/extraview<\/span><\/p>\n<p>For mySQL Server connection:<\/p>\n<p><span class=\"fixedWidthFont\">jdbc:mysql:\/\/db.yourdomain.com:3306\/ev<\/span><\/td>\n<\/tr>\n<tr>\n<td>JDBCDriver<\/td>\n<td>Make sure that the correct entry is uncommented and edited for your DBMS. Examples are:For Oracle connection<span class=\"fixedWidthFont\">oracle.jdbc.driver.OracleDriver<\/span>For SQL Server connection with JTDS driver<\/p>\n<p><span class=\"fixedWidthFont\">net.sourceforge.jtds.jdbc.Driver<\/span><\/p>\n<p>For mySQL connection with mySQL driver<\/p>\n<p><span class=\"fixedWidthFont\">com.mysql.jdbc.Driver<\/span><\/td>\n<\/tr>\n<tr>\n<td>DBMS_INTERFACE<\/td>\n<td>Make sure that the correct entry is uncommented and edited for your DBMS. Examples are:For Oracle connection<span class=\"fixedWidthFont\">com.extraview.dbms.oracle.OracleDbms<\/span><\/p>\n<p>For SQL Server connection<\/p>\n<p><span class=\"fixedWidthFont\">com.extraview.dbms.mssql.MssqlDbms<\/span><\/td>\n<\/tr>\n<tr>\n<td>DEFAULT_LOG_LEVEL<\/td>\n<td>Sets the DEBUG_LEVEL at startup. The level of messages directed to the log is controlled with a debug level. This is a number between 1 and 12, with higher numbers offering increasing amounts of information written to the log file. The default is 6. This number should not be increased without cause, as there will be a hit on system performance, and the size of the log file may increase dramatically. The level of messages that is sent to the log is controlled by a URL and is used as follows, substituting the appropriate domain and application name:<span class=\"fixedWidthFont\">http:\/\/server.yourdomain.com\/ExtraView?DEBUG=6<\/span>Note that users or administrators do not have access to this URL, unless the behavior setting named ALLOW_DEBUG_URL within the System Debugging &amp; User Custom Settings on the Advanced administration menu is set to YES.<\/td>\n<\/tr>\n<tr>\n<td>PSP_LOG<\/td>\n<td>This may have values of YES, NO or ALL. The default is NO. When this is YES, then the ExtraView log will contain the SQL of all key statements executed. Setting the value to ALL will write all SQL statements executed to the log. This can be useful for debugging purposes<\/td>\n<\/tr>\n<tr>\n<td>AJAX_LOG<\/td>\n<td>This may have the value of YES or NO. The default is NO. When this is YES, then the ExtraView log will contain additional information about Ajax calls made from the client browsers to the server, including the execution time of each Ajax call. This can be useful for debugging purposes<\/td>\n<\/tr>\n<tr>\n<td>TASK_LOG<\/td>\n<td>This may have the value of YES or NO.\u00a0 If omitted, it has the value of NO.\u00a0 When set to YES, ExtraView tasks will write additional information to the log file when they execute<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_DIR_ABSOLUTE<\/td>\n<td>The absolute directory name (directory only)<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_DIR<\/td>\n<td>The relative directory name (directory only)<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_MANAGE_SCRIPT<\/td>\n<td>This script will be called instead of deleting log files. The script and filename of the log file will be executed in separate process. The filename is passed as a single parameter to the script.<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_MAX_RETAINED<\/td>\n<td>The maximum number of log files retained before the oldest is deleted. The default is 10.<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_MAX_SIZE<\/td>\n<td>The maximum size of the log file in kilobytes. The log file is automatically archived when it grows beyond this size, and a fresh one is created. The old log is renamed, using the rule set in LOG_TIME_AT_CREATION to rename the file. If you are working within a clustered application server environment, all nodes on the cluster share one log file. The default maximum is 20,000<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_PATH_NAME_ABSOLUTE<\/td>\n<td>The absolute full path name (directory and filename)<\/td>\n<\/tr>\n<tr>\n<td>LOG_FILE_PATH_NAME<\/td>\n<td>The pathname to the log that ExtraView will be written to. The default path is logs\/EVJ.log. Note that this path is relative to the WEB-INF directory<\/td>\n<\/tr>\n<tr>\n<td>LOG_TIME_AT_CREATION<\/td>\n<td>If true log will have a DATETIME stamp in its name. At creation no renaming will be done. The default is false.<\/td>\n<\/tr>\n<tr>\n<td>XML_LOG_FLAG<\/td>\n<td>TRUE or FALSE. If this is FALSE (the default) then the log is written in text format. If the value is TRUE, then the log is written in XML format<\/td>\n<\/tr>\n<tr>\n<td>WEB_SERVER_NAME<\/td>\n<td>The name of the web server that will be used internally in ExtraView. With one application server, this name is not important, but if you have a cluster of application servers, then these should be named logically to identify which web server carried out which action and to ensure that sessions initiated at a client browser will \u201cstick\u201d to the same application server<\/td>\n<\/tr>\n<tr>\n<td>TEMPLATE_DIR<\/td>\n<td>The name of the directory, relative to WEB-INF where the ExtraView HTML templates are stored. There is normally no need to alter this path<\/td>\n<\/tr>\n<tr>\n<td>USER_TEMPLATE_DIR<\/td>\n<td>The path to the directory, relative to WEB-INF where user HTML templates are stored. These are stored independently from the ExtraView HTML templates so they may be retained during an upgrade<\/td>\n<\/tr>\n<tr>\n<td>CHART_DIR<\/td>\n<td>When ExtraView creates charts, it requires a directory in which to store temporary files. This path is also relative to WEB-INF. The administrator should create a process that cleans out old files from this directory on a periodic basis<\/td>\n<\/tr>\n<tr>\n<td>TEMP_DIR<\/td>\n<td>This path, relative to WEB-INF is used to store temporary files. The administrator should create a process that cleans out old files from this directory on a periodic basis<\/td>\n<\/tr>\n<tr>\n<td>DATA_DIR<\/td>\n<td>This path, relative to WEB-INF is used to store temporary files. The administrator should create a process that cleans out old files from this directory on a periodic basis<\/td>\n<\/tr>\n<tr>\n<td>DEBUG_SWITCH<\/td>\n<td>The default is ON. If you want to turn off debugging, then this may be set to OFF. This is not recommended<\/td>\n<\/tr>\n<tr>\n<td>DEBUG_LOG_LEVEL<\/td>\n<td>This may have an integer value from 1 to 12. The default level is 6. At any level, all messages for this level and greater are logged. At the default level of 6, all server accesses to ExtraView are recorded in the log file, with the entry to the service being logged as well as the exit from the service. At the exit time, additional information such as the length of time that the service took to execute, and the user ID of the person making the access is also recorded. If there is any error message with a debug level higher than 6, this is also placed in the log file. For example, any warnings or program exceptions will be placed in the log<\/td>\n<\/tr>\n<tr>\n<td>SSO_DO_UPSERT<\/td>\n<td>If you are using a SSO server and making use of the \u201cupsert\u201d feature, then this should be set to YES, else leave this at the default value of NO<\/td>\n<\/tr>\n<tr>\n<td>SSO_DN_USER_ID_ATTRIBUTE<\/td>\n<td>This is the SSO header attribute from which to extract the User ID as a value in a distinguished name (DN) in the SSO header. This takes the form of &lt;attribute&gt;[&lt;instance&gt;], where the &lt;attribute&gt; is the type of the relative distinguished name (RDN) and the &lt;instance&gt; is the number of the RDN of that type, counting from the right-hand side of the DN<\/td>\n<\/tr>\n<tr>\n<td>MAILBOX<\/td>\n<td>The path name of the mailbox that notification will use<\/td>\n<\/tr>\n<tr>\n<td>NOTIFICATION<\/td>\n<td>This is an optional property and based upon RFC 1891 (see http:\/\/www.ietf.org\/rfc\/rfc1891.txt). The property may be any combination of:<br \/>\n<span class=\"fixedWidthFont\">NOTIFY_DELAY<br \/>\nNOTIFY_FAILURE<br \/>\nNOTIFY_SUCCESS<\/span><br \/>\nwith each option separated by a semi-colon. If this property is set, and your SMTP server supports this RFC, then the appropriate header is set in all SMTPMessage\u2019s originated by the BatchMail process. This functionality allows for an audit trail to be followed for emails sent via your email server.<\/td>\n<\/tr>\n<tr>\n<td>RETURN_OPTION<\/td>\n<td>This is an optional property and based upon RFC 1891 (see http:\/\/www.ietf.org\/rfc\/rfc1891.txt). The property may be either:<span class=\"fixedWidthFont\">RETURN_FULL or RETURN_HDRS<\/span>If this property is set, and your SMTP server supports this RFC, then the appropriate header for return emails is set in all SMTPMessage\u2019s originated by the BatchMail process. This functionality allows for an audit trail to be followed for emails sent via your email server.<\/td>\n<\/tr>\n<tr>\n<td>ENCRYPT_PROPERTIES<\/td>\n<td>The property ENCRYPT_PROPERTIES=YES will enable the capability of encrypting property values in the Configuration.properties file as an added security measure. Each property value to be encrypted has the form:<\/p>\n<div class=\"fixedWidthFont\">&lt;property-name&gt; = ENC(encrypted-value)<\/div>\n<p>ExtraView has a utility that will encrypt values and provide the result as a base64-encoded binary string. This string is used within the parentheses in the <span class=\"fixedWidthFont\">ENC( )<\/span> to provide the encrypted value. The password for the decryption is located in a file named <span class=\"fixedWidthFont\">pdata<\/span> located in the configuration directory, or it is located in a file with the file name defined by the PDATA_FILE_NAME property. If the file cannot be read or does not exist, the password used is <span class=\"fixedWidthFont\">magic<\/span>. To encrypt a text string to use as a password, you use the Windows batch script or the Linux sh script named <span class=\"fixedWidthFont\">encrypt.bat<\/span> or <span class=\"fixedWidthFont\">encrypt.sh<\/span>. The scripts are found in the directory named <span class=\"fixedWidthFont\">WEB-INF\/data<\/span>. There are required parameters, as follows:<\/p>\n<h4>Windows<\/h4>\n<p>There are 5 required parameters:<\/p>\n<ul>\n<li>JAVA_HOME, more specifically the bin directory<\/li>\n<li>TOMCAT_HOME, where the application server is installed<\/li>\n<li>INSTANCE, the ExtraView instance name<\/li>\n<li>valueString, the value to be encrypted<\/li>\n<li>passwordString, the password to be used for the decryption<\/li>\n<\/ul>\n<p>For example:<\/p>\n<p>encrypt.bat c:\\java\\jdk1.6.0_26 c:\\Apachetomcat7 evj myValue myPassword<\/p>\n<p>The output will show the encrypted value appropriate for the insertion in the <span class=\"fixedWidthFont\">ENC( )<\/span> value of a property in the configuration file. Copy this value and paste it in between the parentheses.<\/p>\n<h4>Linux<\/h4>\n<p>Modify the file named encrypt.sh before you run this. You should substitute the appropriate values for your system, for the following:<\/p>\n<ul>\n<li><span class=\"fixedWidthFont\">JAVA_HOME<\/span>, more specifically the bin directory<\/li>\n<li><span class=\"fixedWidthFont\">TOMCAT_HOME<\/span>, where the application server is installed<\/li>\n<li><span class=\"fixedWidthFont\">EV_BASE<\/span>, the path to your ExtraView instance<\/li>\n<\/ul>\n<p>The syntax to execute the command then becomes:<\/p>\n<div class=\"fixedWidthFont\">encrypt.sh evj myValue myPassword<\/div>\n<p>where<\/p>\n<ul>\n<li><span class=\"fixedWidthFont\">evj<\/span> is the ExtraView instance name<\/li>\n<li><span class=\"fixedWidthFont\">myValue<\/span>, the value to be encrypted<\/li>\n<li><span class=\"fixedWidthFont\">myPassword<\/span>, the password to be used for the decryption<\/li>\n<\/ul>\n<p>The output will show the encrypted value appropriate for the insertion in the <span class=\"fixedWidthFont\">ENC( )<\/span> value of a property in the configuration file<\/td>\n<\/tr>\n<tr>\n<td>PDATA_FILE_NAME<\/td>\n<td>See the previous entry ENCRYPT_PROPERTIES for a description of how this property is used<\/td>\n<\/tr>\n<tr>\n<td>DB_FORCE_CLOSE_METHOD<\/td>\n<td>If specified, this names a Connection method that can be used to force a Connection closure, without waiting for database resources. This has occasionally been found necessary on MySQL databases, where the MySQL Connector\/J driver does not always behave predictably, causing ExtraView to hang. In the case of MySQL, the method name should be <span class=\"fixedWidthFont\">abortInternal<\/span>. It is unusual to need this setting.<\/td>\n<\/tr>\n<tr>\n<td>FROM_WAR<\/td>\n<td>If this setting is present, and has a value of <b>TRUE<\/b>, then ExtraView recognizes it is being run from within a WAR file. In most instances this is not needed as ExtraView automatically recognizes the WAR file configuration, but some application servers (notably JBoss) do not correctly report the presence of the WAR file configuration. In these cases, it is required to set this parameter<\/td>\n<\/tr>\n<tr>\n<td>Connection pool settings<\/td>\n<td>These are described in detail in the page of this guide named <a href=\"v25\/connection-pool-configuration-1\/\">Connection Pool Configuration<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>The following is a list of all of the possible parameters available in the Configuration.properties. Not all of these settings are required for your installation. If the setting you wish to configure does not appear in the Configuration.properties file you can simply add it to the file. Entry Purpose DB_HOST The IP address or fully&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24414,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24416","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configuration File Settings - Product Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuration File Settings - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"The following is a list of all of the possible parameters available in the Configuration.properties. Not all of these settings are required for your installation. If the setting you wish to configure does not appear in the Configuration.properties file you can simply add it to the file. Entry Purpose DB_HOST The IP address or fully...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-04T17:38:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/\",\"name\":\"Configuration File Settings - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-03-04T17:38:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Installation &#038; Upgrade Guide\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Software Installation &#038; Upgrades\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Configuration.properties File\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Configuration File Settings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuration File Settings - Product Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/","og_locale":"en_US","og_type":"article","og_title":"Configuration File Settings - Product Documentation","og_description":"The following is a list of all of the possible parameters available in the Configuration.properties. Not all of these settings are required for your installation. If the setting you wish to configure does not appear in the Configuration.properties file you can simply add it to the file. Entry Purpose DB_HOST The IP address or fully...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-03-04T17:38:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/","name":"Configuration File Settings - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-03-04T17:38:43+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/configuration-file-settings-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Installation &#038; Upgrade Guide","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/"},{"@type":"ListItem","position":4,"name":"Software Installation &#038; Upgrades","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/"},{"@type":"ListItem","position":5,"name":"Configuration.properties File","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/installation-upgrade-guide-1\/software-installation-upgrades-1\/configurationproperties-file-1\/"},{"@type":"ListItem","position":6,"name":"Configuration File Settings"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24416"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24416\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24414"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}