com.sun.grizzly.http.servlet.deployer.conf
Class DeployerConfiguration

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.conf.DeployerConfiguration

public class DeployerConfiguration
extends Object

Configuration of GrizzlyWebServerDeployer.

Author:
Hubert Iwaniuk, Sebastien Dionne

Field Summary
 boolean ajpEnabled
           
 boolean cometEnabled
           
 String forcedContext
           
 boolean forceWarDeployment
           
 String libraryPath
           
 String locations
           
 int port
           
 boolean waitToStart
           
 String webdefault
           
 boolean websocketsEnabled
           
 
Constructor Summary
DeployerConfiguration()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

locations

public String locations

port

public int port

forcedContext

public String forcedContext

waitToStart

public boolean waitToStart

libraryPath

public String libraryPath

webdefault

public String webdefault

cometEnabled

public boolean cometEnabled

forceWarDeployment

public boolean forceWarDeployment

ajpEnabled

public boolean ajpEnabled

websocketsEnabled

public boolean websocketsEnabled
Constructor Detail

DeployerConfiguration

public DeployerConfiguration()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.