Hallo folks. I'd like to know whether is possible to constrain a welcome file. More precisely: I constrained the welcome file ( index.jsp ). When type in the URL http:\\myHost:myPort\Webapp\ the resource isn't constrained, when I type the URL http:\\myHost:myPort\Webapp\index.jsp the resource is constrained. I need to constrain the index.jsp and maintain it as welcome file. Can you help me ?
We require display names to be two words: your forst name, a space then your last name. Accounts with invalid display names get deleted, often without warning.
by 'constrained' I assume you men you want users to log in before accessing this page? You may want to make the welcome page to be not restricted, and have it redirect to a non-welcome page that is.
eg if the 'welcome' page is welcome.jsp but the actual secured page is index.jsp, and index.jsp is not in the weclome list, you just have welcome.jsp redirect to the index.jsp page and it doesn't matter how they refer to the welcome page.
Dave
asce digia
Greenhorn
Joined: Nov 29, 2005
Posts: 2
posted
0
Thanks, but is it possibile avoiding the redirect ? Only using declarative logic ( web.xml ) ? I 'm working with a already-done web app so I'd like to modify the least possible.
thanks again.
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
posted
0
You can configure the resource as secure via the DD and then require users to login before viewing. Search this forum or checkout the API for more info.
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley