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

Commit ad87b67

Browse files
committed
Added file topcoder_global.properties
1 parent 00255b6 commit ad87b67

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ direct.ear
4242
direct.jar
4343
target/
4444
token.properties
45-
topcoder_global.properties
4645
stacktrace.log
4746
/bin/
4847
.DS_Store

topcoder_global.properties

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
base=/root/project
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+
10+
11+
jboss.home=/root/jboss-4.2.3.GA
12+
jboss_home=${jboss.home}
13+
server.name=default
14+
jboss.config.name=${server.name}
15+
jboss_config_name=${server.name}
16+
jboss_lib=${jboss.home}/server/${server.name}/lib

0 commit comments

Comments
 (0)