jean-frederic clere at [EMAIL PROTECTED] wrote:
> Clere Jean-Frederic FSC EP LP COM 5 wrote:
>>
>> Hi,
>>
>> I have started to test mod_webapp I have some complains:
>> - It needs gnu make but could have used normal make. - Should I change it? -
>> - When configuring APR I need to pass some parameters:
>> CC=/usr/bin/cc \
>> CFLAGS=-DXTI_SUPPORT \
>> ./configure --enable-static --disable-shared --disable-threads
>> (I will add this to the README.txt)
>> - The make build the java part but it needs CLASSPATH... (We use ant
>> everywhere,
>> why using make for mod_webapp).
>
> If we are not using ant what about using
> --with-tomcat=_directory_where_tomcat_is_installed to find the catalina.jar
> file we need?
No, I don't like it... As the Java part will always be distributed with
Tomcat 4
Pier