Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 24471 invoked from network); 15 Feb 2007 05:50:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 05:50:33 -0000 Received: (qmail 37912 invoked by uid 500); 15 Feb 2007 05:50:31 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 37871 invoked by uid 500); 15 Feb 2007 05:50:31 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 37841 invoked by uid 99); 15 Feb 2007 05:50:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 21:50:31 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 21:50:17 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A89F71A9877; Wed, 14 Feb 2007 21:49:06 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r507826 [16/26] - in /geronimo/sandbox/build-support/libraries/jsw: ./ 3.2.3/ 3.2.3/bin/ 3.2.3/conf/ 3.2.3/doc/ 3.2.3/doc/english/ 3.2.3/doc/english/images/ 3.2.3/doc/english/style/ 3.2.3/jdoc/ 3.2.3/lib/ 3.2.3/logs/ 3.2.3/src/ 3.2.3/src/bi... Date: Thu, 15 Feb 2007 05:48:58 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070215054906.A89F71A9877@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,357 @@ + + + +Java Service Wrapper - wrapper.ntservice.hide-console Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.hide-console Property
+wrapper.ntservice.hide-console Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.hide_console
+ + +

+ This property is ignored unless the Wrapper is being run as an NT service + with the interactive property set to true and should only be needed if + the application's GUI is not being displayed correctly. This will be true + for all versions of Java prior to version 1.4.0. Before playing with + this property, I'll explain the problems involved so you will understand + the Wrapper's behavior. +

+ +

+ When an NT Service is launched with the interactive property set to true, + the service is running in an environment in which a console window does + not exist. In order to capture the console output of a Java application + the Wrapper must create a console for the JVM to use. Normally this console + would be visible to the user along with the Java application's GUI. It + appears as an unresponsive console that can not be closed by the user. + Obviously users would not like having this console around, so the Wrapper + hides it by default. +

+ +

+ Java 1.4.x will correctly show the GUI window even if its console is + hidden so things will work correctly and the Java GUI will be visible. + But earlier versions of Java display their windows using the default window + state for the process, meaning that they too will be hidden. It seems that + users of Java 1.3.x and 1.2.x would also like to be able to display a GUI + while running as a service, so a workaround was added. :-) +

+ +

+ In order to be able to display the Java GUI with older JVMs, the console + can not be hidden by default. If the JVM is launched with the console + visible then it will be able to correctly display its GUI. +

+ +

+ Disabling the feature that hides the console is done by setting the + wrapper.ntservice.hide-console property + to false. This will cause the Wrapper to launch the Java application + along with its Console in a visible state, so the JVM can correctly + display its JVM. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.hide-console=false
+
+ +

+ So what about that ugly black console, you may ask? Well the good news + is that the Wrapper will look for the console window and hide it almost + immediately after the JVM has been launched. This is done so that the + user will not have to stare at it while they are using your application. +

+ +

+ The only problem is that the big black console will flash rather + obviously which may distract users. It was decided to hide the console + by default so that users with newer JVMs would not have to put up with it. +

+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ If any Windows API gurus out there can figure out a way to display the + Java GUI on older JVMs without this work around, I would love to hear it. +

+ +
+
+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ +Reloading + the Wrapper configuration will have no effect on the value of this property. + Changes will not take effect until the Wrapper has been restarted. +

+ +
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-hide-console.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,342 @@ + + + +Java Service Wrapper - wrapper.ntservice.interactive Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.interactive Property
+wrapper.ntservice.interactive Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.interactive
+ + +

+ Setting the interactive property to true will make it possible for + the service to display a GUI and have access to the desktop when run + as a service. The default is false, or a non-interactive service. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.interactive=false
+
+ +

+ Due to the way versions of Java prior to 1.4.0 handle the displaying of + Windows, their GUI may not be visible when running as an NT service with + the interactive property set. To enable the GUI on these JVMs, you will + also need to set the wrapper.ntservice.hide_console + property to true. Please review the hide_console documentation before + setting it. +

+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ On Windows XP, it is possible for multiple users to be logged + in locally at the same time. Windows services only have access + to the desktop of the first user. +

+ +

+ Desktops created with the Remote Desktop tool do not appear to + ever be accessible by interactive services. Other tools which + are actually mirroring the local desktop will have access as + Windows thinks it is rendering the local desktop. +

+ +
+
+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ This property must be set to FALSE if the + wrapper.ntservice.account + property is also set. +

+ +
+
+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ Changes to this property will not take effect until the + service is reinstalled. +

+ +
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-interactive.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,292 @@ + + + +Java Service Wrapper - wrapper.ntservice.load_order_group Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.load_order_group Property
+wrapper.ntservice.load_order_group Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.load_order_group
+ + +

+ Specifies the name of the load ordering group of which the service + will be a member. If no name is specified then the service will + not belong to a group. Defaults to no value. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.load_order_group=WebServices
+
+ +

+ When the service is installed, the Service Manager will assign a + load order group tag. This tag can be used to control the order + that services within a load ordering group are started. +

+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ Changes to this property will not take effect until the + service is reinstalled. +

+ +
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-load-order-group.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,287 @@ + + + +Java Service Wrapper - wrapper.ntservice.name Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.name Property
+wrapper.ntservice.name Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.name
+ + +

+ Name of the NT service when installed. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.name=MyApp
+
+ +
+ + + + +
+

+WARNING +

+
+ +

+ Never change the value of this property while an application + is installed as a service. Doing so will make it impossible + to uninstall the service. Always remove an existing service + before changing the name. The service with the new name can + then safely be reinstalled. +

+ +
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-name.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,535 @@ + + + +Java Service Wrapper - wrapper.ntservice.password Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.password Property
+wrapper.ntservice.password Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.password
+ + +

+ The password of the account specified in + wrapper.ntservice.account. + If the account does not have a password, or if the LocalSystem + account is being used, then this value can be blank. The default + is no password. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.password=secret
+
+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ Changes to this property will not take effect until the + service is reinstalled. +

+ +
+
+ +

+ It is possible to use accounts that do not have a password set by simply + setting the password to an empty string or ommitting the property all + together. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.password=
+
+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ Under Windows XP and Windows 2000 SP3 and above, by default, + the system will not allow services to be run for accounts which do not + have a password set. +

+ +

+ To make it possible to run as an account without a password, you need to + disable the "Accounts: Limit local account use of blank password to + console logon only." setting. Go to the Administrative Tools folder in + your control panel. Open the Local Security Policy applet. Expand Local + Policy and then click on Security Options. On the right side you will + find the above setting. Right click to access its properties dialog + and then disable it. +

+ +

+ Note that the Local Security Policy applet does not appear to be + available on Home versions of Windows 2000 and XP. It is thus not + possible to run a service as a specific account under those versions + of Windows. +

+ +
+
+ +

+ Some users have expressed concern about having a plain text password + stored in the wrapper.conf file. There are a few options available + for avoiding this problem. The + wrapper.ntservice.password is not + required once the Wrapper has been installed as a service. +

+ +
    + +
  • + +

    + The most obvious solution is to simply delete the property + from the wrapper.conf file after the service has been installed. + This has the obvious drawback of requiring a user to manually + modify the file. +

    + +
  • + +
  • + +

    + Another option is to create a second configuration file called + password.conf as follows: +

    + + + + + + + + +
    password.conf
    +
    wrapper.ntservice.password=secret
    +
    + +

    + The actual wrapper.conf file is then modified to include the + password file rather than declaring the property directly: +

    + + + + + + + + +
    wrapper.conf
    +
    wrapper.ntservice.name=myapp
    +wrapper.ntservice.account=myuser
    +#include ../conf/password.conf
    +
    + +

    + See the Cascading Configuration Files + page for a full explanation of how include files work. The key point + is that they are optional, meaning that once the wrapper has been + installed as a service, the password file can simply be deleted. +

    + +
  • + +
  • + +

    + A third option is to modify the batch file used to install the + Wrapper so that it prompts the user for a password and then + installs the Wrapper using the following command. +

    + + + + + +
    +
    Wrapper.exe -i ..\conf\wrapper.conf wrapper.ntservice.password=%PASSWORD%
    +
    + +

    + Versions prior to 3.2.0 would store all properties specified in the command + line within the registry in plain text. This security hole has been fixed + by special casing the wrapper.ntservice.password property and omitting it + from the values stored in the registry. +

    + +
  • + +
  • + +

    + A fourth option is to have the Wrapper prompt the user for a password when + installing the Wrapper as a service using the + wrapper.ntservice.password.prompt + property described below. +

    + +
  • + +
+ +
+ + + + + + + + + + + + +
wrapper.ntservice.password.prompt
+ + +

+ If set, the wrapper.ntservice.password.prompt + property will cause the Wrapper to ignore any value specified with the + wrapper.ntservice.password property + and then prompt the user for a password when installing as a service. + This has the benefit of being secure in that the password is never + recorded anyplace other than within the Windows Service Manager. The + default is FALSE. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.password.prompt=TRUE
+
+ +

+ When the Wrapper is launched with the -i command, the Wrapper will display + the following to the console, prompting the user for an account password. + This example assumes that the wrapper.ntservice.account property is set to + ".\wrapper". +

+ + + + + + + + +
Example:
+
Please input the password for account '.\wrapper':
+
+ +
+ + + + + + + + + + + + +
wrapper.ntservice.password.prompt.mask
+ + +

+ By default the Wrapper will mask a password being entered at a password + prompt. Setting the wrapper.ntservice.password.prompt.mask + property to false will cause the password to be visible in the console. + The default is true. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.password.prompt.mask=FALSE
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-password.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,307 @@ + + + +Java Service Wrapper - wrapper.ntservice.pausable.stop_jvm Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.pausable.stop_jvm Property
+wrapper.ntservice.pausable.stop_jvm Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.pausable.stop_jvm
+ + +

+ Setting the pausable property to true will cause the JVM to be + shutdown until the service is resumed or stopped. If, on the other + hand, it is false, the JVM will contine to run normally and the + Wrapper will send a service control event to the Wrapper. + The default is true. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.pausable.stop_jvm=true
+
+ +

+ This property has no effect unless the + wrapper.ntservice.pausable + property is also set. +

+ +

+ To receive and handle the service control events in a JVM that is + left running, it is necessary to implement code like the following. + This example creates and registers a WrapperEventListener which is + flagged to only receive service events. +

+ + + + + + + + +
Example:
+
WrapperManager.addWrapperEventListener( new WrapperEventListener() {
+    public void fired( WrapperEvent event ) {
+       if ( event instanceof WrapperServiceControlEvent ) {
+          WrapperServiceControlEvent scEvent = (WrapperServiceControlEvent)event;
+          switch ( scEvent.getServiceControlCode() ) {
+          case WrapperManager.SERVICE_CONTROL_CODE_PAUSE:
+             myPauseCallback();
+             break;
+          case WrapperManager.SERVICE_CONTROL_CODE_CONTINUE:
+             myContinueCallback();
+             break;
+          }
+       }
+    }
+}, WrapperEventListener.EVENT_FLAG_SERVICE );
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable-stop-jvm.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html?view=auto&rev=507826 ============================================================================== --- geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html (added) +++ geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html Wed Feb 14 21:48:50 2007 @@ -0,0 +1,293 @@ + + + +Java Service Wrapper - wrapper.ntservice.pausable Property + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + +
+ + +

+Hosted by: +
+SourceForge +
+

+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + +
wrapper.ntservice.pausable Property
+wrapper.ntservice.pausable Property + + + + + + + + + + + + + +
Configuration Property Overview
+ + + + +
+ + + + + + + + + + + + +
wrapper.ntservice.pausable
+ + +

+ Setting the pausable property to true will make it possible to pause + and resume the service from the service control panel as well as + from the command line. The default is false. +

+ + + + + + + + +
Example:
+
wrapper.ntservice.pausable=false
+
+ +

+ When the service is paused it will either stop the JVM or send it a + service control signal to pause the JVM application internally. The + wrapper.ntservice.pausable.stop_jvm + property controls which pause mode will be used. +

+ +
+ + + + +
+

+NOTE MEG +

+
+ +

+ Changes to this property will not take effect until the + service is reinstalled. +

+ +
+
+ +
+ +
+

+by Leif Mortenson +

+
+
+
+
+ + + + +
+ last modified: +
+ + Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/sandbox/build-support/libraries/jsw/3.2.3/doc/english/prop-ntservice-pausable.html ------------------------------------------------------------------------------ svn:mime-type = text/html