Changes for page Geronimo Installation

Last modified by Vincent Massol on 2017/09/06

From version 1.6
edited by PaulSnow
on 2010/06/03
Change comment: There is no comment for this version
To version 1.7
edited by PaulSnow
on 2010/06/03
Change comment: updated quick section.

Summary

Details

Page properties
Content
... ... @@ -13,11 +13,29 @@
13 13  For the impatient, the steps to get it working are:
14 14  * Add Apache commons language to the repository.
15 15  * Create an geronimo-web.xml, and add it to your war file.
16 +* Make your changes as per a normal installation, ie, to the xwiki.cfg, hibernate.cfg.xml, etc.
16 16  The optional steps I did were:
17 17  * Add a higher version of commons-beanutils to repository.
18 18  * Add a higher version of commons-fileupload to repository.
19 19  * Add a higher version of commons-io to repository.
20 20  
22 +=== Minimum XML Changes ===
23 +
24 +Modifying your geronimo-web.xml and add the following library to match how you installed the library into the repository.
25 +
26 +{{code language="xml"}}
27 +<dependency>
28 + <groupId>apache-commons</groupId>
29 + <artifactId>commons-lang</artifactId>
30 + <version>2.5</version>
31 + <type>jar</type>
32 +</dependency>
33 +{{/code}}
34 +
35 +
36 +
37 += All Changes =
38 +
21 21  == geronimo-web.xml ==
22 22  Here is a sample deployment resource xml file.
23 23  

Get Connected