Re: [xwiki-users] wake-up URL?

2012-03-26 Thread jerem
I found that:
http://cargo.codehaus.org/Merging+WAR+files

Seems to be on the obscure side of Maven though ... ;)

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/wake-up-URL-tp7400050p7405062.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] wake-up URL?

2012-03-26 Thread Vincent Massol
Hi,

On Mar 26, 2012, at 9:33 AM, jerem wrote:

 I found that:
 http://cargo.codehaus.org/Merging+WAR+files

Rings a bell ;) (I created Cargo)

 Seems to be on the obscure side of Maven though ... ;)

A better solution would be to move to Servlet 3.0 but it might be a bit early 
for that… (see http://markmail.org/thread/xjiq5i3yv6dvttbr)

Thanks
-Vincent

PS: Since you removed the original question I cannot help answer it since I 
don't remember what it was precisely about. Please don't remove the thread 
context when you reply to mails…

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] wake-up URL?

2012-03-24 Thread Thomas Mortagne
On Fri, Mar 23, 2012 at 11:02 PM, Paul Libbrecht p...@hoplahup.net wrote:

 Hello XWiki experts,

 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).


 thanks in advance

 Paul
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] wake-up URL?

2012-03-24 Thread Paul Libbrecht



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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users