Hi,
Is is possible to browse any server-local .root file remotely using THttpServer without opening a file explicitly using TFile::Open(...)?
Hi,
Is is possible to browse any server-local .root file remotely using THttpServer without opening a file explicitly using TFile::Open(...)?
something like this? https://root.cern/js/latest/?file=../files/hsimple.root
See the documentation, especially Reading ROOT files from other servers and JSROOT with THttpServer
Indeed, this worked. I needed to use currentdir/ to refer to server’s files.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.