> Use mod_jk
>
>
FYI

In my humble opinion, its better not to use mod_jk. It was only good for apache 1 and no longer maintained.  If you try, you will quickly realize you got to install from source, a bad idea in production system.

Use mod_ajp, it come installed by default if you already have Apache installed.

You need to enable proxy by uncommenting 5 lines somewhere near the bottom of http.conf. Remember to disable forward proxy else you become an open relay.

You need to add 2 lines, starting with ajp and point them to tomcat by mapping it to the domain tomcat is servicing. By default, Apache will handle anything else that's not proxied through ajp

Sorry on phone so don't have necessary lines to post for you

> On Sat, Jan 18, 2014 at 9:40 PM, Brian Ngure <brian@pixie.co.ke> wrote:
>
> > This should give you some ideas
> >
> >
> > http://www.pixie.co.ke/blog/permalink/installing-jk-connector-for-tomcat-6-with-apache2/
> >
> >
> >
> > On Sat, Jan 18, 2014 at 9:30 PM, harry amwayi <harryamwayi@gmail.com>wrote:
> >
> >> hi techies
> >> I have two applications one runs on Apache2 and the other on tomcat.
> >> Is it possible to make the application running on tomcat6 accessible
> >> without necessarlily having to specify the port number without
> >> affecting the other application that running on Apache2?
> >>
> >> --
> >> Kind Regards
> >> Harry Amwayi
> >> _______________________________________________
> >> skunkworks mailing list
> >> skunkworks@lists.my.co.ke
> >> ------------
> >> List info, subscribe/unsubscribe
> >> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
> >> ------------
> >>
> >> Skunkworks Rules
> >> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
> >> ------------
> >> Other services @ http://my.co.ke
> >>
> >
> >
> >
> > --
> > Regards
> >
> > Brian Ngure
> >
> > _______________________________________________
> > skunkworks mailing list
> > skunkworks@lists.my.co.ke
> > ------------
> > List info, subscribe/unsubscribe
> > http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
> > ------------
> >
> > Skunkworks Rules
> > http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
> > ------------
> > Other services @ http://my.co.ke
> >
>
>
>
> --
> Solomon Kariri,
>
> Software Developer,
> Cell: +254736 729 450
> Skype: solomonkariri
> -------------- next part --------------
> An HTML attachment was "qSqKL-dHlQVTMxU1VBdU1BSWJxdy1fbjAwOUE&hl=en
> ------------
> Skunkworks Rules
> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
> ------------
> Other services @ http://my.co.ke
>
> End of skunkworks Digest, Vol 47, Issue 178
> *******************************************
Muriithi