I want to continue to use IBM HTTP Server v5.3 but try Tomcat instead of WebSphere.
Is there a '.so' plugin file like for WAS/WebSphere?
Thanks,
Rick
how to config Tomcat just as a servlet container?
Re: how to config Tomcat just as a servlet container?
There is no .so plugin for the old 5.3 (non-Apache) HTTP server.
If you use the current IBM HTTP server (7 or
based on Apache, you should be able to use mod_proxy, which is supported by IBM HTTP Apache:
http://publib.boulder.ibm.com/infocente ... roxy%22%20
The other option - mod_jk is apparently not supported under the IBM HTTP Apache server.
Google tomcat mod_proxy for information on setting up Tomcat with Apache+mod_proxy
If you use the current IBM HTTP server (7 or

http://publib.boulder.ibm.com/infocente ... roxy%22%20
The other option - mod_jk is apparently not supported under the IBM HTTP Apache server.
Google tomcat mod_proxy for information on setting up Tomcat with Apache+mod_proxy
Re: how to config Tomcat just as a servlet container?
Is there no way to do this with v5.3?
Thanks,
Rick
Thanks,
Rick
Re: how to config Tomcat just as a servlet container?
It should be possible, using the 5.3 equivalent of a reverse proxy. I have no experience with this, however.