Hallo,

is there anybody who can explain request-interactions: Tomcat-Apache ?

What I need to know is this:
A JSP (/JSP/hello.jsp) forwards to a Servlet (/Servlet/ShowHello).
Tomcat knows about both (/JSP is defined as a context and /Servlet is set
as: <RequestInterceptor... prefix="/Servlet/" />
A test works very well.

What about the request ? The JSP forwards to /Servlet/ShowHello - I searched
the apache logs (the /JSP/hello.jsp is logged), apache don't knows about a
/Servlet/ShowHello , it's internally handled by Tomcat ?

I need to know because we use a "lot" of URL-Rewrites (Apache),
Query-arguments..
When the foward isn't known to apache, that's why he can't rewrite anything
(may be not a problem, but we should know about).

Where can I get more Informations about this ?

Thanks,
Bernd.


Reply via email to