Package org.kawanfw.sql
Class WebServer
java.lang.Object
org.kawanfw.sql.WebServer
public class WebServer extends Object
AceQL Web Server start and stop with command line.
- Author:
- Nicolas de Pomereu
-
Method Summary
-
Method Details
-
main
public static void main(String[] args) throws org.apache.commons.cli.ParseException, IOException, ConnectException, DatabaseConfigurationExceptionStarts or stops the AceQL Web Server.- Parameters:
args
- the arguments of Web Server start/stop.- Throws:
org.apache.commons.cli.ParseException
- if any Exception when parsing command lineIOException
- if any I/O ExceptionConnectException
- if server is unable to connect to specified or default 9090 portDatabaseConfigurationException
- if any error in configuration properties file
-