|
| Property |
Default |
Description |
| host |
0.0.0.0 |
An IP address to bind to. |
| port |
60222 |
Port to listen at. |
| maxIdleTime |
200000 |
The maximum period in milliseconds that a connection may be idle before it is closed. |
| lowResourceMaxIdleTime |
-1 |
Set the period in ms that a connection is allowed to be idle when this there are more than lowResourcesConnections connections. This allows the server to rapidly close idle connections in order to gracefully handle high load situations. |
| lowResourcesConnections |
0 |
Set the number of connections, which if exceeded places this manager in low resources state. This is not an exact measure as the connection count is averaged over the select sets |
| webappsDir |
MULE_HOME/webapps |
Directory where .war files or exploded apps should be placed |
| scanInterval |
10 |
The period in second between scans for changed configuration files. A zero or negative interval disables hot deployment |
| configFile |
null |
Jetty Server configuration file. Used this for fine tuning jetty container. |
| parentFirstClassLoaderPolicy |
true |
Set this to true if you want webapp classloader to use parent-first policy. That is to be java2 compliant. |
|
|
|