13 Jun
2008
13 Jun
'08
4:17 p.m.
Sergiu Dumitriu wrote:
Sergiu Dumitriu wrote:
Lilianne E. Blaze wrote:
Sergiu Dumitriu wrote:
Paul Libbrecht wrote:
I think some of the recipes which are described there are working on http://i2geo.net/ Tip: the only problem I see is that the initial redirect contains a long URL. You should modify com.xpn.xwiki.web.HomePageRedirectServlet, recompile it and put it in WEB-INF/classes/com/xpn/xwiki/web/ Why not have it configurable in web.xml? Good idea!
Why in doGet instead of init? It'll work either way, but init-parameters can't get changed at runtime so there's no point in checking it more than once. Also, shouldn't it be "home = "/bin/view/Main/";" instead of "home = "bin/view/Main/";"? Greetings, Lilianne