From version 29.1
edited by Pierre Dubois
on 2011/02/25 09:33
To version 30.1
edited by Pierre Dubois
on 2012/02/16 14:31
Change comment: Imported from XAR

Summary

Details

Icon Page properties
Content
... ... @@ -31,7 +31,7 @@
31 31  
32 32  The memory size needs to be adjusted. You shoud define the following variables:
33 33  
34 -CATALINA_OPTS=-Xmx784M -XX:MaxPermSize=128M
34 +CATALINA_OPTS=-Xmx784M -XX:MaxPermSize=192M
35 35  
36 36  note: the max memory size (-Xmx) should be set to 512M as an absolute min, 1024 recomanded, 2048 comfortable if your machine supports.
37 37  
... ... @@ -126,3 +126,44 @@
126 126  * Tomcat not starting (port already in use). Make sure that ports 8080, 8005, 8009 (default tomcat ports are free). If not, change them in the server.xml in tomcat/conf directory.
127 127  
128 128  * OutOfMemory exception: make sure you have configured your JAVA_OPTS correctly (with enough memory in the -Xmx setting)
129 +
130 +
131 += Build the platform =
132 +
133 +== Build Dysoweb ==
134 +
135 +The source code for Dysoweb platform is available on OW2:
136 +
137 +http://forge.ow2.org/project/showfiles.php?group_id=304
138 +
139 +
140 +To compile, you must install a JDK 6.0 or better, and maven (version 3.0)
141 +The project uses maven with a primary pom, so you should just have to launch:
142 +
143 +{{code language="none"}}
144 +mvn clean install
145 +{{/code}}
146 +
147 +
148 +== Build Dynapage ==
149 +
150 +The source code for the Dynapage platform is available at:
151 +
152 +http://svn.requea.com/svn/dynapage/trunk
153 +
154 +You must install svn, maven and a JDK 6.0 or better.
155 +
156 +You can get the source by doing
157 +
158 +{{code language="none"}}
159 +svn co http://svn.requea.com/svn/dynapage/trunk dynapage
160 +cd dynapage
161 +mvn clean install
162 +{{/code}}
163 +
164 +
165 +
166 +
167 +
168 +
169 +
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation