jasperreports-server的default_master.properties设置

#D:\jasperreports-server-4.7.1-bin\buildomatic


################################################################################
#                                                                              #
# Master Properties File                                                       #
#                                                                              #
# Standard usage is to rename this file to default_master.properties.          #
# It should be placed in the root of the buildomatic directory, like:          #
#                                                                              #
#     <js-install>/buildomatic/default_master.properties                       #
#                                                                              #
# There is one sample property file for each database type. Sample property    #
# files are found in:                                                          #
#                                                                              #
#     <js-install>/buildomatic/sample_conf                                     #
#                                                                              #
################################################################################


################################################################################
#                                                                              #
# Installation Settings                                                        #
#                                                                              #
# Set values for:                                                              #
#                                                                              #
#   1) Application server type                                                 #
#                                                                              #
#   2) Path to application server home directory                               #
#                                                                              #
#   3) Database location and connection settings                               #
#                                                                              #
################################################################################


#appServerType = tomcat7
# appServerType = tomcat5
# appServerType = tomcat6
appServerType = jboss
# appServerType = jboss7
# appServerType = glassfish2
# appServerType = glassfish3
# (beta) appServerType = weblogic
# (beta) appServerType = websphere
# appServerType = skipAppServerCheck


# Tomcat app server root dir
appServerDir = C:\\jboss-4.2.2.GA
# appServerDir = /home/devuser/apache-tomcat-7.0.26
# if linux package managed tomcat instance, set two properties below
# CATALINA_HOME = /usr/share/tomcat6
# CATALINA_BASE = /var/lib/tomcat6


# JBoss app server root dir
# appServerDir = C:\\jboss-5.1.0
# appServerDir = /home/devuser/jboss-5.1.0
# appServerDir = /usr/bin/jboss
# jboss.profile = default


# Glassfish app server root dir
# appServerDir = C:\\glassfish-3.1.2
# appServerDir = /home/devuser/glassfish-3.1.2
# appServerDir = /usr/bin/glassfish


# database type
dbType=oracle


# name for js user and user to create js user
dbUsername=JASPER47UPGRADEUSR
dbPassword=JASPER47UPGRADEPWD
sysUsername=JASPER47UPGRADEUSR
sysPassword=JASPER47UPGRADEPWD


dbHost=192.1.50.81


# additional database parameters
# (uncomment these if you want non-default settings)


dbPort=1521
sid=dev10db


# If you are using an oracle service name instead of an SID, your JDBC URL will
# typically have a form similar to:  jdbc:oracle:thin:@host:1521/servicename
# To enable this you should uncomment the following line and add your service name
# serviceName=




# JasperServer db name, sample db names
# js.dbName=jasperserver
# sugarcrm.dbName=sugarcrm
# foodmart.dbName=foodmart


# web app name
# (set one of these to deploy to a non-default war file name)
# webAppNameCE = jasperserver
# webAppNamePro = jasperserver-pro


# JDBC driver
# (uncomment to change to a non-default setting)
#
# driver will be found here: <path>/buildomatic/conf_source/db/oracle/jdbc
#
# maven.jdbc.groupId=oracle
# maven.jdbc.artifactId=ojdbc5
# maven.jdbc.version=11.2.0


# Flag used to skip JDBC driver deploying during deployment process
# (uncomment to change to a non-default setting)
# deployJDBCDriver=false

你可能感兴趣的:(jasperreports-server的default_master.properties设置)