Skip to content
Snippets Groups Projects
Commit 990d636a authored by Daniele Kruse's avatar Daniele Kruse
Browse files

New port number for xroot server

parent 85e19527
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ int CTACopyCmd::sendCommand(const int argc, const char **argv) const {
// formatCommandPath
//------------------------------------------------------------------------------
std::string CTACopyCmd::formatCommandPath(const int argc, const char **argv) const {
std::string cmdPath = "root://localhost//";
std::string cmdPath = "root://localhost:10955//";
std::string arg = encode(std::string(argv[0]));
replaceAll(arg, "/", "_");
//need to add this because xroot removes consecutive slashes, and the
......
......@@ -16,3 +16,6 @@ all.export /
# Turn off asynchronous i/o
xrootd.async off
# Use a port other than 1094, already used by EOS xroot server
xrd.port 10955
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment