Re: Problems configuring own error pages for status codes manually set

2014-02-17 Thread Lukasz Lenart
Maybe trying setting struts.handle.exception to false. 2014-02-17 14:58 GMT+01:00 Christoph Nenning : > Instead of response.sendError() you can try to use a struts http header > result: > > > http://struts.apache.org/development/2.x/docs/httpheader-result.html > > > hope that helps > > > Regards,

Re: Problems configuring own error pages for status codes manually set

2014-02-17 Thread Christoph Nenning
Instead of response.sendError() you can try to use a struts http header result: http://struts.apache.org/development/2.x/docs/httpheader-result.html hope that helps Regards, Christoph > > Hello, > > I try to use/configure my own error pages for my struts 2 Application > (struts version:

Problems configuring own error pages for status codes manually set

2014-02-17 Thread Thomas Hermann
Hello, I try to use/configure my own error pages for my struts 2 Application (struts version: 2.3.15.3, Apache Tomcat 6.0). I configure the two error pages for the status codes 403 (not authenticted) and 404 (page not avaiable) in the web.xml (see below) and place the desired pages in the appr