hi,

   I would like to connect Apache 2.0.43 with Tomcat 4.1 by using the JK2 
connector, I have try to build the src found at the adress :
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

Here you can find my build.properties file

>>>>>>>>>>>>>>>>>>>>>

#
# sample build.properties for ajp connector.
# edit to taste...
#


# Directory where catalina is installed. It can 
# be either 4.0 or 4.1
tomcat41.home=/usr/local/Tomcat4


# Location of Apache2, Apache1.3, Netscape, IIS
apache2.home=/usr/local/Apache2

# APR location - by default the version included in Apache2 is used.
# Don't edit unless you install 'standalone' apr.
apr.home=${apache2.home}

apr.include=${apr.home}/include
apr-util.include=${apr.home}/include

apr.lib=${apr.home}/lib
apr-util.lib=${apr.home}/lib
apache2.lib=${apache2.home}/lib


# Compile-time options for native code
so.debug=true
so.optimize=false
so.profile=false

# tools for other directories
# Metrowerks and novel ndk
#mw.home=d:/tools/mw/6.0
#novellndk.home=d:/tools/novell/ndk/nwsdk

# MSVC
#mssdk.home=c:/Program Files/Microsoft Visual Studio/VC98

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

I get this message  when I try to build the jk2 with the command
ant

Buildfile: build.xml

detect:
     [echo] -------- jakarta-tomcat-connectors --------

prepare:

BUILD FAILED
file:/home/mmichot/Documents/Brol/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build.xml:105:
 
Warning: Could not find file 
/home/mmichot/Documents/Brol/jakarta-tomcat-connectors-jk2-2.0.2-src/coyote/build/lib/tomcat-coyote.jar
 
to copy.

Total time: 2 seconds

Pleas help me !



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

Reply via email to