startServer
public static void startServer(java.lang.String file,
java.lang.String command)
The server is launched in a terminal in order to display logs. Currently the method has some problems of compatibility with OS like mac and is dependant of one's
configuration.
A bash script is provided in Unix systems to display logs in a terminal rather than in a background process. Is is possible to launch a shell script for windows when
"server_debug" is set to 1 in the config file.
- Parameters:
file
- to launch from the terminal. It is possible to specify parameters.
command
- to use in a terminal.