1 |
# |
2 |
# Copyright 2009 Hippo |
3 |
# |
4 |
# Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
# you may not use this file except in compliance with the License. |
6 |
# You may obtain a copy of the License at |
7 |
# |
8 |
# http://www.apache.org/licenses/LICENSE-2.0 |
9 |
# |
10 |
# Unless required by applicable law or agreed to in writing, software |
11 |
# distributed under the License is distributed on an "AS IS" |
12 |
# BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
# See the License for the specific language governing permissions and |
14 |
# limitations under the License. |
15 |
# |
16 |
|
17 |
# -------------------------------------------------------------- |
18 |
|
19 |
development.mode = false |
20 |
|
21 |
# To disable trace tool floating pane, uncomment the following line. |
22 |
#trace.tool.component.class = |
23 |
|
24 |
check.repositories.running = false |
25 |
repository.pool.user.name.separator = @ |
26 |
|
27 |
# the global user that should be able to read all configuration and retrieve all events |
28 |
#hstconfigreader.repository.address = vm:// |
29 |
hstconfigreader.repository.address = vm:// |
30 |
#hstconfigreader.repository.address = rmi://127.0.0.1:1099/hipporepository |
31 |
hstconfigreader.repository.user.name = admin |
32 |
hstconfigreader.repository.pool.name = hstconfigreader |
33 |
hstconfigreader.repository.password = admin |
34 |
|
35 |
# session pooling repository for binary resource access |
36 |
#binaries.repository.address = vm:// |
37 |
binaries.repository.address = vm:// |
38 |
#binaries.repository.address = rmi://127.0.0.1:1099/hipporepository |
39 |
binaries.repository.user.name = admin |
40 |
binaries.repository.pool.name = binaries |
41 |
binaries.repository.password = admin |
42 |
|
43 |
# session pooling repository for default live site access. (typically disallowed on unpublished contents.) |
44 |
#default.repository.address = vm:// |
45 |
default.repository.address = vm:// |
46 |
# default.repository.address = rmi://127.0.0.1:1099/hipporepository |
47 |
default.repository.user.name = admin |
48 |
default.repository.pool.name = default |
49 |
default.repository.password = admin |
50 |
|
51 |
# session pooling repository for preview site access. (typically allowed on unpublished and published contents.) |
52 |
#preview.repository.address = vm:// |
53 |
preview.repository.address = vm:// |
54 |
#preview.repository.address = rmi://127.0.0.1:1099/hipporepository |
55 |
preview.repository.user.name = admin |
56 |
preview.repository.pool.name = preview |
57 |
preview.repository.password = admin |
58 |
|
59 |
# session pooling repository for write access |
60 |
#writable.repository.address = vm:// |
61 |
writable.repository.address = vm:// |
62 |
#writable.repository.address = rmi://127.0.0.1:1099/hipporepository |
63 |
writable.repository.user.name = admin |
64 |
writable.repository.pool.name = writable |
65 |
writable.repository.password = admin |
66 |
|
67 |
default.sites.name = hst_docs |
68 |
preview.repository.entry.path = preview |
69 |
preview.servlet.path = /preview |
70 |
live.repository.entry.path = live |
71 |
live.servlet.path = /live |
72 |
virtualhosts.repository.path = /hst:virtualhosts |
73 |
binaries.prefix.path = /binaries |
74 |
|
75 |
observation.sites.config.node.path = /hst:configuration/hst:configuration |
76 |
|
77 |
#component.error.page = /WEB-INF/jsp/errorpages/component-error-page.jsp |
78 |
component.error.page = |
79 |
|
80 |
# the classpath resource path for custom bean definitions to override HST core components |
81 |
assembly.overrides = META-INF/hst-assembly/overrides/*.xml |
82 |
|
83 |
# the link for beans/nodes that cannot be rewritten to a link |
84 |
linkrewriting.failed.path = /pagenotfound |
85 |
|
86 |
# the location of the cms for the [surf & edit] button |
87 |
cms.location = http://localhost:8080/cms |
88 |
|
89 |
# JMX MBeans Connector |
90 |
#management.rmi.registry.port = 9875 |
91 |
#management.connector.server.objectName = connector:name=rmi |
92 |
#management.connector.server.serviceUrl = service:jmx:rmi://localhost/jndi/rmi://localhost:9875/hstjmxconnector |
93 |
|
94 |
|