Subversion Repositories bacoAlunos

Rev

Rev 1310 | Rev 1323 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 fvelez 1
##
2
## Properties file to be used with ant build.xml
3
##
4
 
146 jmachado 5
#No Futuro este ponto de acesso usado para publicitar coisas como URL's de Blogs pode deixar de ser diferente da configuracao de servidor
6
site.url=${service.url}
1312 jmachado 7
system.intranet.url=/StartAuthentication.do
8
system.public.url=/
1 fvelez 9
 
1312 jmachado 10
#See src/web/layout/themes/
11
#See src/web/css/
12
 
13
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
14
#system.redirections.policy.authentication.action=/authenticatePae.do
15
 
1 fvelez 16
##database configuration
17
database.host=localhost
18
database.port=3306
19
database.catalog=estgweb
20
database.username=root
21
database.password=
288 jmachado 22
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
1 fvelez 23
hibernate.show.sql=false
24
 
79 jmachado 25
use.ldap=true
1 fvelez 26
 
1312 jmachado 27
################
28
# System Instance Type Specification
29
################
30
#system.theme=estg
31
system.redirections.policy.index.welcome=welcome
32
system.redirections.policy.authentication.action=/authenticate.do
33
authentication.policy.service=Authenticate
34
authentication.policy.username.msg.key=username
35
authentication.policy.password.msg.key=password
36
 
37
system.theme=estg
38
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
39
#system.redirections.policy.authentication.action=/authenticatePae.do
40
#authentication.policy.service=AuthenticatePae
41
#authentication.policy.username.msg.key=username.pae
42
#authentication.policy.password.msg.key=password.pae
43
################
44
#
45
################
46
 
1 fvelez 47
#Paths configuration
48
tomcat.home=C:/Servidores/tomcat
225 jmachado 49
#tomcat 5.5
1 fvelez 50
tomcat.libs.ant.home=${tomcat.home}/server/lib
51
tomcat.libs.common.home=${tomcat.home}/common/lib
225 jmachado 52
#tomcat 6
53
#tomcat.libs.ant.home=${tomcat.home}/lib
54
#tomcat.libs.common.home=${tomcat.home}/lib
1 fvelez 55
 
225 jmachado 56
 
1 fvelez 57
tomcat.host=localhost
58
tomcat.port=8080
59
tomcat.url=http://${tomcat.host}:${tomcat.port}
60
tomcat.manager=${tomcat.url}/manager
61
tomcat.username=admin
62
tomcat.password=admin
63
 
48 fvelez 64
service.url=${tomcat.url}${tomcat.context.path}
65
 
1 fvelez 66
#IF is ROOT use Nothing
67
#example for ROOT:
68
#        tomcat.context.path.install=/
69
#        tomcat.context.path=
70
#
71
#example for /mitra:
72
#        tomcat.context.path.install=/mitra
73
#        tomcat.context.path=/mitra
74
#
75
tomcat.context.path.install=/estgweb
76
tomcat.context.path=/estgweb
77
tomcat.war.file=estgweb.war
78
 
79
 
80
common.lib.dir =../common
81
conf.dir            =conf
82
lib.dir             =lib
504 jmachado 83
data.dir            =/VDATA/BACODATA
385 jmachado 84
src.web             =src/web
1 fvelez 85
src.dir             =src/java
225 jmachado 86
src.scripts         =src/scripts
244 jmachado 87
src.xsd             =src/xsd
1 fvelez 88
hbm.dir             =src/hbm
89
build.dir           =build/ant
90
build.dir.classes   =${build.dir}/classes
91
build.dir.war       =${build.dir}/war
385 jmachado 92
build.dir.jsp       =${build.dir}/jsp
99 jmachado 93
build.dir.ws        =${build.dir}/ws
219 jmachado 94
build.dir.scripts   =${build.dir}/scripts
1 fvelez 95
log.dir             =${data.dir}
96
dist.dir            =dist
97
gen.dir             =gen
98
gen.dir.java        =${gen.dir}/java
99
 
225 jmachado 100
 
214 jmachado 101
intranet.setup.folders.filename=mkcursos.exe
102
intranet.setup.folders.file.src=etc/data/intranet/${intranet.setup.folders.filename}
103
build.dir.relative.intranet.setup.folders=/etc/data/intranet
104
build.dir.relative.intranet.setup.folders.file=${build.dir.relative.intranet.setup.folders}/${intranet.setup.folders.filename}
105
build.dir.intranet.setup.folders.file=${build.dir.classes}${build.dir.relative.intranet.setup.folders}
106
 
1 fvelez 107
#conf files
108
app.properties.filename=app.properties
109
app.properties=${conf.dir}/${app.properties.filename}
110
app.properties.build=${build.dir.classes}/${package.dir}
111
 
112
 
18 jmachado 113
mime.types.filename=mime.types
114
mime.types=${conf.dir}/${mime.types.filename}
115
mime.types.build=${build.dir.classes}/jomm/utils
116
 
1 fvelez 117
hibernate.cfg.xml.filename=hibernate.cfg.xml
118
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
119
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
120
 
121
messages.properties.filename=MessageResourcesAll.properties
122
messages.properties=${conf.dir}/${messages.properties.filename}
123
messages.properties.build=${build.dir.classes}
124
 
125
ldap.properties.filename=ldap.properties
126
ldap.properties=${conf.dir}/${ldap.properties.filename}
127
ldap.properties.build=${build.dir.classes}
128
 
129
jdbc.properties.filename=jdbc.properties
130
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
131
jdbc.properties.build=${build.dir.classes}/${package.dir}
132
 
133
log4j.properties.filename=log4j.properties
134
log4j.properties=${conf.dir}/${log4j.properties.filename}
135
 
136
#log file confirguration
280 jmachado 137
log.file=${data.dir}/../estgweb-local.log
299 jmachado 138
log.level=info
1 fvelez 139
 
29 jmachado 140
#email templates
141
email.templates.dir=/template/email
142
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
143
email.templates.dir.conf=${conf.dir}${email.templates.dir}
144
 
227 jmachado 145
#email templates
146
sms.templates.dir=/template/sms
147
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
148
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}
149
 
215 jmachado 150
#assignement templates
151
assignement.templates.dir=/template/assignement
152
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
153
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}
154
 
1 fvelez 155
#DATA
156
out.dir=${data.dir}/out
157
tmp.dir=${data.dir}/tmp
158
 
159
#Paths of packages configuration
160
package.dir=pt/estgp/estgweb
161
domain.package.dir=${package.dir}/domain
162
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
163
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
164
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
165
dao.impl.package.dir=${dao.interfaces.package.dir}/impl
166
 
167
#Packages configuration
168
package=pt.estgp.estgweb
169
domain.package=${package}.domain
170
dao.interfaces.package=${domain.package}.dao
171
dao.impl.package=${dao.interfaces.package}.impl
172
 
173
#Hibernate Mappings Builder
174
mapping.buider.class=${domain.package}.utils.BuildMappings
175
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java
176
 
219 jmachado 177
#Scripts tools
178
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
179
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
180
scripts.target.libs.file=libs.bat
181
scripts.setenv.file=setenv.bat
182
 
1 fvelez 183
#templates for code generation
184
dao.template.dir=${conf.dir}/template/dao
185
dao.interfaces.template=idao.ftl
186
dao.impl.template=daoimpl.ftl
187
dao.file.pattern=Dao
188
 
99 jmachado 189
#WEB-SERVICES CONFIGURATION
104 jmachado 190
ws.conf.dir=${conf.dir}/web-services
191
 
99 jmachado 192
ws.debug=false
193
ws.keep=true
194
ws.verbose=false
195
ws.extension=true
196
# customization files
197
ws.client.binding.dir=${conf.dir}/web-services/
198
ws.client.binding.file=generic-client.xml
103 jmachado 199
 
99 jmachado 200
ws.client.features=explicitcontext,useonewayoperations
201
#Siges Service Specific Configuration
202
ws.siges.package=pt.ipp.siges.web.services.clients
1017 jmachado 203
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE ONLY FOR BUILD WEB-SERVICES
204
ws.siges.wsdl=http://172.20.100.5:8080/SigesWeb/SiGesWEB.asmx?wsdl
205
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE
206
#ws.siges.wsdl=http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl
109 fvelez 207
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
103 jmachado 208
ws.siges.binding.file=siges-client.xml
104 jmachado 209
 
103 jmachado 210
#Google Service Specific Configuration
104 jmachado 211
 
280 jmachado 212
ws.google.package=com.google.api.ws.clients
1235 jmachado 213
 
214
 
215
ORACLE_SIGES_URL
216
oracle.siges.url=jdbc:oracle:thin:@193.137.229.147:1521:SIGES11
217
oracle.siges.username=dummyChangeInLocal
1312 jmachado 218
oracle.siges.password=dummyChangeInLocal
219
 
220
 
221
##Em testes colocar a true
222
test.control.var=false