Returns the configured base (instance) directory. If not set, the value from #getCatalinaHome() is used. Note that home and base may be the same (and are by default). @return the configured base directory
()
| 178 | * @return the configured base directory |
| 179 | */ |
| 180 | File getCatalinaBase(); |
| 181 | |
| 182 | /** |
| 183 | * Set the configured base (instance) directory. Note that home and base may be the same (and are by default). |
no outgoing calls