The Protocols page opens.
The New Protocol page opens.
This option is disabled by default. If you enable security, you can use the SSL tab of the Edit Protocol page to modify the security settings.
This name is the alias name if your server uses an alias. If your server does not use an alias, leave this field blank.
This value affects URLs the server automatically generates; it does not affect the URLs for directories and files stored in the server. If your server uses an alias, the server-name should be the alias name. If a colon and port number are appended, that port is used in URLs the server sends to the client.
The default value is com.sun.grizzly.tcp.StaticResourcesAdapter.
Use the Virtual Servers page to define virtual servers.
The Keep-Alive subsystem periodically polls idle connections. The default value is 250.
Set this property to 1 to disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining. A value of 0 means requests are always rejected. A value of –1 sets no limit to the number of keep-alive connections.
The Enterprise Server automatically redirects the request if these two conditions exist:
The network listener that references this protocol is supporting non-SSL requests.
A request is received for which a matching security constraint requires SSL transport.
If a redirect port is not specified, the Enterprise Server uses the port number specified in the original request. By default, no port is specified.
The default value is 8192 bytes.
The default value is 8192 bytes.
The default value is 2097152 bytes.
This value must be set if the Compression Enabled checkbox is selected. (set to on or force) The default value is 2048 bytes.
This field is applicable only if the Upload Timeout Disabled checkbox is selected. The default value is 30000 milliseconds.
If the request is not processed before the timeout value is reached, the request is ignored. The default value is 30 seconds.
A value of 0 or less means that keep-alive connections are kept open indefinitely. The default value is 30 seconds.
By default, this value is an empty string.
If no user agents are specified, HTTP compression is applied to all user agents. By default, no user agents are specified.
The value must be a valid IANA character set name. The default value is UTF-8.
The default value is HTTP/1.1.
The default value is text/html,text/xml,text/plain.
By default, this option is disabled. If your servlet or JSP page uses Comet technology, make sure it is initialized when the Enterprise Server starts up by adding the load-on-startup element to your web.xml file. For example:
<servlet> <servlet-name>CheckIn</servlet-name> <servlet-class>CheckInServlet</servlet-class> <load-on-startup>0</load-on-startup> </servlet>
If this option is disabled, servlet connections do not time out. This option is disabled by default.
This option is disabled by default.
This option is disabled by default.
If this option is disabled, the Enterprise Server is less susceptible to cross-site scripting attacks. This option is enabled by default.
Available values are:
Disables compression. This value is the default.
Compresses data.
Forces data compression in all cases.
Specifies the minimum amount of data required before the output is compressed.
If the content-length is not known, the output is compressed only if compression is set to on or force.
This option is disabled by default.
This option is enabled by default.
This option is enabled by default.
This option is enabled by default.
This parameter controls how long cached information is used after a file has been cached. An entry older than the maximum age is replaced by a new entry for the same file. If your content changes infrequently, increase this value for improved performance.
The optimum maximum age depends on whether existing files are modified regularly. For example, if files are modified four times a day at regular intervals, consider setting the maximum age to 21600 seconds (6 hours). Otherwise, consider setting the maximum age to the longest time for which you are willing to serve the previous version of a file after the file has been modified.
The default value is 30.
The default value is 10485760.
If the value is too big, the server caches little-needed files, which wastes memory. If the value is too small, the benefit of caching is lost. Try different values of this attribute to find the optimal solution for specific applications.
The default value is 1024.
After you create a protocol, you can create a network listener that uses the protocol.