Using Tomcat with Apache
Michael Torrie
torriem at chem.byu.edu
Thu Jan 25 05:59:59 MST 2007
On Wed, 2007-01-24 at 22:53 -0700, Mike Heath wrote:
> mod_jk has been deprecated as of Apache 2.2. With Apache 2.2 you can
> just use mod_proxy. You can read more about it at
> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html . Of course, we
> have little reason to front Tomcat with Apache. Tomcat runs fine on its
> own.
That's good to know. I have had significant problems using mod_proxy
and tomcat with Apache 2.0. Basically it amounted to Tomcat using a
weird character to indicate the start of URL parameters (something other
than "?") and that was making mod_proxy choke. After switching to
mod_jk, it all worked. Never was sure why tomcat was using the
non-standard character in the urls. mod_proxy is cleaner and easier in
many situations than mod_jk if it works.
Michael
>
> -Mike
>
> On Wed, 2007-01-24 at 20:19 -0700, David Haak wrote:
> > I have always used mod_jk, and as far as I am aware, there aren't any better
> > alternatives to it.
> > See http://tomcat.apache.org/faq/connectors.html and
> > http://tomcat.apache.org/connectors-doc/
> > my $.02
> >
> > David Haak
> >
> > On 1/24/07, Thad Van Ry <thad at linuxnetadmin.com> wrote:
> > >
> > > > What is the current "best practice" way of connecting Tomcat with
> > > Apache?
> > > I should have been more clear.
> > > By current, I meant current releases of both Tomcat and Apache.
> > >
> > > /*
> > > PLUG: http://plug.org, #utah on irc.freenode.net
> > > Unsubscribe: http://plug.org/mailman/options/plug
> > > Don't fear the penguin.
> > > */
> > >
> >
>
>
> /*
> PLUG: http://plug.org, #utah on irc.freenode.net
> Unsubscribe: http://plug.org/mailman/options/plug
> Don't fear the penguin.
> */
>
More information about the PLUG
mailing list