Go to the jakarta.apache.org website and follow the documentation links for
TC3.3 with respect to integrating Tomcat with Apache.

For building and installing the ajp connector for TC4 go to
http://jakarta.apache.org/site/cvsindex.html
and follow the instructions for checking out the cvs module
jakarta-tomcat-connectors.
Instructions are given for where to find a cvs client. I used jCVS which
worked fine.

There are various readmes that give instructions on how to build what needs
to be built.

Follow the one under the jk subdirectory.

Note:
If you don't have the TC33 sources installed on your machine you will find
it useful to define a property thus:

        <property name="tomcat3.skip" value="true"/>


and to the target build-main's javac task add
        <exclude name="org/apache/ajp/tomcat33/**" if="tomcat3.skip"/>

Note2: I had an earlier post describing how to do this that when I wrote it
I hadn't read the READMEs nor found the "how to install a cvs client" links
down the page on the cvsindex. Apologies to the TC4 developers if my
petulant frame of mind came through in the post.



> -----Original Message-----
> From: Kelly Kleinfelder [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 25, 2001 10:48 AM
> To: [EMAIL PROTECTED]
> Subject: Re: how to integrate mod_jk into Tomcat 4.0
>
>
> Bernard,
>
> I'm not too sure about Windows, but under Solaris, mod_jk.so
> goes under
> apache/libexec.
>
> HTH.
>
> Kelly
>
> ----- Original Message -----
> From: "Bernhard J. Hirschmann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, September 25, 2001 12:40 PM
> Subject: how to integrate mod_jk into Tomcat 4.0
>
>
> >
> > I want to use Tomcat 4.0 and the latest Apache webserver together on
> Win32.
> > Combining both mod_jk should be the best, right?
> >
> > I copied "mod_jk.dll" into jakarta-tomcat-4.0/lib
> > Also I copied the "mod_jk.conf" into jakarta-tomcat-4.0/conf
> >
> > When Tomcat starts now, a "mod_jk.conf-auto" should be
> generated, for
> > configuring Apache. But it doesn't.
> > So I guess I missed some entry somewhere, right?
> >
> > Any idea?
> >
> > Best regards,
> > Bernhard
> >
> >
>
>


Reply via email to