Set the document root for this Context. This can be either an absolute pathname or a relative pathname. Relative pathnames are relative to the containing Host's appBase. @param docBase The new document root
(String docBase)
| 416 | * @param docBase The new document root |
| 417 | */ |
| 418 | void setDocBase(String docBase); |
| 419 | |
| 420 | |
| 421 | /** |
no outgoing calls
no test coverage detected