-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated comment to reflect changes from previous commit
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,10 @@ | |
* | ||
* <b>CAUTION</b><br><br> | ||
* You should not use this class when deploying the application as a J2EE servlet as it may interfere with other servlets running in the same VM. | ||
* To enable this feature you have to provide the following start parameter to the java VM: | ||
* To disable this feature you have to provide the following start parameter to the java VM: | ||
* | ||
* <code> | ||
* -Der.extensions.ERXApplication.enableERXShutdownHook=true | ||
* -Der.extensions.ERXApplication.enableERXShutdownHook=false | ||
* </code><br> | ||
* | ||
* @author Maik Musall, [email protected] | ||
|