You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Erik Hellman <Er...@bth.se> on 2001/05/02 10:16:06 UTC

Tomcat 4b3 with apache

Ok, since i didn't recieve any response to my last question I try it again.

Where can I find the source for mod_jk.do in the tomcat 4.0 b3 source? If it
isn't there, where can I find it?

// Erik


RE: Tomcat 4b3 with apache

Posted by Erik Hellman <Er...@bth.se>.
Ahh. Didn't find that in any doc...

Anyway. Edited Makedefs and set the correct paths etc. Ran 'make' and got
this:

make[1]: Entering directory
`/usr/java/jakarta/jakarta-tomcat-4.0/connectors/webapplib'
gcc -O6 -Wall -Wstrict-prototypes  -I../webapplib -c wa.c -o wa.o
In file included from ../webapplib/wa.h:99,
                 from wa.c:62:
../webapplib/wa_config.h:75: warning: function declaration isn't a prototype
In file included from ../webapplib/wa.h:101,
                 from wa.c:62:
../webapplib/wa_memorypool.h:77: warning: function declaration isn't a
prototype
wa.c:68: parse error before `*'
wa.c:68: warning: function declaration isn't a prototype
wa.c: In function `wa_init':
wa.c:69: `wa_connections' undeclared (first use in this function)
wa.c:69: (Each undeclared identifier is reported only once
wa.c:69: for each function it appears in.)
wa.c:72: `cb' undeclared (first use in this function)
wa.c:73: `wa_callbacks' undeclared (first use in this function)
wa.c:76: warning: implicit declaration of function `wa_callback_debug'
wa.c:76: `WA_LOG' undeclared (first use in this function)
wa.c:77: warning: implicit declaration of function `wa_callback_serverinfo'
wa.c:77: `WA_NAME' undeclared (first use in this function)
wa.c:77: parse error before string constant
wa.c:82: structure has no member named `prov'
wa.c: In function `wa_destroy':
wa.c:94: `wa_connections' undeclared (first use in this function)
wa.c:98: structure has no member named `prov'
wa.c:99: `WA_LOG' undeclared (first use in this function)
wa.c:103: `wa_callbacks' undeclared (first use in this function)
make[1]: *** [wa.o] Error 1
make[1]: Leaving directory
`/usr/java/jakarta/jakarta-tomcat-4.0/connectors/webapplib'
make: *** [webapplib/libwebapp.a] Error 2

Is it me or is it the source?

// Erik

> -----Original Message-----
> From: Patxi Echarte [mailto:patxi@nmp.es]
> Sent: Wednesday, May 02, 2001 10:23 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Re: Tomcat 4b3 with apache
>
>
> Hi, you have to build mod_webapp.so
>
> The sources are in the connectors directory.
>
> Patxi
>
> On Wed, 2 May 2001 10:16:06 +0200
> "Erik Hellman" <Er...@bth.se> wrote:
>
> > Ok, since i didn't recieve any response to my last question I
> try it again.
> >
> > Where can I find the source for mod_jk.do in the tomcat 4.0 b3
> source? If it
> > isn't there, where can I find it?
> >
> > // Erik
> >
>
>
> --
>
> [Patxi Echarte Ayerra]
>  patxi@nmp.es
>  NMP-New Media Publishing
>  Tel. 948 197 983
>  http://www.nmp.es
> --------------------------


Re: Tomcat 4b3 with apache

Posted by Patxi Echarte <pa...@nmp.es>.
Hi, you have to build mod_webapp.so

The sources are in the connectors directory.

Patxi

On Wed, 2 May 2001 10:16:06 +0200
"Erik Hellman" <Er...@bth.se> wrote:

> Ok, since i didn't recieve any response to my last question I try it again.
> 
> Where can I find the source for mod_jk.do in the tomcat 4.0 b3 source? If it
> isn't there, where can I find it?
> 
> // Erik
> 


-- 

[Patxi Echarte Ayerra]
 patxi@nmp.es
 NMP-New Media Publishing
 Tel. 948 197 983
 http://www.nmp.es
--------------------------