24 Mar
2012
24 Mar
'12
10:34 a.m.
Le 24 mars 2012 à 10:24, Thomas Mortagne a écrit :
is there a way to invoke, on web-app-startup, a given page?
Not yet, that's a limitation we have for many things and that we need to fix. The main issue is that the store module is initialized when the first page is loaded and before that nothing can access the database (not through standard storage at least).
Patching the web.xml and writing a context-listener sounds easy to do. Is there a way in maven to "merge" web.xml? Or writing an xwiki component or plugin... paul