---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hello, Well, I'm doing some tests with two computers A and B. A is runing Apache/Jserv ( Apache/1.3.9 (Unix)) B is runing TomCat+ home grown servlets (Tomcat Web Server Version 3.1M1) When a request comes to A, it could be redirected to B by using AJP. I was doing some tests about how would Tomcat/Jserv/Apache handle an HttpServletResponse.sendError(). My idea was to use a custom message provided by apache (501,401, ...) in replacement of the one returned through TomCat/Jserv. More precisly I thought that Apache would replace the message send by Tomcat/Jserv by the one I configured in http.conf : 501 "Hello World ! But it didn't work. Is this expected or do I have some configuration problem ? Thanks a lot for your help. Guy Bobenrieth -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
