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 |
maven.cocoon.site.version=1.01.01 |
23 |
|
24 |
# -- preview site settings |
25 |
maven.cocoon.site.domain=localhost |
26 |
maven.cocoon.site.name=preview.skeleton.org |
27 |
maven.cocoon.site.repository=default |
28 |
maven.cocoon.site.credentials=siteuser:siteuser |
29 |
|
30 |
# -- live site settings |
31 |
maven.cocoon.site.live.domain=www.localhost |
32 |
maven.cocoon.site.live.name=www.skeleton.org |
33 |
maven.cocoon.site.live.repository=default-live |
34 |
maven.cocoon.site.live.credentials=siteuser:siteuser |
35 |
|
36 |
maven.wrapper.executepatchfile=true |
37 |
|
38 |
# -- Repository settings |
39 |
maven.cocoon.repository.name=default |
40 |
maven.cocoon.repository.host=localhost |
41 |
maven.cocoon.repository.rootpath=/default |
42 |
maven.cocoon.repository.filespath=/files/default.preview |
43 |
maven.cocoon.repository.port=60000 |
44 |
|
45 |
# -- Repository settings |
46 |
maven.cocoon.repository.live.name=default-live |
47 |
maven.cocoon.repository.live.host=${maven.cocoon.repository.host} |
48 |
maven.cocoon.repository.live.port=${maven.cocoon.repository.port} |
49 |
maven.cocoon.repository.live.rootpath=/default |
50 |
maven.cocoon.repository.live.filespath=/files/default.www |
51 |
|
52 |
# -- JMS settings |
53 |
jms.connection=repository.skeleton |
54 |
jms.jndi.initial-factory=org.exolab.jms.jndi.InitialContextFactory |
55 |
jms.jndi.provider=tcp://${maven.cocoon.repository.host}:3035/ |
56 |
jms.connection-factory=TCPTopicConnectionFactory |
57 |
jms.topic=repository |
58 |
|
59 |
|
60 |
# -- configuration patch files |
61 |
maven.cocoon.config.dir=${basedir}/src/config |
62 |
|
63 |
#----- Memory settings -----# |
64 |
maven.wrapper.initmemory=64 |
65 |
maven.wrapper.maxmemory=128 |
66 |
maven.cocoon.heapsize=125600000 |
67 |
maven.cocoon.site.size=small |