Get the service object. Can be used to add more connectors and few other global settings. @return The service
()
| 544 | * @return The service |
| 545 | */ |
| 546 | public Service getService() { |
| 547 | return getServer().findServices()[0]; |
| 548 | } |
| 549 | |
| 550 | /** |
| 551 | * Sets the current host - all future webapps will be added to this host. When tomcat starts, the host will be the |