org.apache.airavata.server
Class ServerMain
java.lang.Object
org.apache.airavata.server.ServerMain
public class ServerMain
- extends Object
|
Constructor Summary |
ServerMain()
Default Constructor |
|
Method Summary |
static void |
main(String[] args)
|
void |
startTomcat()
This method Starts the Tomcat server. |
void |
stopTomcat()
This method Stops the Tomcat server. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerMain
public ServerMain()
- Default Constructor
startTomcat
public void startTomcat()
throws Exception
- This method Starts the Tomcat server.
- Throws:
Exception
stopTomcat
public void stopTomcat()
throws Exception
- This method Stops the Tomcat server.
- Throws:
Exception
main
public static void main(String[] args)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.