Samstag, 1. Juni 2002 00:09 schrieb [EMAIL PROTECTED]:
> I downloaded the apache 2x and tomcat 4.0.3 binaries. I got both running
> fine in stand alone mode (ie..pulling sample pages).  I downloaded the
> tomcat connectors tar.
>
> I ran the following script:
>
>    cd ${TOMCAT_CONNECTORS_SRC_HOME}/webapp
>                      chmod +x support/*.sh
>                      ./support/buildconf.sh
>                      ./configure --with-apxs=${APACHE_HOME}/bin/apxs
>                      make

Hi Paula,

I understood your question the {TOMCAT_CONNECTORS_SRC_HOM}/webapp/README.txt 
states:

we need to download the
APR (Apache Portable Runtime) sources. To do this simply:

    cd ./jakarta-tomcat-connectors/webapp
    cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
        checkout apr

When the APR sources are in place, we need to create the configure
script, configure both APR and the WebApp module and compile:

    ./support/buildconf.sh


This is what I had to do before I could compile the connectors.

Hope that helps

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

Reply via email to