1 |
# Copyright 2001-2006 Hippo (www.hippo.nl) |
2 |
# |
3 |
# Licensed under the Apache License, Version 2.0 (the "License"); |
4 |
# you may not use this file except in compliance with the License. |
5 |
# You may obtain a copy of the License at |
6 |
# |
7 |
# http://www.apache.org/licenses/LICENSE-2.0 |
8 |
# |
9 |
# Unless required by applicable law or agreed to in writing, software |
10 |
# distributed under the License is distributed on an "AS IS" BASIS, |
11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 |
# See the License for the specific language governing permissions and |
13 |
# limitations under the License. |
14 |
|
15 |
# ------------------------------------------------------------------------ |
16 |
# Project defaults |
17 |
# ------------------------------------------------------------------------ |
18 |
|
19 |
maven.jetty.port=55555 |
20 |
|
21 |
maven.cocoon.site.displayname=Hippo Skeleton |
22 |
|
23 |
# -- preview site settings |
24 |
maven.cocoon.site.domain=localhost |
25 |
maven.cocoon.site.name=preview.skeleton.org |
26 |
maven.cocoon.site.repository=default |
27 |
maven.cocoon.site.credentials=siteuser:siteuser |
28 |
|
29 |
# -- live site settings |
30 |
maven.cocoon.site.live.domain=www.localhost |
31 |
maven.cocoon.site.live.name=www.skeleton.org |
32 |
maven.cocoon.site.live.repository=default-live |
33 |
maven.cocoon.site.live.credentials=siteuser:siteuser |
34 |
|
35 |
maven.wrapper.executepatchfile=true |
36 |
|
37 |
# -- Repository settings |
38 |
maven.cocoon.repository.name=default |
39 |
maven.cocoon.repository.host=localhost |
40 |
maven.cocoon.repository.rootpath=/default |
41 |
maven.cocoon.repository.filespath=/files/default.preview |
42 |
maven.cocoon.repository.port=60000 |
43 |
|
44 |
# -- Repository settings |
45 |
maven.cocoon.repository.live.name=default-live |
46 |
maven.cocoon.repository.live.host=${maven.cocoon.repository.host} |
47 |
maven.cocoon.repository.live.port=${maven.cocoon.repository.port} |
48 |
maven.cocoon.repository.live.rootpath=/default |
49 |
maven.cocoon.repository.live.filespath=/files/default.www |
50 |
|
51 |
# -- JMS settings |
52 |
jms.connection=repository.skeleton |
53 |
jms.jndi.initial-factory=org.exolab.jms.jndi.InitialContextFactory |
54 |
jms.jndi.provider=tcp://${maven.cocoon.repository.host}:3035/ |
55 |
jms.connection-factory=TCPTopicConnectionFactory |
56 |
jms.topic=repository |
57 |
|
58 |
|
59 |
# -- configuration patch files |
60 |
maven.cocoon.config.dir=${basedir}/src/config |
61 |
|
62 |
#----- Memory settings -----# |
63 |
maven.wrapper.initmemory=64 |
64 |
maven.wrapper.maxmemory=128 |
65 |
maven.cocoon.heapsize=125600000 |
66 |
maven.cocoon.store.maxobjects=1000 |
67 |
maven.cocoon.transientstore.maxobjects=2000 |