Subversion Repositories bacoAlunos

Rev

Rev 1327 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1327 Rev 1382
1
##
1
##
2
## Properties file to be used with ant build.xml
2
## Properties file to be used with ant build.xml
3
##
3
##
4
 
4
 
-
 
5
env.JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
-
 
6
 
5
##database configuration
7
##database configuration
6
database.host=localhost
8
database.host=localhost
7
database.port=3306
9
database.port=3306
8
database.catalog=estgweb
10
database.catalog=estgweb
9
database.username=root
11
database.username=root
10
database.password=
12
database.password=
11
hibernate.show.sql=false
13
hibernate.show.sql=false
12
 
14
 
13
use.ldap=true
15
use.ldap=true
14
 
16
 
15
#Paths configuration
17
#Paths configuration
16
tomcat.home=C:/Servidores/apache-tomcat-6.0.16
18
tomcat.home=C:/Servidores/apache-tomcat-6.0.16
17
tomcat.libs.ant.home=${tomcat.home}/lib
19
tomcat.libs.ant.home=${tomcat.home}/lib
18
tomcat.libs.common.home=${tomcat.home}/lib
20
tomcat.libs.common.home=${tomcat.home}/lib
19
 
21
 
20
 
22
 
21
tomcat.host=localhost
23
tomcat.host=localhost
22
tomcat.port=8080
24
tomcat.port=8080
23
tomcat.url=http://${tomcat.host}:${tomcat.port}
25
tomcat.url=http://${tomcat.host}:${tomcat.port}
24
tomcat.manager=${tomcat.url}/manager
26
tomcat.manager=${tomcat.url}/manager
25
tomcat.username=admin
27
tomcat.username=admin
26
tomcat.password=admin
28
tomcat.password=admin
27
 
29
 
28
#IF is ROOT use Nothing
30
#IF is ROOT use Nothing
29
#example for ROOT:
31
#example for ROOT:
30
#        tomcat.context.path.install=/
32
#        tomcat.context.path.install=/
31
#        tomcat.context.path=
33
#        tomcat.context.path=
32
#
34
#
33
#example for /mitra:
35
#example for /mitra:
34
#        tomcat.context.path.install=/baco
36
#        tomcat.context.path.install=/baco
35
#        tomcat.context.path=/baco
37
#        tomcat.context.path=/baco
36
#
38
#
37
tomcat.context.path.install=/baco
39
tomcat.context.path.install=/baco
38
tomcat.context.path=/baco
40
tomcat.context.path=/baco
39
tomcat.war.file=baco.war
41
tomcat.war.file=baco.war
40
 
42
 
41
 
43
 
42
#EMAIL SERVER SMTP GOOGLE
44
#EMAIL SERVER SMTP GOOGLE
43
email.password=DUMMY_PASSWORD_GMAIL
45
email.password=DUMMY_PASSWORD_GMAIL
44
##Em testes colocar a true
46
##Em testes colocar a true
45
test.control.var=true
47
test.control.var=true
46
 
48
 
47
oracle.siges.username=dummyChangeInLocal
49
oracle.siges.username=dummyChangeInLocal
48
oracle.siges.password=dummyChangeInLocal
50
oracle.siges.password=dummyChangeInLocal