#include <AxisConfig.h>
Public Methods | |
AxisConfig () | |
~AxisConfig () | |
char * | GetWsddFilePath () |
char * | GetAxisLogPath () |
int | ReadConfFile () |
The purpose of this class is to provide a way so that the server takes the configuration path where the axiscpp.conf lies from the environment variable AXIS_HOME. User has to set this variable pointing the path to axiscpp.conf file. This axiscpp.conf file contains all the configuration paths like wsdd configuration file path, axis log path etc.
|
This is called to get the AxisLog file path.
|
|
This is called to get the server.wsdd file path.
|
|
This method will read from the configuration file called axiscpp.conf which is located in a place defined by AXIS_HOME environment variable.
|