� Hi, Thanks all for the previous support, especially peter has helped me lot.
By using regular expression function, Is that possible to get all the parameter what we are passing along the request. OUR PROJECT Structure. /MessageTracking/jsp/Login.html ---> front page. After entering username,password sends request to servlet called UserAdminServlet. /MessageTracking/servlet/UserAdminServlet. These Servlet takes the user to his homepage. In this Home page. we have so many links.Based on request it calls corresponding jsp,js pages. In UserAdminServlet, we have written switch case, where based on the request calls the particular .JS,.JSP,.CSS files In regular expression i have tried by giving " .*[.jsp] " for searching all the jsp files. And Based on the regular expression i have created " For Each Controller "--> where it has to create Request for all the result found in regular expressoin. It has created that many request, but, i am not able to get that jsp file, I am getting "http://localhost:8080/JavaScript:setParameters('51','403') " 403 is the request for that particular page. why it happens so.. if any one wants still more clarification about this question please mail me. Please try to give solution , at your convenience time. Thanks in advance Regards S.Kalaivanan

