SOURCES: nexus-wrapper.conf - removed comments that was not nexus related.

pawelz pawelz at pld-linux.org
Sat Oct 25 00:12:38 CEST 2008


Author: pawelz                       Date: Fri Oct 24 22:12:38 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- removed comments that was not nexus related.

---- Files affected:
SOURCES:
   nexus-wrapper.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/nexus-wrapper.conf
diff -u SOURCES/nexus-wrapper.conf:1.3 SOURCES/nexus-wrapper.conf:1.4
--- SOURCES/nexus-wrapper.conf:1.3	Sat Oct 25 00:06:28 2008
+++ SOURCES/nexus-wrapper.conf	Sat Oct 25 00:12:33 2008
@@ -4,20 +4,14 @@
 # Java Application
 wrapper.java.command=java
 
-#wrapper.debug=true
-#This should be set to the base of your system, which is one folder below the container and nexus folders
+# base for relative paths
 wrapper.working.dir=/var/lib/nexus
 
-# Java Main class.  This class must implement the WrapperListener interface
-#  or guarantee that the WrapperManager class is initialized.  Helper
-#  classes are provided to do this for you.  See the Integration section
-#  of the documentation for details.
+# main class of plexus servlet container
 wrapper.java.mainclass=org.codehaus.plexus.classworlds.launcher.Launcher
 
 # Java Classpath (include wrapper.jar)  Add class path elements as
 #  needed starting from 1
-#wrapper.java.classpath.1=../lib/wrapper.jar
-#wrapper.java.classpath.2=../lib/my-app-1.0-SNAPSHOT.jar
 wrapper.java.classpath.1=/usr/share/java/plexus-platform-jsw.jar
 wrapper.java.classpath.2=/usr/share/nexus/lib/*.jar
 wrapper.java.classpath.3=conf/
@@ -26,9 +20,6 @@
 wrapper.java.library.path.1=/usr/lib/java-service-wrapper
 
 # Java Additional Parameters
-#wrapper.java.additional.1=-d64
-#wrapper.java.additional.2=-Dcom.sun.management.jmxremote
-#wrapper.java.additional.3=-Dorg.tanukisoftware.wrapper.WrapperManager.mbean=true
 wrapper.java.additional.1=-Dbasedir=.
 wrapper.java.additional.2=-Djava.io.tmpdir=/tmp/nexus
 wrapper.java.additional.3=-XX:+HeapDumpOnOutOfMemoryError
@@ -36,15 +27,9 @@
 
 # Initial Java Heap Size (in MB)
 #wrapper.java.initmemory=3
-#
 
 # Maximum Java Heap Size (in MB)
 #wrapper.java.maxmemory=64
-#
-
-# Application parameters.  Add parameters as needed starting from 1
-#wrapper.app.parameter.1=com.mycompany.app.App
-#
 
 #********************************************************************
 # Wrapper Logging Properties
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nexus-wrapper.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list