Hi all,

I have a problem where I want to map one wicket application under different
urls, with the standard servlet url-mapping. 
I want to have a situation where my application is addressable through the
following mechanism.

http://myserver:8080/mywicketwebapp/NL/*
http://myserver:8080/mywicketwebapp/EN/*
http://myserver:8080/mywicketwebapp/FR/*
...

What I would like to achieve is that when someone enters the web application
by the url /mywicketwebapp/NL, that all wicket requests stay under this URL.
Same for all other urls.

Can this be achieved some way? 
What I found is that in the WicketFilter, the getFilterPath just ignores
multiple urlPatterns. Is there a specific reason for this? Is there an easy
way to get the functionality that I mention?

Thank you very much for any help. 
-- 
View this message in context: 
http://www.nabble.com/multiple-url-mappings-for-the-wicket-web-application-tf4758413.html#a13607705
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to