Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

##
## Properties file to be used with ant build.xml
##

##database configuration
database.host=localhost
database.port=3306
database.catalog=estgweb
database.username=root
database.password=
hibernate.show.sql=false

use.ldap=true

#Paths configuration
tomcat.home=C:/Servidores/apache-tomcat-6.0.16
tomcat.libs.ant.home=${tomcat.home}/lib
tomcat.libs.common.home=${tomcat.home}/lib


tomcat.host=localhost
tomcat.port=8080
tomcat.url=http://${tomcat.host}:${tomcat.port}
tomcat.manager=${tomcat.url}/manager
tomcat.username=admin
tomcat.password=admin

#IF is ROOT use Nothing
#example for ROOT:
#        tomcat.context.path.install=/
#        tomcat.context.path=
#
#example for /mitra:
#        tomcat.context.path.install=/baco
#        tomcat.context.path=/baco
#
tomcat.context.path.install=/baco
tomcat.context.path=/baco
tomcat.war.file=baco.war