You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This screen enables you to define the location of JDBC drivers, Log files and WhereScape products.
REPLACE WITH THIS IMAGE: Images/Settings/Locations Settings.png

Fields

Description

JDBC drivers

The location of the JDBC drivers. Click REPLACE WITH THIS IMAGE: Images/Common_Icons/ellipsisbutton.png to change the location.

Log file

The location of the log file. Click REPLACE WITH THIS IMAGE: Images/Common_Icons/ellipsisbutton.png to change the location.

Working directory

The location of the working directory (read-only).

RED Directory

The location of the WhereScapeRED installation directory.

Tip:

A warning icon REPLACE WITH THIS IMAGE: Images/Common_Icons/warning.png is displayed if WhereScape RED is not found in the specified directory. Click REPLACE WITH THIS IMAGE: Images/Common_Icons/ellipsisbutton.png to change the location.


Note

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="581c0894-82b7-47f9-a365-596e3bb97a95"><ac:plain-text-body><![CDATA[

To configure the log file size and the number of log files, go to C:\Users
[user name]\WhereScape\3D and edit the file log4j.xml. Change the values of the parameters MaxFileSize and MaxBackupIndex.
]]></ac:plain-text-body></ac:structured-macro>

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.out"/>
<param name="Threshold" value="DEBUG"/>
 
<layout class="org.apache.log4j.PatternLayout">
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fa25d0e2-f7bc-44d2-9432-d3bea3352e29"><ac:plain-text-body><![CDATA[]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4e8f1c2b-2f00-4774-90c5-4c2b64afbb56"><ac:plain-text-body><![CDATA[<param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
]]></ac:plain-text-body></ac:structured-macro>
</layout>
</appender>
 
<appender name="FILE" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="${user.home}/WhereScape/3D/WhereScape 3D.log"/>
<param name="MaxFileSize" value="5MB"/>
<param name="MaxBackupIndex" value="3"/>
<param name="Threshold" value="DEBUG"/>
 
<layout class="org.apache.log4j.PatternLayout">
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="56022edf-fce3-4d3b-9362-9764a94bf30a"><ac:plain-text-body><![CDATA[<param name="ConversionPattern" value="%d{dd-MM-yyyy HH:mm:ss,SSS} %-5p [%c{1}] %m%n"/>
]]></ac:plain-text-body></ac:structured-macro>
</layout>
</appender>
 
<root>
<appender-ref ref="FILE"/>
</root>
 
</log4j:configuration>

  • No labels