Apache modules and Tomcat

V

Venu

Hi,

I need to achieve the following

Req. for JSP Page ---> Apache ---> Tomcat ---> Custom Apache Module
---> Response

I have configured Apache to forward all requests for JSP's to Tomcat.
As far as I know Apache can invoke or pass on the request only to one
module.

If somebody knows any way to do the above, please let me know

Thank You,
Venu
 
P

Phillip Mills

I need to achieve the following

Req. for JSP Page ---> Apache ---> Tomcat ---> Custom Apache Module
---> Response

I'm having trouble imagining why you would want a chain like that,
but....

- Have Tomcat redirect so that the custom module handles the second
request?
- Rewrite the custom module as a servlet?
- Use something other than JSP, like another module or mod_perl or
whatever?

(Different Apache modules can register for different phases of request
processing.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top