I'm using Apache ISIS
with Shiro Auth
.
I'd like to change the welcome page.
I know that the welcome file is defined on web.xml, but I have to startup the app at the login page(this one: myhost/signin). Can someone tell me how can I do? thanks
I'm using Apache ISIS
with Shiro Auth
.
I'd like to change the welcome page.
I know that the welcome file is defined on web.xml, but I have to startup the app at the login page(this one: myhost/signin). Can someone tell me how can I do? thanks
Easiest approach is to just replace index.html (in src/main/webapp) with:
Alternatively, you could map the Wicket servlet to "/" (instead of "wicket/").