blob: ddf8b69f7273a6e68d9e9c63efc1b072ba516b4a (
plain)
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
|
#
# Common properties, included by common.xml
# Edit this file to reflect your environment.
# local configuration parameters
admin.password=adminadmin
admin.host=localhost
appserver.instance=server
appserver.instance.port=8080
admin.user=admin
admin.port=4848
domain.name=domain1
#jndi.port=3700
#jndi.factory=com.sun.jndi.cosnaming.CNCtxFactory
#jndi.factory=com.sun.jndi.fscontext.RefFSContextFactory
#jndi.provider.url=corbaloc::${admin.host}:${jndi.port}/NameService
#jndi.provider.url=file:c:
# The path seperator for the platform
# Unix - :
# Note for windows add the drive after the seperator
# Windows - ;C:
pathsep=;
# The directory seperator for the platform
# Unix - /
# Windows - \
#
dirsep=/
|