Hi Dmitri,
I can't find anything useful in the logs:-(
As I was reading the documentation from my colleague, I remembered something
about RequestInterceptor. I read somewhere on the documentation for ajp13
connection to add in the server.xml :
<RequestInterceptor
className="org.apache.tomcat.modules.server.Ajp13Interceptor"
port="8009"/>
When I tried it, I was getting
FATAL: configuration error
java.lang.ClassNotFoundException:
org.apache.tomcat.modules.server.Ajp13Interceptor ...........(and
blablabla).
Could that be related to my problem?
mel