bootstrap |
this instance is used to startup the
See Also:
- instance
+ (FTBootstrap *) bootstrap;
config |
- (FTConfig *) config;
displayCommandlineOptions |
displays all command line options available
- displayCommandlineOptions;
initializeServer |
specify the basis for the data files
See Also:
- setBaseDataDir
- (id <FTServer>) initializeServer;
dataDir
- basis of data files
DELETE - setBaseDataDir: (NSString *) dataDir;
initializeServer |
initialize the server by creating all database structures
- (id <FTServer>) initializeServer;
instance |
this instance is used to startup the
See Also:
- bootstrap
+ (FTBootstrap *) bootstrap;
loadServices |
Internal method to load all services
- loadServices;
readConfiguration |
Reads in the configuration of the server.
- readConfiguration;
Throught the required parameter "-configFile=<ftconfig.xml>" it determines the xml config file which contains all configuration settings
setBaseDataDir |
specify the basis for the data files
See Also:
- initializeServer
- (id <FTServer>) initializeServer;
dataDir
- basis of data files
DELETE - setBaseDataDir: (NSString *) dataDir;
startServer |
start the server. Does nothing if the server is already running
- (id <FTServer>) startServer;
(Last Updated August 27, 2006)