Subversion Repositories bacoAlunos

Rev

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