Public Member Functions | ||||
| String | getPath () | |||
| It returns the path. | ||||
| void | setPath (String path) | |||
| It sets the path. | ||||
| void | startTomcat () throws Exception | |||
start the tomcat
| ||||
| void | stopTomcat () throws Exception | |||
It stops tomcat
| ||||
Private Attributes | ||||
| Embedded | embedded = null | |||
| The tomcat server object. | ||||
| Host | host = null | |||
| The tomcat host object. | ||||
| String | path = null | |||
| Points to the catalina home path. | ||||
Static Private Attributes | ||||
| static final Logger | LOGGER = Logger.getLogger(TomcatServer.class) | |||
| The logger. | ||||
| void de.fhg.fokus.hss.main.TomcatServer.setPath | ( | String | path | ) |
| void de.fhg.fokus.hss.main.TomcatServer.startTomcat | ( | ) | throws Exception |
start the tomcat
| Exception | if some exception occurs |
| void de.fhg.fokus.hss.main.TomcatServer.stopTomcat | ( | ) | throws Exception |
It stops tomcat
| Exception. |
Embedded de.fhg.fokus.hss.main.TomcatServer.embedded = null [private] |
The tomcat server object.
Host de.fhg.fokus.hss.main.TomcatServer.host = null [private] |
The tomcat host object.
final Logger de.fhg.fokus.hss.main.TomcatServer.LOGGER = Logger.getLogger(TomcatServer.class) [static, private] |
The logger.
String de.fhg.fokus.hss.main.TomcatServer.path = null [private] |
Points to the catalina home path.
1.5.2