> Hello;
>
> i have included some jsp files into other...And i
> want that included files not to be requested directly
> from browser...How can i do this...?
>
> thank you
By first of all, not putting those .jsp files in the web app's publically accessible folder(s). If they're meant to be private, put them somewhere in the web-inf/ folder structure, and of course modify your code to get them from there.