[wsas-java-dev] svn commit r9497 - branches/wsas/java/2.1/wsas/java/modules/core/conf

svn at wso2.org svn at wso2.org
Tue Nov 6 06:59:15 PST 2007


Author: azeez
Date: Tue Nov  6 06:59:12 2007
New Revision: 9497

Modified:
   branches/wsas/java/2.1/wsas/java/modules/core/conf/wrapper.conf
Log:
Updated NT properties



Modified: branches/wsas/java/2.1/wsas/java/modules/core/conf/wrapper.conf
==============================================================================
--- branches/wsas/java/2.1/wsas/java/modules/core/conf/wrapper.conf	(original)
+++ branches/wsas/java/2.1/wsas/java/modules/core/conf/wrapper.conf	Tue Nov  6 06:59:12 2007
@@ -32,7 +32,6 @@
 wrapper.java.additional.5=-Djava.endorsed.dirs=lib/endorsed
 wrapper.java.additional.6=-Dmime-mappings.xml=conf/mime-mappings.xml
 wrapper.java.additional.7=-Dlog4j.configuration=file:conf/log4j.properties
-wrapper.java.additional.8=-Djava.io.tmpdir=tmp
 
 
 # Initial Java Heap Size (in MB)
@@ -98,7 +97,7 @@
 wrapper.ntservice.displayname=WSO2 WSAS
 
 # Description of the service
-wrapper.ntservice.description=WSO2 Web Services Application Server @wso2wsas_version@, the enterprise ready Web services engine powered by Apache Axis2
+wrapper.ntservice.description=WSO2 Web Services Application Server 2.1, the enterprise ready Web services engine powered by Apache Axis2
 
 
 # Service dependencies.  Add dependencies as needed starting from 1
@@ -108,4 +107,16 @@
 wrapper.ntservice.starttype=AUTO_START
 
 # Allow the service to interact with the desktop.
-wrapper.ntservice.interactive=false
\ No newline at end of file
+wrapper.ntservice.interactive=true
+
+#Setting this property will cause the Wrapper to allocate and display a console 
+# window when running as an NT service. The console will only be visible if 
+# the wrapper.ntservice.interactive  property is also set to true. Defaults to false.
+wrapper.ntservice.console=true
+
+# Specifies the priority at which the Wrapper and its JVM will be run at when 
+# run as an NT service or as a console application. Possible values are 
+# LOW, BELOW_NORMAL, NORMAL, ABOVE_NORMAL, HIGH, and REALTIME. 
+# Defaults to NORMAL. BELOW_NORMAL and ABOVE_NORMAL are not supported on Windows NT, 95 or 98.
+wrapper.ntservice.process_priority=HIGH
+




More information about the Wsas-java-dev mailing list