Re: Running Wicket under WebSphere

2011-05-04 Thread Bruno Borges
There's no need for an index.jsp / index.html if you enable the property I mentioned before. Cheers, Bruno Borges www.brunoborges.com.br +55 21 76727099 On Wed, May 4, 2011 at 4:51 PM, D D wrote: > try adding index file under WebContent - make sure that extension > matches the welcome-file-l

Re: Running Wicket under WebSphere

2011-05-04 Thread D D
try adding index file under WebContent - make sure that extension matches the welcome-file-list element in your deployment descriptor. you are probably seeing 404 as I was. Dave On Tue, May 3, 2011 at 2:56 PM, Bruno Borges wrote: > You must enable the > *com.ibm.ws.webcontainer.invokefilterscom

Re: Running Wicket under WebSphere

2011-05-03 Thread Bruno Borges
You must enable the *com.ibm.ws.webcontainer.invokefilterscompatibility*property. Check this webpage: http://greatwebguy.com/programming/java/urlrewritefilter-servlet-filter-problem-in-websphere-6105-and-greater/ Hope this helps. Cheers, *Bruno Borges* www.brunoborges.com.br +55 21 76727099

Re: Running Wicket under WebSphere

2011-05-01 Thread Clint Checketts
ervlet > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Running-Wicket-under-WebSphere-tp3487476p3487531.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: Running Wicket under WebSphere

2011-05-01 Thread drf
I should add that we are using Spring 3, which uses ContextLoaderListener, not ContextLoaderServlet -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Running-Wicket-under-WebSphere-tp3487476p3487531.html Sent from the Users forum mailing list archive at Nabble.com

Running Wicket under WebSphere

2011-05-01 Thread drf
.pki /* -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Running-Wicket-under-WebSphere-tp3487476p3487476.html Sent from the Users forum mailing list archive at Nabble.com. -