On Wed, Apr 13, 2011 at 00:17, Christopher Schultz
<ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> János,
>
> On 4/12/2011 4:56 PM, János Löbb wrote:
>> Look the 10.9 Error Handling in the 3.0 specifications.  It is maya
>> to me but you might find what you are looking for.
>
> Being somewhat familiar with the servlet specification, I was hoping for
> something more helpful than "RTFM". :(
>

Hello,

You can always use .setResponse() and fill the page with whatever you
want. Tomcat will only use its pages or whatever is defined in
<error-page> if you use .sendError(), and you can
.setResponse(SC_ANYTHINGOTHERTHANOK).

-- 
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to