Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...) StartingPoints has more info.
MPDL
-- IfiOkoye - 23 Apr 2008
Tomcat-Apache HOWTO
mod_proxy_ajp
So, after reading through the two web pages listed above....
- I'm assuming mod_proxy-ajp will take the place of mod_jk/mod_jserv listed in the Tomcat-Apache HOWTO
- Went into my httpd.conf and enabled mod_proxy_ajp. It depends on mod_proxy, which was already enabled...via the LoadModule? directive
- As a side note: We'll be using reverse proxy in Apache for greenstone3. i.e Users will send request to our greenstone uri, but our apache server will receive the request, remove the user track data (if this is a second get request) and then pass the request onto the tomcat container...which has the servlets...If it was a forward proxy, the users will know that our Apache server is a proxy...the question is, who is the Apache server proxy working for? If its protecting the client from the outside world, its a forward proxy, if its protecting the server, its a reverse proxy (this might not be clear...but this is how I differentiate between them in my brain)
- Next steps: install tomcat, make greenstone work with the external tomcat, make tomcat work with Apache.....
- Installed tomcat from
|