| |
|
| java.lang.Object com.rift.coad.daemon.tomcat.TomcatWrapper
TomcatWrapper | public class TomcatWrapper (Code) | | This object is responsible for wrappping the tomcat startup
author: brett chaldecott |
Method Summary | |
public void | loadWar(File war) This method will load the specified war file. | public void | stop() | public void | unloadWar(File war) This method unloads the given war file. |
loadWar | public void loadWar(File war)(Code) | | This method will load the specified war file.
|
stop | public void stop()(Code) | | This method is called to stop tomcat
|
unloadWar | public void unloadWar(File war)(Code) | | This method unloads the given war file.
Parameters: war - The ware file object. |
|
|
|