|
OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
#include <signal.h>#include <unistd.h>#include <grp.h>#include <pwd.h>#include <iostream>#include <fstream>#include <sstream>#include <cstdlib>#include "config.h"#include "ServerApp.h"#include "ServerExitConditions.h"#include "TheBESKeys.h"#include "BESLog.h"#include "SocketListener.h"#include "TcpSocket.h"#include "UnixSocket.h"#include "BESServerHandler.h"#include "BESError.h"#include "PPTServer.h"#include "BESMemoryManager.h"#include "BESDebug.h"#include "BESServerUtils.h"#include "BESDefaultModule.h"#include "BESXMLDefaultCommands.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 677 of file ServerApp.cc.
References BESError::get_message(), and BESBaseApp::main().
