1 |
# Copyright 2001-2007 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 |
#----- /PROJECT.PROPERTIES -----# |
16 |
|
17 |
#----- Default domain and portconfiguration -----# |
18 |
maven.cocoon.site.domain=localhost |
19 |
maven.jetty.port=50000 |
20 |
|
21 |
#----- Project information -----# |
22 |
maven.cocoon.site.version= |
23 |
maven.cocoon.site.displayname=Hippo set name in project.properties |
24 |
maven.cocoon.site.name=hippo-nonameset |
25 |
|
26 |
#----- Memory settings -----# |
27 |
maven.wrapper.initmemory=64 |
28 |
maven.wrapper.maxmemory=128 |
29 |
maven.cocoon.heapsize=125600000 |
30 |
maven.cocoon.store.maxobjects=1100 |
31 |
maven.cocoon.transientstore.maxobjects=1200 |
32 |
|
33 |
#----- File locations -----# |
34 |
casta.home=${basedir}/target/casta |
35 |
maven.jetty.config=${maven.src.dir}/jetty/jetty.xml |
36 |
maven.jetty.context=/ |
37 |
maven.jetty.webapp=${cocoon.home} |
38 |
maven.jetty.endorsed=${maven.jetty.webapp}/WEB-INF/endorsed |
39 |
maven.jetty.classpath=${maven.jetty.webapp}/WEB-INF/lib |
40 |
maven.cocoon.root.dir=/ |
41 |
|
42 |
#----- Service configuration -----# |
43 |
maven.wrapper.executepatchfile=true |
44 |
maven.wrapper.servicename=${maven.cocoon.site.name} |
45 |
maven.wrapper.servicedescription=${maven.cocoon.site.displayname} ${maven.cocoon.site.version} |
46 |
maven.wrapper.servicedisplayname=${maven.cocoon.site.displayname} |
47 |
|
48 |
#----- Security settings -----# |
49 |
security.auth.login.config=${maven.src.dir}/jetty/login.conf |
50 |
security.policy=${maven.src.dir}/jetty/security.policy |
51 |
|
52 |
#----- Misc -----# |
53 |
maven.cocoon.filter=WEB-INF/sites.xconf |
54 |
|
55 |
#----- JMS settings -----# |
56 |
# the connection name |
57 |
jms.connection=local |
58 |
|
59 |
# the listener name |
60 |
jms.listener=local |
61 |
|
62 |
# the connection factory |
63 |
#jms.connection-factory=JAVATopicConnectionFactory |
64 |
#jms.connection-factory=HTTPTopicConnectionFactory |
65 |
#jms.connection-factory=RMITopicConnectionFactory |
66 |
jms.connection-factory=TCPTopicConnectionFactory |
67 |
|
68 |
# the jndi initial factory |
69 |
jms.jndi.initial-factory=org.exolab.jms.jndi.InitialContextFactory |
70 |
|
71 |
# the jndi provider url |
72 |
#jms.jndi.provider=embedded:// |
73 |
#jms.provider=http://localhost:8888/ |
74 |
#jms.provider=rmi://localhost:1099/ |
75 |
jms.provider=tcp://localhost:3035/ |
76 |
|
77 |
# jms topic name |
78 |
jms.topic=repository |
79 |
jms.subscription=cms_local |
80 |
|
81 |
# Do not override this in the 'editor' subfolder. Only use when editor is wrapped in an extensions project. |
82 |
maven.extensions.dir=src/site/extensions |
83 |
|
84 |
# Set these in your custom project.properties to add extensions versionnumbering |
85 |
maven.cocoon.extensions.version= |
86 |
maven.cocoon.extensions.name= |
87 |
maven.cocoon.extensions.displayname= |