Skip to content

Commit

Permalink
0001105: Add new web.xml setting that controls whether the symmetric …
Browse files Browse the repository at this point in the history
…engine(s) are started
  • Loading branch information
chenson42 committed Mar 11, 2013
1 parent 08b08ee commit 3c753cf
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -28,6 +28,8 @@ public class WebConstants {

public static final String METHOD_HEAD = "HEAD";

public static final String INIT_PARAM_AUTO_START = "autoStart";

public static final String INIT_PARAM_MULTI_SERVER_MODE = "multiServerMode";

public static final String INIT_PARAM_DEPLOYMENT_TYPE = "deploymentType";
Expand Down

0 comments on commit 3c753cf

Please sign in to comment.