Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

While other people have had difficulty (search the mailing list) building mod_jk on various platforms, I've never had much trouble. The steps are quite simple, provided you have the appropriate packages installed on your system.

  1. Wiki Markup
    Download the source from http://tomcat.apache.org/download-connectors.cgi 2. Unpack it into a directory 3. cd to \[tomcat-connectors-1.xx\]/native 4. Read BUILDING.txt
    \\

Following BUILDING.txt:

  1. ./configure --with-apxs=/usr/sbin/apxs 2. make 3. su to root 4. cd back to where you were 5. make install

...