1 #********************************************************************
3 #********************************************************************
5 wrapper.java.command=java
7 # Wait a bit longer than default before assuming jvm hasn't started properly
8 wrapper.startup.timeout=60
11 #This should be set to the base of your system, which is one folder below the container and nexus folders
12 #wrapper.working.dir=../../../../
14 # Java Main class. This class must implement the WrapperListener interface
15 # or guarantee that the WrapperManager class is initialized. Helper
16 # classes are provided to do this for you. See the Integration section
17 # of the documentation for details.
18 wrapper.java.mainclass=org.codehaus.plexus.classworlds.launcher.Launcher
20 # Java Classpath (include wrapper.jar) Add class path elements as
21 # needed starting from 1
22 wrapper.java.classpath.1=/opt/nexus/lib/*.jar
23 wrapper.java.classpath.2=/etc/nexus/
25 # Java Library Path (location of Wrapper.DLL or libwrapper.so)
26 wrapper.java.library.path.1=/opt/nexus/bin/lib
28 # Java Additional Parameters
29 wrapper.java.additional.1=-Dbasedir=/opt/nexus
30 wrapper.java.additional.2=-Djava.io.tmpdir=/tmp
31 wrapper.java.additional.3=-Dsun.net.inetaddr.ttl=3600
33 # Initial Java Heap Size (in MB)
34 #wrapper.java.initmemory=3
37 # Maximum Java Heap Size (in MB)
38 #wrapper.java.maxmemory=64
41 # Application parameters. Add parameters as needed starting from 1
42 #wrapper.app.parameter.1=com.mycompany.app.App
45 #********************************************************************
46 # Wrapper Logging Properties
47 #********************************************************************
48 # Format of output for the console. (See docs for formats)
49 wrapper.console.format=PM
51 # Log Level for console output. (See docs for log levels)
52 wrapper.console.loglevel=INFO
54 # Log file to use for wrapper output logging.
55 wrapper.logfile=/var/log/nexus/wrapper.log
57 # Format of output for the log file. (See docs for formats)
58 wrapper.logfile.format=LPTM
60 # Log Level for log file output. (See docs for log levels)
61 wrapper.logfile.loglevel=INFO
63 # Maximum size that the log file will be allowed to grow to before
64 # the log is rolled. Size is specified in bytes. The default value
65 # of 0, disables log rolling. May abbreviate with the 'k' (kb) or
66 # 'm' (mb) suffix. For example: 10m = 10 megabytes.
67 wrapper.logfile.maxsize=20m
69 # Maximum number of rolled log files which will be allowed before old
70 # files are deleted. The default value of 0 implies no limit.
71 wrapper.logfile.maxfiles=2
73 # Log Level for sys/event log output. (See docs for log levels)
74 wrapper.syslog.loglevel=NONE
76 #********************************************************************
77 # Wrapper Windows Properties
78 #********************************************************************
79 # Title to use when running as a console
80 wrapper.console.title=nexus-webapp
82 #********************************************************************
83 # Wrapper Windows NT/2000/XP Service Properties
84 #********************************************************************
85 # WARNING - Do not modify any of these properties when an application
86 # using this configuration file has been installed as a service.
87 # Please uninstall the service before modifying this section. The
88 # service can then be reinstalled.
91 wrapper.ntservice.name=nexus-webapp
93 # Display name of the service
94 wrapper.ntservice.displayname=nexus-webapp
96 # Description of the service
97 wrapper.ntservice.description=Sonatype Nexus Repository Manager
99 # Service dependencies. Add dependencies as needed starting from 1
100 wrapper.ntservice.dependency.1=
102 # Mode in which the service is installed. AUTO_START or DEMAND_START
103 wrapper.ntservice.starttype=AUTO_START
105 # Allow the service to interact with the desktop.
106 wrapper.ntservice.interactive=false