Can we run domino server “console commands” from java code. For example, i want to write a small java code in which i can run the command “tell diiop dump config” on a particular server; get the response from the server and show it to the user. Is this possible? If yes, can u plz provide some pointers to docs which tell how to do this.
Subject: Can we run domino console commands from java code?
“Program Documents” in domino directory(name.nsf) is a way of executing Domino server console commands/OS commands.You can create a program document from an agent, set it to run at a specified time.
I am not so sure about getting output of these programs. May be you can specify out re-direction to text file using ‘>’. Try it.