-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeployment.properties
54 lines (36 loc) · 1.15 KB
/
deployment.properties
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# -----------------------------------------------------------------------------
# DEPLOYMENT PROPERTIES
# -----------------------------------------------------------------------------
# Resource directory
rsc.dir=rsc
# Directory for Solver resource files
solver.rsc.dir=${rsc.dir}/solver
# Directory for Derby resource files
derby.rsc.dir=${rsc.dir}/derbydb
# Directory for ActiveMQ resource files
activemq.rsc.dir=${rsc.dir}/activemq
# Path to security policy file
security.policy=${rsc.dir}/cocomermi.policy
# Directory for produced data
var.dir=var
# Directory for the inventory database
derby.var.dir=${var.dir}/derbydb
# Directory for the persistent message store
activemq.var.dir=${var.dir}/activemq
# Directory for the solver temporary files
solver.var.dir=${var.dir}/solver
# Directory for the log files
log.dir=${var.dir}/log
# Directory for application status files
status.dir=${var.dir}/status
# Location of the RMI registry
rmiregistry.host=localhost
rmiregistry.port=1098
# Location of the JNDI naming
jndiprovider.host=localhost
jndiprovider.port=61616
#
# When running applications from the console, this
# property should be set to yes.
#
fork=yes