Monday, June 25, 2007

Installing XPlanner in pusku

Assuming the war (installation) file has been downloaded from www.xplanner.org and the README.txt has been read, edit
$CATALINA_HOME/webapps/xplanner/WEB-INF/classes/xplanner-custom.properties
:

# XPLANNER CUSTOM PROPERTY FILE
#
# Add any properties you override from their value in xplanner.properties
#
## XPlanner hibernate configuration
hibernate.dialect=com.technoetic.xplanner.db.hibernate.XPlannerMySQLDialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.dbname=x00123
hibernate.connection.url=jdbc:mysql://localhost/x00123
hibernate.connection.username=x00123
hibernate.connection.password=mypassword
#hibernate.show_sql=false

## Email configuration
xplanner.application.url=http://localhost:8518/xplanner
xplanner.mail.smtp.host=localhost
xplanner.mail.smtp.port=9876

## Security configuration
#xplanner.security=on

## Send reminder emails on missing time entry
#xplanner.project.send.notification=true

## Include weekends in charts
#xplanner.effort.chart.include.weekends=false

## XPlanner progress bar implementation
#xplanner.progressbar.impl=image

No comments: