please advice in following problem.
there is UNIX server. I have 3 separate commands which I can do in UNIX server:
1. java com.documentum.server.impl.utils.TestConnection SERVER_NAME PORT_NUMBER do_method
2. dmqdocbroker -t SERVER_NAME -p PORT_NUMBER -c getserver
3. dmqdocbroker -t SERVER_NAME -p PORT_NUMBER -c getservermap <REPOSITORY_NAME>
Note: dmqdocbroker - shell script.
I want to include 3 commands into one java class and each command's output to be written to separate log file. But i don't know how to implement it.
Also, could you please advice how it can be checked in eclipse?
Please advice.
With regards!