Subversion Repositories bacoAlunos

Rev

Rev 1382 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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