Hi, 
I just went through the process of building jk2 on Solaris. The short
answer is that jk2 is in native2. The long answer is that I have
included my build notes for Solaris. You may not need
'CPPFLAGS=-DBSD_COMP' on your platform. Try it without first. Adjust
your paths to fit. Good luck. I spent way too much time on this,
hopefully you won't have to. Also if you use jakarta-tomcat-4.1.12 make
sure you use jakarta-tomcat-connectors-4.1.12
Robert

BUILD THE TOMCAT CONNECTOR JK2
    
    - build the java jar files
    gunzip jakarta-tomcat-connectors-4.1.12-src.tar.gz
    /usr/local/bin/tar xvf jakarta-tomcat-connectors-4.1.12-src.tar
    cd jakarta-tomcat-connectors-4.1.12-src
    ant
    
    - build the native code
    cd jakarta-tomcat-connectors-4.1.12-src/jk/native2
    sh ./buildconf.sh

# you wont need to do this copy either
    cp  /usr/java/include/solaris/* /usr/java/include/

    CPPFLAGS=-DBSD_COMP  ./configure \
      --with-apxs2=/usr/local/apache2/bin/apxs \
      --with-tomcat41=/usr/local/tomcat \
      --with-java-home=${JAVA_HOME} \
      --with-java-platform=2 \
      --with-jni

    make CPPFLAGS=-DBSD_COMP

-----Original Message-----
From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, November 16, 2002 8:04 AM
To: Tomcat Users List
Subject: Re: building the mod_jk2 in one linux SuSE 8.1


how can i build the mod_jk2?
what i ust to download?
thanks

----- Original Message -----
From: "mlh" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Saturday, November 16, 2002 1:46 PM
Subject: Re: building the mod_jk2 in one linux SuSE 8.1


> Dionisio Ruiz de Zarate wrote:
> > i have build it (i think it) and i see in my line one file with the 
> > name
:
> > mo_jk.so.0.0.0. is this the mod_jk.so file?
>
> yes
>
> > with is the version? mod_jk or mod_jk2?
>
> mod_jk
>
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to