-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties.sample
38 lines (33 loc) · 1.49 KB
/
build.properties.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Modify this file to suit your local environment.
# The values of these properties will
# override the values of properties of the
# same name in the buildDefaults.properties file.
#
# Use forward slashes for path names even if
# you are in a Windows environment!
#
# IMPORTANT! If you modify the value of either server.home or server.base, it is likely you will
# want to modify the other value as well. The default value of server.base is NOT calculated from
# server.home.
# Location of the integrated Tomcat installation; e.g. server.home=${env.CATALINA_HOME}. This
# property corresponds with the ${catalina.home} property within Tomcat (see Tomcat/bin/catalina.sh).
#
server.home=/opt/${user}/tomcat
# (Optional) Base directory for resolving dynamic portions of the integrated Tomcat installation.
# This property corresponds with the ${catalina.base} property within Tomcat (see
# Tomcat/bin/catalina.sh).
#
#server.base=/opt/tomcat_run
# (Optional) Webapps directory on which uPortal and portlets apps are deployed.
# This property permti to deploy apps on a customized directory. Default value will
# be on ${server.base}/webapps
#
server.webapps=/opt/${user}/webapps
# (Optional) project home directory where all karuta's project will found there config directories
# This property permit to set where to deploy at tomcatInstall the default configuration files
# This is the default path configuration
#
# project.home=${server.base}
# Location of static cached files
server.sharedCacheDir=/opt/${user}/cache