svn commit: rev 23126 - in avalon/trunk/runtime/merlin/cli/etc/deliverables/bin: . nt

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: niclas
Date: Wed Jul 21 16:33:21 2004
New Revision: 23126

Modified:
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/README.TXT   (contents, props changed)
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/internal-cygwin.sh
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/internal-unix.sh   (props changed)
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin-server.sh
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.bat
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.sh
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/InstallService-NT.bat   (contents, props changed)
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/TANUKISOFTWARE_LICENSE.txt
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/UninstallService-NT.bat   (contents, props changed)
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/wrapper.conf
   avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/security.policy   (props changed)
Log:
Major Unix/DOS linefeed problems in this distributables.

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/README.TXT
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/README.TXT	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/README.TXT	Wed Jul 21 16:33:21 2004
@@ -1,10 +1,10 @@
-
-For Windows
-===========
-merlin.bat       -- classic merlin command line exeuction
-
-For Unix/Linux
-==============
-merlin-server.sh -- equivalent to the merlin NT service
-merlin           -- same as merlin.bat
-merlin.sh        -- (deprecated, use merlin) same as merlin.bat
+
+For Windows
+===========
+merlin.bat       -- classic merlin command line exeuction
+
+For Unix/Linux
+==============
+merlin-server.sh -- equivalent to the merlin NT service
+merlin           -- same as merlin.bat
+merlin.sh        -- (deprecated, use merlin) same as merlin.bat

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/internal-cygwin.sh
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/internal-cygwin.sh	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/internal-cygwin.sh	Wed Jul 21 16:33:21 2004
@@ -26,8 +26,8 @@
 echo "     Merlin Classpath: $MERLIN_CLASSPATH"
 echo "     Merlin Arguments: $MERLIN_ARGS $@"
 echo ""
-
-ARGS="$MERLIN_JVM_OPTS \"-Djava.security.policy=$MERLIN_HOME/bin/security.policy\" -classpath \"$MERLIN_CLASSPATH\" org.apache.avalon.merlin.cli.Main $MERLIN_ARGS $@"
+
+ARGS="$MERLIN_JVM_OPTS \"-Djava.security.policy=$MERLIN_HOME/bin/security.policy\" -classpath \"$MERLIN_CLASSPATH\" org.apache.avalon.merlin.cli.Main $MERLIN_ARGS $@"
 
 echo -n "$JAVA" >$MERLIN_HOME/command-line.log
 echo "$ARGS" >>$MERLIN_HOME/command-line.log

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin	Wed Jul 21 16:33:21 2004
@@ -29,9 +29,9 @@
     cd "$CWD"
     export MERLIN_HOME="`dirname "$ABSOLUTE_PATH"`"
 fi
-
-MERLIN_CLASSPATH=@UNIX-CLI-CLASSPATH@:$MERLIN_HOME/system/@UNIX-CLI-MAIN-PATH@
-export MERLIN_CLASSPATH
+
+MERLIN_CLASSPATH=@UNIX-CLI-CLASSPATH@:$MERLIN_HOME/system/@UNIX-CLI-MAIN-PATH@
+export MERLIN_CLASSPATH
 
 if [ `echo $PLATFORM | grep "CYGWIN"` ] ; then
     exec "$MERLIN_HOME/bin/internal-cygwin.sh" "$@"

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin-server.sh
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin-server.sh	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin-server.sh	Wed Jul 21 16:33:21 2004
@@ -107,8 +107,8 @@
 # 
 
 JVM_EXT_DIRS="$MERLIN_HOME/ext" 
-JVM_OPTS="-Djava.security.policy=$MERLIN_HOME/bin/security.policy " 
-MERLIN_CLASSPATH=@UNIX-CLI-CLASSPATH@:$MERLIN_HOME/system/@UNIX-CLI-MAIN-PATH@
+JVM_OPTS="-Djava.security.policy=$MERLIN_HOME/bin/security.policy " 
+MERLIN_CLASSPATH=@UNIX-CLI-CLASSPATH@:$MERLIN_HOME/system/@UNIX-CLI-MAIN-PATH@
 
 # Get the run cmd
 RUN_CMD="$JAVA_HOME/bin/java $JVM_OPTS $DEBUG $MERLIN_JVM_OPTS -classpath $MERLIN_CLASSPATH org.apache.avalon.merlin.cli.Main $ARGS"

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.bat
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.bat	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.bat	Wed Jul 21 16:33:21 2004
@@ -1,22 +1,22 @@
-@echo off
-
-rem set JAVA CMD
-if not "%JAVA_HOME%" == "" goto USE_JAVA_HOME
-
-set JAVA=java
-
-goto SET_MERLIN
-
-:USE_JAVA_HOME
-set JAVA=%JAVA_HOME%\bin\java
-
-:SET_MERLIN
-if "%MERLIN_HOME%" == "" set MERLIN_HOME=%USERPROFILE%\.merlin
+@echo off
+
+rem set JAVA CMD
+if not "%JAVA_HOME%" == "" goto USE_JAVA_HOME
+
+set JAVA=java
+
+goto SET_MERLIN
+
+:USE_JAVA_HOME
+set JAVA=%JAVA_HOME%\bin\java
+
+:SET_MERLIN
+if "%MERLIN_HOME%" == "" set MERLIN_HOME=%USERPROFILE%\.merlin
 set MERLIN_CMD_LINE_ARGS=%*
-set MERLIN_SECURITY_POLICY=-Djava.security.policy=%MERLIN_HOME%\bin\security.policy
+set MERLIN_SECURITY_POLICY=-Djava.security.policy=%MERLIN_HOME%\bin\security.policy
 set MERLIN_CLASSPATH=@WINDOWS-CLI-CLASSPATH@;%MERLIN_HOME%\system\@WINDOWS-CLI-MAIN-PATH@
-
-:RUN_MERLIN
-%JAVA% %MERLIN_SECURITY_POLICY% %MERLIN_JVM_OPTS% -classpath %MERLIN_CLASSPATH% org.apache.avalon.merlin.cli.Main %MERLIN_CMD_LINE_ARGS%
-goto EndOfScript
-:EndOfScript
+
+:RUN_MERLIN
+%JAVA% %MERLIN_SECURITY_POLICY% %MERLIN_JVM_OPTS% -classpath %MERLIN_CLASSPATH% org.apache.avalon.merlin.cli.Main %MERLIN_CMD_LINE_ARGS%
+goto EndOfScript
+:EndOfScript

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.sh
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.sh	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/merlin.sh	Wed Jul 21 16:33:21 2004
@@ -46,8 +46,8 @@
   MERLIN_HOME=`cygpath --windows "$MERLIN_HOME"`
   [ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
 fi
-
-MERLIN_CLASSPATH=@UNIX-CLI-CLASSPATH@:$MERLIN_HOME/system/@UNIX-CLI-MAIN-PATH@
+
+MERLIN_CLASSPATH=@UNIX-CLI-CLASSPATH@:$MERLIN_HOME/system/@UNIX-CLI-MAIN-PATH@
 
 echo "Starting Merlin."
 echo "================"

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/InstallService-NT.bat
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/InstallService-NT.bat	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/InstallService-NT.bat	Wed Jul 21 16:33:21 2004
@@ -1,40 +1,40 @@
-@echo off
-rem
-rem Find the application home.
-rem
-if "%OS%"=="Windows_NT" goto nt
-
-echo This is not NT, so please edit this script and set _APP_HOME manually
-set _APP_HOME=..\..
-
-goto conf
-
-:nt
-rem %~dp0 is name of current script under NT
-set _APP_HOME=%~dp0
-rem : operator works similar to make : operator
-set _APP_HOME=%_APP_HOME:\bin\nt\=%
-
-
-rem
-rem Find the wrapper.conf
-rem
-:conf
-set _WRAPPER_CONF="%~f1"
-if not %_WRAPPER_CONF%=="" goto startup
-set _WRAPPER_CONF="%_APP_HOME%\bin\nt\wrapper.conf"
-
-
-rem
-rem Run the application.
-rem At runtime, the current directory will be that of Wrapper.exe
-rem
-:startup
-"%_APP_HOME%\bin\nt\Wrapper.exe" -i %_WRAPPER_CONF%
-if not errorlevel 1 goto end
-pause
-
-:end
-set _APP_HOME=
-set _WRAPPER_CONF=
-
+@echo off
+rem
+rem Find the application home.
+rem
+if "%OS%"=="Windows_NT" goto nt
+
+echo This is not NT, so please edit this script and set _APP_HOME manually
+set _APP_HOME=..\..
+
+goto conf
+
+:nt
+rem %~dp0 is name of current script under NT
+set _APP_HOME=%~dp0
+rem : operator works similar to make : operator
+set _APP_HOME=%_APP_HOME:\bin\nt\=%
+
+
+rem
+rem Find the wrapper.conf
+rem
+:conf
+set _WRAPPER_CONF="%~f1"
+if not %_WRAPPER_CONF%=="" goto startup
+set _WRAPPER_CONF="%_APP_HOME%\bin\nt\wrapper.conf"
+
+
+rem
+rem Run the application.
+rem At runtime, the current directory will be that of Wrapper.exe
+rem
+:startup
+"%_APP_HOME%\bin\nt\Wrapper.exe" -i %_WRAPPER_CONF%
+if not errorlevel 1 goto end
+pause
+
+:end
+set _APP_HOME=
+set _WRAPPER_CONF=
+

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/TANUKISOFTWARE_LICENSE.txt
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/TANUKISOFTWARE_LICENSE.txt	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/TANUKISOFTWARE_LICENSE.txt	Wed Jul 21 16:33:21 2004
@@ -1,41 +1,41 @@
-Copyright (c) 1999, 2004 Tanuki Software
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of the Java Service Wrapper and associated
-documentation files (the "Software"), to deal in the Software
-without  restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sub-license,
-and/or sell copies of the Software, and to permit persons to
-whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
-NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-
-Portions of the Software have been derived from source code
-developed by Silver Egg Technology under the following license:
-
-Copyright (c) 2001 Silver Egg Technology
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sub-license, and/or 
-sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following 
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
+Copyright (c) 1999, 2004 Tanuki Software
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of the Java Service Wrapper and associated
+documentation files (the "Software"), to deal in the Software
+without  restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sub-license,
+and/or sell copies of the Software, and to permit persons to
+whom the Software is furnished to do so, subject to the
+following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
+NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+
+Portions of the Software have been derived from source code
+developed by Silver Egg Technology under the following license:
+
+Copyright (c) 2001 Silver Egg Technology
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without 
+restriction, including without limitation the rights to use, 
+copy, modify, merge, publish, distribute, sub-license, and/or 
+sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following 
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/UninstallService-NT.bat
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/UninstallService-NT.bat	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/UninstallService-NT.bat	Wed Jul 21 16:33:21 2004
@@ -1,40 +1,40 @@
-@echo off
-rem
-rem Find the application home.
-rem
-if "%OS%"=="Windows_NT" goto nt
-
-echo This is not NT, so please edit this script and set _APP_HOME manually
-set _APP_HOME=..\..
-
-goto conf
-
-:nt
-rem %~dp0 is name of current script under NT
-set _APP_HOME=%~dp0
-rem : operator works similar to make : operator
-set _APP_HOME=%_APP_HOME:\bin\nt\=%
-
-
-rem
-rem Find the wrapper.conf
-rem
-:conf
-set _WRAPPER_CONF="%~f1"
-if not %_WRAPPER_CONF%=="" goto startup
-set _WRAPPER_CONF="%_APP_HOME%\bin\nt\wrapper.conf"
-
-
-rem
-rem Run the application.
-rem At runtime, the current directory will be that of Wrapper.exe
-rem
-:startup
-"%_APP_HOME%\bin\nt\Wrapper.exe" -r %_WRAPPER_CONF%
-if not errorlevel 1 goto end
-pause
-
-:end
-set _APP_HOME=
-set _WRAPPER_CONF=
-
+@echo off
+rem
+rem Find the application home.
+rem
+if "%OS%"=="Windows_NT" goto nt
+
+echo This is not NT, so please edit this script and set _APP_HOME manually
+set _APP_HOME=..\..
+
+goto conf
+
+:nt
+rem %~dp0 is name of current script under NT
+set _APP_HOME=%~dp0
+rem : operator works similar to make : operator
+set _APP_HOME=%_APP_HOME:\bin\nt\=%
+
+
+rem
+rem Find the wrapper.conf
+rem
+:conf
+set _WRAPPER_CONF="%~f1"
+if not %_WRAPPER_CONF%=="" goto startup
+set _WRAPPER_CONF="%_APP_HOME%\bin\nt\wrapper.conf"
+
+
+rem
+rem Run the application.
+rem At runtime, the current directory will be that of Wrapper.exe
+rem
+:startup
+"%_APP_HOME%\bin\nt\Wrapper.exe" -r %_WRAPPER_CONF%
+if not errorlevel 1 goto end
+pause
+
+:end
+set _APP_HOME=
+set _WRAPPER_CONF=
+

Modified: avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/wrapper.conf
==============================================================================
--- avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/wrapper.conf	(original)
+++ avalon/trunk/runtime/merlin/cli/etc/deliverables/bin/nt/wrapper.conf	Wed Jul 21 16:33:21 2004
@@ -1,103 +1,103 @@
-#********************************************************************
-# Wrapper parameters
-#********************************************************************
-# Java Application
-wrapper.java.command=java
-
-# Java Main class
-wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
-
-# Java Classpath (include wrapper.jar)  Add class path elements as
-#  needed starting from 1
-wrapper.java.classpath.1=wrapper.jar
-wrapper.java.classpath.2=@WINDOWS-CLI-CLASSPATH@
+#********************************************************************
+# Wrapper parameters
+#********************************************************************
+# Java Application
+wrapper.java.command=java
+
+# Java Main class
+wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
+
+# Java Classpath (include wrapper.jar)  Add class path elements as
+#  needed starting from 1
+wrapper.java.classpath.1=wrapper.jar
+wrapper.java.classpath.2=@WINDOWS-CLI-CLASSPATH@
 wrapper.java.classpath.2=%MERLIN_HOME%\system\@WINDOWS-CLI-MAIN-PATH@
-
-# Java Library Path (location of Wrapper.DLL or libwrapper.so)
-wrapper.java.library.path.1=.
-
-# Java Additional Parameters
-wrapper.java.additional.1=-Djava.security.policy=../security.policy
-
-# Initial Java Heap Size (in MB)
-wrapper.java.initmemory=3
-
-# Maximum Java Heap Size (in MB)
-wrapper.java.maxmemory=64
-
-#
-# The following environment variables should be declared before 
-# using the service:
-#
-# MERLIN_DAEMON   -- the home directory
-#
-
-# Application parameters.  Add parameters as needed starting from 1
-wrapper.app.parameter.1=org.apache.avalon.merlin.cli.Main
-wrapper.app.parameter.2=-home
-wrapper.app.parameter.3=%MERLIN_DAEMON%
-
-# Port which the native wrapper code will attempt to connect to
-wrapper.port=1777
-
-#********************************************************************
-# Wrapper Logging parameters
-#********************************************************************
-# Format of output for the console.  (See docs for formats)
-wrapper.console.format=PM
-
-# Log Level for console output.  (See docs for log levels)
-wrapper.console.loglevel=INFO
-
-# Log file to use for wrapper output logging.
-wrapper.logfile=./logs/nt.log
-
-# Format of output for the log file.  (See docs for formats)
-wrapper.logfile.format=LPTM
-
-# Log Level for log file output.  (See docs for log levels)
-wrapper.logfile.loglevel=INFO
-
-# Maximum size that the log file will be allowed to grow to before
-#  the log is rolled. Size is specified in bytes.  The default value
-#  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or
-#  'm' (mb) suffix.  For example: 10m = 10 megabytes.
-wrapper.logfile.maxsize=2m
-
-# Maximum number of rolled log files which will be allowed before old
-#  files are deleted.  The default value of 0 implies no limit.
-wrapper.logfile.maxfiles=10
-
-# Log Level for sys/event log output.  (See docs for log levels)
-wrapper.syslog.loglevel=NONE
-
-#********************************************************************
-# Wrapper NT Service parameters
-#********************************************************************
-# WARNING - Do not modify any of these parameters when an application
-#  using this configuration file has been installed as a service.
-#  Please uninstall the service before modifying this section.  The
-#  service can then be reinstalled.
-
-# Name of the service
-wrapper.ntservice.name=merlin
-
-# Display name of the service
-wrapper.ntservice.displayname=Merlin SMP
-
-# Description of the service
-wrapper.ntservice.description=Avalon Merlin Service Management Platform.
-
-# Service dependencies.  Add dependencies as needed starting from 1
-wrapper.ntservice.dependency.1=
-
-# Mode in which the service is installed.  AUTO_START or DEMAND_START
-wrapper.ntservice.starttype=AUTO_START
-
-# Priority at which the service is run.  NORMAL, LOW, HIGH, or
-#  REALTIME
-wrapper.ntservice.process_priority=NORMAL
-
-# Allow the service to interact with the desktop.
-wrapper.ntservice.interactive=false
-
+
+# Java Library Path (location of Wrapper.DLL or libwrapper.so)
+wrapper.java.library.path.1=.
+
+# Java Additional Parameters
+wrapper.java.additional.1=-Djava.security.policy=../security.policy
+
+# Initial Java Heap Size (in MB)
+wrapper.java.initmemory=3
+
+# Maximum Java Heap Size (in MB)
+wrapper.java.maxmemory=64
+
+#
+# The following environment variables should be declared before 
+# using the service:
+#
+# MERLIN_DAEMON   -- the home directory
+#
+
+# Application parameters.  Add parameters as needed starting from 1
+wrapper.app.parameter.1=org.apache.avalon.merlin.cli.Main
+wrapper.app.parameter.2=-home
+wrapper.app.parameter.3=%MERLIN_DAEMON%
+
+# Port which the native wrapper code will attempt to connect to
+wrapper.port=1777
+
+#********************************************************************
+# Wrapper Logging parameters
+#********************************************************************
+# Format of output for the console.  (See docs for formats)
+wrapper.console.format=PM
+
+# Log Level for console output.  (See docs for log levels)
+wrapper.console.loglevel=INFO
+
+# Log file to use for wrapper output logging.
+wrapper.logfile=./logs/nt.log
+
+# Format of output for the log file.  (See docs for formats)
+wrapper.logfile.format=LPTM
+
+# Log Level for log file output.  (See docs for log levels)
+wrapper.logfile.loglevel=INFO
+
+# Maximum size that the log file will be allowed to grow to before
+#  the log is rolled. Size is specified in bytes.  The default value
+#  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or
+#  'm' (mb) suffix.  For example: 10m = 10 megabytes.
+wrapper.logfile.maxsize=2m
+
+# Maximum number of rolled log files which will be allowed before old
+#  files are deleted.  The default value of 0 implies no limit.
+wrapper.logfile.maxfiles=10
+
+# Log Level for sys/event log output.  (See docs for log levels)
+wrapper.syslog.loglevel=NONE
+
+#********************************************************************
+# Wrapper NT Service parameters
+#********************************************************************
+# WARNING - Do not modify any of these parameters when an application
+#  using this configuration file has been installed as a service.
+#  Please uninstall the service before modifying this section.  The
+#  service can then be reinstalled.
+
+# Name of the service
+wrapper.ntservice.name=merlin
+
+# Display name of the service
+wrapper.ntservice.displayname=Merlin SMP
+
+# Description of the service
+wrapper.ntservice.description=Avalon Merlin Service Management Platform.
+
+# Service dependencies.  Add dependencies as needed starting from 1
+wrapper.ntservice.dependency.1=
+
+# Mode in which the service is installed.  AUTO_START or DEMAND_START
+wrapper.ntservice.starttype=AUTO_START
+
+# Priority at which the service is run.  NORMAL, LOW, HIGH, or
+#  REALTIME
+wrapper.ntservice.process_priority=NORMAL
+
+# Allow the service to interact with the desktop.
+wrapper.ntservice.interactive=false
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.