You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlos Cajina - Hotmail <ce...@hotmail.com> on 2003/09/04 01:22:03 UTC

Tomcat as an in-process Servlet container?

Hi everyone.

    I've followed the steps in
http://www.greenfieldresearch.ca/technical/jk2_config.html for configuring
Apache and Tomcat to communicate using JNI. Everything works fine but
there's just one thing that I can't figure out: When using channelSocket as
the communication channel between the two is possible to use the
workers2.properties file to configure the host:port where Apache is supposed
to forward requests for non-static content so a call to some
http://host/webapp/index.jsp would be served transparently. Now, how do I do
the same mapping when using channelJni?

    Regards,

    Carlos