Initialize the server given the specified configuration source. The server will be loaded according to the Tomcat configuration files contained in the source (server.xml, web.xml, context.xml, SSL certificates, etc). If no configuration source is specified, it will use the default locations for thes
(ConfigurationSource source)
| 404 | * @param source The configuration source |
| 405 | */ |
| 406 | public void init(ConfigurationSource source) { |
| 407 | init(source, null); |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Initialize the server given the specified configuration source. The server will be loaded according to the Tomcat |