DriveMappings Configuration
The interactive parameter specifies whether a dialog is
displayed to prompt for a username and password if the
default or supplied credentials cannot logon to the JLAN
Server.
The prompt parameter specifies that the
username/password dialog is displayed before the
connection attempt is made.
2.4.11 Debug Configuration
The
<debug>
section defines the debug output handler, the debug section is optional.
Debug Configuration
<output>
Specifies the debug output class and debug class specific
configuration parameters.
Output Configuration
<class>..</class>
Specifies the debug output class to be used. The class
must implement the
org.alfresco.jlan.debug.DebugInterface
interface.
The JLAN Server Jar contains four debug output classes.
The
org.alfresco.jlan.debug.ConsoleDebug
class outputs all
debug information to the console.
The
org.alfresco.jlan.debug.LogFileDebug
class outputs all
debug information to a file.
The
org.alfresco.debug.JDKLoggingDebug
class outputs all
debug information using the JDK Logging APIs.
The
org.alfresco.debug.cluster.ClusterDebug
class sends
all debug output to other nodes within the cluster, as well
as logging locally using one of the above debug output
classes.
<name>value</name>
or
<name/>
Debug specific configuration parameters.
All values in the
<output>
section are passed to the Debug
initialize()
method as a NameValueList object.
The
org.alfresco.jlan.debug.ConsoleDebug
class does not
have any initialization parameters.
The
org.alfresco.jlan.debug.LogFileDebug
class has a
<logFile>..</logFile>
parameter to specify the output log
file name, and a
<append/>
parameter to specify that
output is appended to the log file on each run of the
server.
39