Subversion Repositories bacoAlunos

Rev

Rev 1830 | 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
 
1382 jmachado 5
env.JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
146 jmachado 6
#No Futuro este ponto de acesso usado para publicitar coisas como URL's de Blogs pode deixar de ser diferente da configuracao de servidor
7
site.url=${service.url}
1844 jmachado 8
 
1312 jmachado 9
system.intranet.url=/StartAuthentication.do
10
system.public.url=/
1 fvelez 11
 
1312 jmachado 12
#See src/web/layout/themes/
13
#See src/web/css/
14
 
15
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
16
#system.redirections.policy.authentication.action=/authenticatePae.do
17
 
1 fvelez 18
##database configuration
19
database.host=localhost
20
database.port=3306
21
database.catalog=estgweb
22
database.username=root
23
database.password=
288 jmachado 24
database.connection.url=jdbc:mysql://${database.host}:${database.port}/${database.catalog}?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
1 fvelez 25
hibernate.show.sql=false
26
 
79 jmachado 27
use.ldap=true
1 fvelez 28
 
1324 jmachado 29
 
30
ionline.user=ionlineDummyUser
31
ionline.pass=ionlineDummyPass
32
 
1312 jmachado 33
################
34
# System Instance Type Specification
35
################
1394 jmachado 36
mode.pae.enabled=false
1323 jmachado 37
system.theme=estg
1312 jmachado 38
system.redirections.policy.index.welcome=welcome
39
system.redirections.policy.authentication.action=/authenticate.do
1387 jmachado 40
system.redirections.policy.authentication.logout.action=/Logout.do
1312 jmachado 41
authentication.policy.service=Authenticate
42
authentication.policy.username.msg.key=username
43
authentication.policy.password.msg.key=password
1455 jmachado 44
system.mail.standard.certificated.home.page=/user/home.do
1830 jmachado 45
system.wsjson.service.course.report.quest.result.api=http://pae.ipportalegre.pt/wsjson/api/app/ws-course-pedagogic-results-list
46
system.wsjson.service.course.units.reports.api=http://localhost/wsjson/api/app/ws-units-report-list
47
system.wsjson.service.course.units.dtp.stats.api=http://localhost/wsjson/api/app/ws-units-dtp-stats
1312 jmachado 48
 
1830 jmachado 49
 
1394 jmachado 50
#mode.pae.enabled=true
1323 jmachado 51
#system.theme=ipp
1312 jmachado 52
#system.redirections.policy.index.welcome=welcomePedagogicSurvey
53
#system.redirections.policy.authentication.action=/authenticatePae.do
54
#authentication.policy.service=AuthenticatePae
55
#authentication.policy.username.msg.key=username.pae
56
#authentication.policy.password.msg.key=password.pae
1830 jmachado 57
#system.mail.standard.certificated.home.page=/user/homePae.do
58
#system.wsjson.service.course.report.quest.result.api=http://127.0.0.1/baco/wsjson/api/app/ws-course-pedagogic-results-list
59
#system.wsjson.service.course.units.reports.api=http://deptal.estgp.pt/wsjson/api/app/ws-units-report-list
60
#system.wsjson.service.course.units.dtp.stats.api=http://deptal.estgp.pt/wsjson/api/app/ws-units-dtp-stats
1312 jmachado 61
################
62
#
63
################
64
 
1 fvelez 65
#Paths configuration
66
tomcat.home=C:/Servidores/tomcat
225 jmachado 67
#tomcat 5.5
1 fvelez 68
tomcat.libs.ant.home=${tomcat.home}/server/lib
69
tomcat.libs.common.home=${tomcat.home}/common/lib
225 jmachado 70
#tomcat 6
71
#tomcat.libs.ant.home=${tomcat.home}/lib
72
#tomcat.libs.common.home=${tomcat.home}/lib
1 fvelez 73
 
225 jmachado 74
 
1 fvelez 75
tomcat.host=localhost
76
tomcat.port=8080
77
tomcat.url=http://${tomcat.host}:${tomcat.port}
78
tomcat.manager=${tomcat.url}/manager
79
tomcat.username=admin
80
tomcat.password=admin
81
 
1844 jmachado 82
#URL PARA SERVICOS DE ABERTURA DE IMAGENS PARA PDF'S POR EXEMPLO
48 fvelez 83
service.url=${tomcat.url}${tomcat.context.path}
84
 
1 fvelez 85
#IF is ROOT use Nothing
86
#example for ROOT:
87
#        tomcat.context.path.install=/
88
#        tomcat.context.path=
89
#
90
#example for /mitra:
91
#        tomcat.context.path.install=/mitra
92
#        tomcat.context.path=/mitra
93
#
94
tomcat.context.path.install=/estgweb
95
tomcat.context.path=/estgweb
96
tomcat.war.file=estgweb.war
97
 
98
 
99
common.lib.dir =../common
100
conf.dir            =conf
101
lib.dir             =lib
504 jmachado 102
data.dir            =/VDATA/BACODATA
385 jmachado 103
src.web             =src/web
1 fvelez 104
src.dir             =src/java
225 jmachado 105
src.scripts         =src/scripts
244 jmachado 106
src.xsd             =src/xsd
1 fvelez 107
hbm.dir             =src/hbm
108
build.dir           =build/ant
109
build.dir.classes   =${build.dir}/classes
110
build.dir.war       =${build.dir}/war
385 jmachado 111
build.dir.jsp       =${build.dir}/jsp
99 jmachado 112
build.dir.ws        =${build.dir}/ws
219 jmachado 113
build.dir.scripts   =${build.dir}/scripts
1 fvelez 114
log.dir             =${data.dir}
115
dist.dir            =dist
116
gen.dir             =gen
117
gen.dir.java        =${gen.dir}/java
118
 
225 jmachado 119
 
214 jmachado 120
intranet.setup.folders.filename=mkcursos.exe
121
intranet.setup.folders.file.src=etc/data/intranet/${intranet.setup.folders.filename}
122
build.dir.relative.intranet.setup.folders=/etc/data/intranet
123
build.dir.relative.intranet.setup.folders.file=${build.dir.relative.intranet.setup.folders}/${intranet.setup.folders.filename}
124
build.dir.intranet.setup.folders.file=${build.dir.classes}${build.dir.relative.intranet.setup.folders}
125
 
1 fvelez 126
#conf files
127
app.properties.filename=app.properties
128
app.properties=${conf.dir}/${app.properties.filename}
129
app.properties.build=${build.dir.classes}/${package.dir}
130
 
131
 
18 jmachado 132
mime.types.filename=mime.types
133
mime.types=${conf.dir}/${mime.types.filename}
134
mime.types.build=${build.dir.classes}/jomm/utils
135
 
1325 jmachado 136
 
1 fvelez 137
hibernate.cfg.xml.filename=hibernate.cfg.xml
1325 jmachado 138
olap.cfg.xml.filename=olap.cfg.xml
1 fvelez 139
hibernate.cfg.xml=${conf.dir}/${hibernate.cfg.xml.filename}
1325 jmachado 140
olap.cfg.xml=${conf.dir}/${olap.cfg.xml.filename}
1 fvelez 141
hibernate.cfg.xml.build=${build.dir.classes}/${package.dir}
1325 jmachado 142
olap.cfg.xml.build=${build.dir.classes}/${package.dir}
1 fvelez 143
 
144
messages.properties.filename=MessageResourcesAll.properties
145
messages.properties=${conf.dir}/${messages.properties.filename}
146
messages.properties.build=${build.dir.classes}
147
 
148
ldap.properties.filename=ldap.properties
149
ldap.properties=${conf.dir}/${ldap.properties.filename}
150
ldap.properties.build=${build.dir.classes}
151
 
152
jdbc.properties.filename=jdbc.properties
153
jdbc.properties=${conf.dir}/${jdbc.properties.filename}
154
jdbc.properties.build=${build.dir.classes}/${package.dir}
155
 
1325 jmachado 156
jdbc.olap.properties.filename=jdbcOlap.properties
157
jdbc.olap.properties=${conf.dir}/${jdbc.olap.properties.filename}
158
jdbc.olap.properties.build=${build.dir.classes}/${package.dir}
159
 
160
 
1 fvelez 161
log4j.properties.filename=log4j.properties
162
log4j.properties=${conf.dir}/${log4j.properties.filename}
163
 
164
#log file confirguration
1375 jmachado 165
log.file=${data.dir}/../bacov3-local.log
299 jmachado 166
log.level=info
1 fvelez 167
 
29 jmachado 168
#email templates
169
email.templates.dir=/template/email
170
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
171
email.templates.dir.conf=${conf.dir}${email.templates.dir}
172
 
1431 jmachado 173
##If RoundRobin is false will use email.from property in from address
1432 jmachado 174
email.server=smtp.gmail.com
1431 jmachado 175
email.from=baco@estgp.pt
176
email.use.round.robin=true
177
#If not set will not use any security, only for localhost
178
email.use.security=true
1327 jmachado 179
#EMAIL SERVER SMTP GOOGLE
180
email.password=DUMMY_PASSWORD_GMAIL
1426 jmachado 181
email.user.prefix=bacodev
182
email.user.sufix=@estgp.pt
1459 jmachado 183
email.user.count=10
1327 jmachado 184
 
227 jmachado 185
#email templates
186
sms.templates.dir=/template/sms
187
sms.templates.dir.build=${build.dir.classes}${sms.templates.dir}
188
sms.templates.dir.conf=${conf.dir}${sms.templates.dir}
189
 
215 jmachado 190
#assignement templates
191
assignement.templates.dir=/template/assignement
192
assignement.templates.dir.build=${build.dir.classes}${assignement.templates.dir}
193
assignement.templates.dir.conf=${conf.dir}${assignement.templates.dir}
194
 
1 fvelez 195
#DATA
196
out.dir=${data.dir}/out
197
tmp.dir=${data.dir}/tmp
198
 
199
#Paths of packages configuration
200
package.dir=pt/estgp/estgweb
201
domain.package.dir=${package.dir}/domain
202
dao.hbm.package.dir=${hbm.dir}/${domain.package.dir}
203
dao.domain.package.dir=${gen.dir.java}/${domain.package.dir}
204
dao.interfaces.package.dir=${dao.domain.package.dir}/dao
205
dao.impl.package.dir=${dao.interfaces.package.dir}/impl
206
 
207
#Packages configuration
208
package=pt.estgp.estgweb
209
domain.package=${package}.domain
210
dao.interfaces.package=${domain.package}.dao
211
dao.impl.package=${dao.interfaces.package}.impl
212
 
213
#Hibernate Mappings Builder
214
mapping.buider.class=${domain.package}.utils.BuildMappings
215
mapping.buider.class.file=${domain.package.dir}/utils/BuildMappings.java
216
 
219 jmachado 217
#Scripts tools
218
scripts.buider.class=jomm.utils.DosJarIncludePathGenerator
219
scripts.buider.class.file=jomm/utils/DosJarIncludePathGenerator.java
220
scripts.target.libs.file=libs.bat
221
scripts.setenv.file=setenv.bat
222
 
1775 jmachado 223
#JSP Interfaces Json Config Builder
224
jsp.interfaces.web.json.class=${package}.web.utils.JspInterfacesJsonGen
225
jsp.interfaces.web.json.class.file=${package.dir}/web/utils/JspInterfacesJsonGen.java
226
 
1791 jmachado 227
soa.services.json.class=${package}.services.ServiceFinder
228
soa.services.json.class.file=${package.dir}/services/ServiceFinder.java
229
 
1 fvelez 230
#templates for code generation
231
dao.template.dir=${conf.dir}/template/dao
232
dao.interfaces.template=idao.ftl
233
dao.impl.template=daoimpl.ftl
234
dao.file.pattern=Dao
235
 
99 jmachado 236
#WEB-SERVICES CONFIGURATION
104 jmachado 237
ws.conf.dir=${conf.dir}/web-services
238
 
99 jmachado 239
ws.debug=false
240
ws.keep=true
241
ws.verbose=false
242
ws.extension=true
243
# customization files
244
ws.client.binding.dir=${conf.dir}/web-services/
245
ws.client.binding.file=generic-client.xml
103 jmachado 246
 
99 jmachado 247
ws.client.features=explicitcontext,useonewayoperations
248
#Siges Service Specific Configuration
249
ws.siges.package=pt.ipp.siges.web.services.clients
1017 jmachado 250
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE ONLY FOR BUILD WEB-SERVICES
251
ws.siges.wsdl=http://172.20.100.5:8080/SigesWeb/SiGesWEB.asmx?wsdl
252
#DONT USE ANY MORE NOW IS IN CONFIGURATION DATABASE
253
#ws.siges.wsdl=http://localhost:8080/SigesWeb/SiGesWEB.asmx?wsdl
109 fvelez 254
ws.siges.target.namespace=http://www.ipportalegre.pt/siges/web/services
103 jmachado 255
ws.siges.binding.file=siges-client.xml
104 jmachado 256
 
103 jmachado 257
#Google Service Specific Configuration
104 jmachado 258
 
280 jmachado 259
ws.google.package=com.google.api.ws.clients
1235 jmachado 260
 
261
 
262
ORACLE_SIGES_URL
263
oracle.siges.url=jdbc:oracle:thin:@193.137.229.147:1521:SIGES11
264
oracle.siges.username=dummyChangeInLocal
1312 jmachado 265
oracle.siges.password=dummyChangeInLocal
266
 
267
 
268
##Em testes colocar a true
269
test.control.var=false
1426 jmachado 270
 
271
 
1460 jmachado 272
admin.email.1=jmachado@estgp.pt
273
admin.email.2=ci@estgp.pt
1525 jmachado 274
 
275
 
276
##GOOGLE RECAPTCHA
1811 jmachado 277
google.recaptcha.secret.key=DUMMY_PLEASE_SET_IN_LOCAL_PROPERTIES
278
 
279
 
280
ldap.queries.login=CHANGE
281
ldap.queries.password=CHANGE