#******************************************************************** # Wrapper Properties #******************************************************************** # Java Application wrapper.java.command=../jre/bin/java # 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. 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=../lib/wrapper.jar wrapper.java.classpath.2=../lib/AdventNetDeploymentSystem.jar wrapper.java.classpath.3=../lib/AdventNetLogging.jar wrapper.java.classpath.4=../lib/concurrent.jar wrapper.java.classpath.5=../lib/getopt.jar wrapper.java.classpath.6=../lib/gnu-regexp.jar wrapper.java.classpath.7=../lib/jboss-boot.jar wrapper.java.classpath.8=../lib/jboss-common.jar wrapper.java.classpath.9=../lib/jboss-jmx.jar wrapper.java.classpath.10=../lib/jboss-system.jar wrapper.java.classpath.11=../lib/jdom.jar wrapper.java.classpath.12=../lib/log4j-boot.jar wrapper.java.classpath.13=../lib/run.jar wrapper.java.classpath.14=../lib/AdventNetNPrevalent.jar wrapper.java.classpath.15=../lib/ wrapper.java.classpath.16=../lib/dom4j.jar wrapper.java.classpath.17=../lib/commons-logging.jar wrapper.java.classpath.18=./run.jar wrapper.java.classpath.19=../lib/trayicon.jar wrapper.java.classpath.20=../lib/startupclasses.jar wrapper.java.classpath.21=../server/default/lib/SDUtils.jar wrapper.java.classpath.22=../server/default/lib/AdventNetFramework.jar wrapper.java.classpath.23=../server/default/deploy/jbossweb-tomcat50.sar/servlet-api.jar wrapper.java.classpath.24=../server/default/deploy/jbossweb-tomcat50.sar/commons-httpclient-3.0-rc1.jar wrapper.java.classpath.25=../server/default/deploy/jbossweb-tomcat50.sar/commons-codec-1.3.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) wrapper.java.library.path.1=../lib/native wrapper.java.library.path.2=../lib/ # Java Additional Parameters wrapper.java.additional.1=-server wrapper.java.additional.2=-Dprogram.name=run.sh wrapper.java.additional.3=-Djboss.server.type=com.adventnet.j2ee.deployment.system.AdventNetServerImpl wrapper.java.additional.4=-Dorg.jboss.logging.Log4jService.catchSystemOut=false wrapper.java.additional.5=-Dorg.jboss.logging.Log4jService.catchSystemErr=false wrapper.java.additional.6=-Djava.util.logging.manager=com.adventnet.logging.LogManager wrapper.java.additional.7=-Djava.util.logging.config.file=../server/default/conf/logging.xml wrapper.java.additional.8=-Djava.util.logging.config.class=com.adventnet.logging.LoggingScanner wrapper.java.additional.9=-Dlog.dir=../server/default wrapper.java.additional.10=-Dtier-type=BE wrapper.java.additional.11=-Dtier-id=BE1 wrapper.java.additional.12=-Ddb.home=../mysql wrapper.java.additional.13=-Dproduct.home=../ wrapper.java.additional.14=-Dfile.encoding=utf8 # Initial Java Heap Size (in MB) wrapper.java.initmemory=128 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=256 # Application parameters. Add parameters as needed starting from 1 wrapper.app.parameter.1=com.adventnet.start.ProductTrayIcon wrapper.app.parameter.2=server/default/conf/TrayIconInfo.xml #wrapper.app.parameter.2=-L../lib/AdventNetDeploymentSystem.jar #******************************************************************** # Wrapper Logging Properties #******************************************************************** # 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=NONE # Log file to use for wrapper output logging. wrapper.logfile=server/default/log/wrapper.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=10m # 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=1 # Log Level for sevent log output. (See docs for log levels) wrapper.syslog.loglevel=FATAL #******************************************************************** # Wrapper NT Service Properties #******************************************************************** # WARNING - Do not modify any of these properties 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=servicedesk # Display name of the service wrapper.ntservice.displayname=ManageEngine ServiceDesk Plus # Description of the service wrapper.ntservice.description=Helpdesk & Asset Management Software # Service dependencies. Add dependencies as neesded starting from 1 wrapper.ntservice.dependency.1= # Mode in which the service is installed. AUTO_START or DEMAND_START wrapper.ntservice.starttype=AUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=true # Add debug # wrapper.debug=true #Disabled/Enable Restart on Error wrapper.filter.trigger.1=ERROR wrapper.filter.action.1=NONE wrapper.filter.trigger.2=unexpectedly wrapper.filter.action.2=NONE # Handle application exits. wrapper.on_exit.default=SHUTDOWN wrapper.on_exit.0=SHUTDOWN # Number of failed startups wrapper.max_failed_invocations=1