|
@@ -72,13 +72,14 @@ Embedded Tomcat Configuration
|
|
|
|
|
|
To configure the embedded Tomcat go to the `tomcat/conf`.
|
|
|
|
|
|
-HttpFS preconfigures the HTTP and Admin ports in Tomcat's `server.xml` to 14000 and 14001.
|
|
|
+HttpFS preconfigures the HTTP and Admin ports in Tomcat's `server.xml` to 14000 and 14001, and it binds to all IP addresses on the host.
|
|
|
|
|
|
Tomcat logs are also preconfigured to go to HttpFS's `logs/` directory.
|
|
|
|
|
|
HttpFS default value for the maxHttpHeaderSize parameter in Tomcat's `server.xml` is set to 65536 by default.
|
|
|
|
|
|
The following environment variables (which can be set in HttpFS's `etc/hadoop/httpfs-env.sh` script) can be used to alter those values:
|
|
|
+* HTTPFS\_HTTP\_HOSTNAME
|
|
|
|
|
|
* HTTPFS\_HTTP\_PORT
|
|
|
|