|
From: moises z. <moi...@ho...> - 2015-05-04 16:25:09
|
# Specify the location of the Wrapper's language resources. If these are # missing, the Wrapper will default to the en_US locale. #wrapper.lang.folder=../lang # Locate the java binary on the system PATH: wrapper.java.command=C:\Program Files\Java\jre7\bin\java.exe # Specify a specific java binary: #set.JAVA_HOME=/java/path #wrapper.java.command=%JAVA_HOME%/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=DesaFact.jar wrapper.java.classpath.3=../lib/bcprov-jdk16-146.jar wrapper.java.classpath.4=../lib/itextpdf-5.3.2.jar wrapper.java.classpath.5=../lib/iText-2.1.7.jar wrapper.java.classpath.6=../lib/mysql-connector-java-5.1.24-bin.jar wrapper.java.classpath.7=../lib/cfdi-base-0.2.3-SNAPSHOT.jar wrapper.java.classpath.9=../lib/commons-codec-1.4.jar wrapper.java.classpath.10=../lib/commons-collections-3.2.jar wrapper.java.classpath.11=../lib/commons-digester-1.7.jar wrapper.java.classpath.12=../lib/commons-logging.jar wrapper.java.classpath.13=../lib/commons-ssl.jar wrapper.java.classpath.14=../lib/DESASeal.jar wrapper.java.classpath.15=../lib/guava-r06.jar wrapper.java.classpath.16=../lib/itextpdf-5.3.2.jar wrapper.java.classpath.17=../lib/jasperreports-3.7.4.jar wrapper.java.classpath.18=../lib/jaxb-impl-2.1.12.jar wrapper.java.classpath.19=../lib/jdom.jar wrapper.java.classpath.20=../lib/juniversalchardet-1.0.3.jar wrapper.java.classpath.21=../lib/qrgen-1.0.jar wrapper.java.classpath.22=../lib/commons-beanutils-1.5.jar wrapper.java.classpath.23=../lib/zxing-core-1.7.jar wrapper.java.classpath.24=../lib/zxing-j2se-1.7.jar wrapper.java.classpath.25=../lib/activation.jar wrapper.java.classpath.26=../lib/mail.jar wrapper.java.classpath.27=../lib/digitalFactura.jar wrapper.java.classpath.28=../lib/FacturaHoy.jar wrapper.java.classpath.29=../lib/FormasDigitales.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) wrapper.java.library.path.1=../lib # Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode. wrapper.java.additional.auto_bits=TRUE # 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=generaxml #******************************************************************** # Wrapper Logging Properties #******************************************************************** # Enables Debug output from the Wrapper. wrapper.debug=FALSE # 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=FATAL # 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=FATAL # 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=0 # 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=0 # Log Level for sys/event log output. (See docs for log levels) wrapper.syslog.loglevel=NONE #******************************************************************** # Wrapper General Properties #******************************************************************** # Allow for the use of non-contiguous numbered properties wrapper.ignore_sequence_gaps=TRUE # Do not start if the pid file already exists. wrapper.pidfile.strict=TRUE # Title to use when running as a console wrapper.console.title=DesaFactService #******************************************************************** # Wrapper JVM Checks #******************************************************************** # Detect DeadLocked Threads in the JVM. (Requires Standard Edition) wrapper.check.deadlock=TRUE wrapper.check.deadlock.interval=10 wrapper.check.deadlock.action=RESTART wrapper.check.deadlock.output=FULL # Out Of Memory detection. # (Ignore output from dumping the configuration to the console. This is only needed by the TestWrapper sample application.) wrapper.filter.trigger.999=wrapper.filter.trigger.*java.lang.OutOfMemoryError wrapper.filter.allow_wildcards.999=TRUE wrapper.filter.action.999=NONE # Ignore -verbose:class output to avoid false positives. wrapper.filter.trigger.1000=[Loaded java.lang.OutOfMemoryError wrapper.filter.action.1000=NONE # (Simple match) wrapper.filter.trigger.1001=java.lang.OutOfMemoryError # (Only match text in stack traces if -XX:+PrintClassHistogram is being used.) #wrapper.filter.trigger.1001=Exception in thread "*" java.lang.OutOfMemoryError #wrapper.filter.allow_wildcards.1001=TRUE wrapper.filter.action.1001=RESTART wrapper.filter.message.1001=The JVM has run out of memory. # Name of the service wrapper.name=DesaFactService # Display name of the service wrapper.displayname=DesaFactService # Description of the service wrapper.description=DesaFactService # Mode in which the service is installed. AUTO_START, DELAY_START or DEMAND_START wrapper.ntservice.starttype=AUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=false |