forked from computer-developers/Program-Tester
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.txt
More file actions
25 lines (25 loc) · 781 Bytes
/
config.txt
File metadata and controls
25 lines (25 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Local
working_dir :- resources\
problem_dir :- resources\ProbDef\
source_data_dir :- resources\Data\
local_logger_dir :- resources\temp\log\
#parallel_execution :- false
parallel_thread :- 4
# RMI Regisrty
rmi_port :- 8686
# Main Server
main_server :- rmi://127.0.0.1:8686/main
main_data_server :- rmi://127.0.0.1:8686/mainDataSer
main_remote_logger :- rmi://127.0.0.1:8686/logger
user_details :- resources\userdetails.txt
# Main Data Server
#problem_dir :- resources\ProbDef\
#source_data_dir :- resources\Data\
# Remote logger
#main_remote_logger :- rmi://localhost:8686/logger
#main_server :- rmi://localhost:8686/main
# Remote client
#main_server :- rmi://localhost:8686/main
# Data server
#main_server :- rmi://localhost:8686/main
data_server :- rmi://127.0.0.1:8686/dataSer