From version 25.1
edited by Pierre Dubois
on 2011/02/24 16:19
To version 26.1
edited by Pierre Dubois
on 2011/02/25 09:29
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  mysql -u root -e "create database requea"
15 15  {{/code}}
16 16  
17 -Note : for UTF8 database, the create order is the following:
17 +Note : for UTF8 database, the create order is the following (you should use utf-8 if you plan to have non iso latin 1 characters)
18 18  
19 19  {{code language="none"}}
20 20  mysql -u root -e "create database requea default charset utf8"
... ... @@ -27,6 +27,22 @@
27 27  {{/code}}
28 28  )))
29 29  
30 += Setup environment variables for memory and Tomcat =
31 +
32 +The memory size needs to be adjusted. You shoud define the following variables:
33 +
34 +CATALINA_OPTS=-Xmx784M -XX:MaxPermSize=128M
35 +
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 +
38 +
39 +Path to Java:
40 +
41 +JAVA_HOME=[path to java without bin]
42 +
43 +Example for windows XP:
44 +
45 +
30 30  = Download the Requea dysoweb Platform =
31 31  
32 32  Dysoweb is a small OSGi platform created by Requea to build and compose modular Web applications.
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation