RE: Restricting Direct Access to Jsp

2007-06-20 Thread munawar soomro
Fellows, I am unable to start apache tomcat server running simple application. The reason is that it cannot find mappings as given below, any input is appreciated. thanks Munwar Soomro Log messages: WARNING: Unable to load config class org.apache.struts2.interceptor.debugging.DebuggingInte

Re: Restricting Direct Access to Jsp

2007-06-20 Thread Archer
Thank you for the input Manos.I am new to struts and security implementation. So I am trying different things. My present implemetation has restricted access to JSP pages depending on role. I thought of restricting complete access to JSP pages itself as the jsp pages get the input from action cl

Re: Restricting Direct Access to Jsp

2007-06-20 Thread Manos Batsis
Archer wrote: Hi, I am using struts 1.3.8 for my application. Can anybody please help me how to restrict access to jsp pages directly in struts. I am not having any of jsp in web-inf, so I need to restrict direct access to JSP. Any suggestion will be a great help to me. Too many ways to do th