Sharad Raj

Greenhorn
+ Follow
since Apr 27, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sharad Raj

Hi William,

Yes, we can use interceptors or filters. Could you send me code please? Do I need to put code in web.xml and create a separate class?

Sharad
11 years ago
I have created a Web Application using struts 1.0, written almost 8 jsp. The problem is after starting application, when I change URL and provide /somejsp.jsp, instead of my start jsp it will lead to somejsp.jsp file, which is not required. I do not want to keep my jsp inside WEB-INF. Is there any way to modify application so that whenever user changes URL, it will lead to login page only, instead of /somejsp.jsp
11 years ago