Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 32128e1

Browse files
author
Wenbin Wu
committed
fix base value in topcoder_global.properties.docker
1 parent 2285703 commit 32128e1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

topcoder_global.properties.docker

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
base=/root/direct
2-
libdir=${base}/lib
3-
tcs_libdir=${libdir}/tcs
4-
direct_service_libdir=${libdir}/tcs/ejb
5-
jar_tcs_libdir=${libdir}/tcs
6-
cronos_libdir=${libdir}/tcs
7-
ext_libdir=${libdir}/third_party
8-
jar_ext_libdir==${libdir}/third_party
9-
jboss.home=/data/jboss-4.2.3.GA
10-
jboss_home=${jboss.home}
11-
server.name=default
12-
jboss.config.name=${server.name}
13-
jboss_config_name=${server.name}
14-
jboss_lib=${jboss.home}/server/${server.name}/lib
15-
apache_tcdocs=/mnt/apache/tcdocs
16-
17-
# The svn user, it is optional, then the cached username/password will be used.
18-
# Uncomment and configure these settings if you want to use predefined svn credentials.
19-
#svn.username=xxx
20-
#svn.password=xxx
1+
base=/data
2+
libdir=${base}/lib
3+
tcs_libdir=${libdir}/tcs
4+
direct_service_libdir=${libdir}/tcs/ejb
5+
jar_tcs_libdir=${libdir}/tcs
6+
cronos_libdir=${libdir}/tcs
7+
ext_libdir=${libdir}/third_party
8+
jar_ext_libdir==${libdir}/third_party
9+
jboss.home=/data/jboss-4.2.3.GA
10+
jboss_home=${jboss.home}
11+
server.name=default
12+
jboss.config.name=${server.name}
13+
jboss_config_name=${server.name}
14+
jboss_lib=${jboss.home}/server/${server.name}/lib
15+
apache_tcdocs=/mnt/apache/tcdocs
16+
17+
# The svn user, it is optional, then the cached username/password will be used.
18+
# Uncomment and configure these settings if you want to use predefined svn credentials.
19+
#svn.username=xxx
20+
#svn.password=xxx

0 commit comments

Comments
 (0)