yes thats is what the problem is
i tried to build the mod_jk.dll from the source code as all the mod_jk.dll
available in the binaries of different tomcat versions were not working
at first it was cribbing about some header cfile called
http_conf_globals.h
i searched for that file and then put it there
but then also i got the following errors
can any body tell me where from can i download a mod_jk.dll which will work
fine for Apache2.0 or even the source to build from
thanks in advance
--------------------Configuration: modjk - Win32 Debug--------------------
Compiling...
mod_jk.c
C:\Windows\Desktop\Nagesh\mod_jk.c(94) : error C2061: syntax error :
identifier 'jk_module'
C:\Windows\Desktop\Nagesh\mod_jk.c(94) : error C2059: syntax error : ';'
C:\Windows\Desktop\Nagesh\mod_jk.c(158) : warning C4013: 'ap_psprintf'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(158) : warning C4047: '=' : 'const char
*' differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(162) : warning C4013: 'ap_pstrdup'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(162) : warning C4047: 'initializing' :
'char *' differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(166) : warning C4013: 'ap_table_set'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(179) : warning C4013: 'ap_table_add'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(183) : warning C4013:
'ap_send_http_header' undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(222) : error C2065: 'BUFF' : undeclared
identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(222) : error C2065: 'bf' : undeclared
identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(222) : error C2039: 'client' : is not a
member of 'conn_rec'
c:\windows\desktop\nagesh\httpd.h(830) : see declaration of
'conn_rec'
C:\Windows\Desktop\Nagesh\mod_jk.c(223) : error C2065: 'ap_size_t' :
undeclared identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(223) : error C2146: syntax error :
missing ';' before identifier 'w'
C:\Windows\Desktop\Nagesh\mod_jk.c(223) : error C2065: 'w' : undeclared
identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(223) : error C2146: syntax error :
missing ';' before identifier 'l'
C:\Windows\Desktop\Nagesh\mod_jk.c(224) : error C2146: syntax error :
missing ';' before identifier 'r'
C:\Windows\Desktop\Nagesh\mod_jk.c(224) : error C2065: 'r' : undeclared
identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(233) : warning C4013: 'ap_bwrite'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(241) : warning C4013: 'ap_bflush'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(267) : warning C4013: 'ap_pvsprintf'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(267) : warning C4047: '=' : 'char *'
differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(281) : warning C4013: 'ap_table_get'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(309) : error C2198: 'ap_get_remote_host'
: too few actual parameters
C:\Windows\Desktop\Nagesh\mod_jk.c(316) : warning C4090: '=' : different
'const' qualifiers
C:\Windows\Desktop\Nagesh\mod_jk.c(338) : warning C4013: 'ap_table_elts'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(339) : error C2065: 'ap_array_header_t' :
undeclared identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(339) : error C2065: 't' : undeclared
identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(339) : error C2106: '=' : left operand
must be l-value
C:\Windows\Desktop\Nagesh\mod_jk.c(340) : error C2223: left of '->nelts'
must point to struct/union
C:\Windows\Desktop\Nagesh\mod_jk.c(342) : error C2065: 'ap_table_entry_t' :
undeclared identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(342) : error C2065: 'elts' : undeclared
identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(342) : error C2059: syntax error : ')'
C:\Windows\Desktop\Nagesh\mod_jk.c(343) : error C2223: left of '->nelts'
must point to struct/union
C:\Windows\Desktop\Nagesh\mod_jk.c(344) : warning C4013: 'ap_palloc'
undefined; assuming extern returning int
C:\Windows\Desktop\Nagesh\mod_jk.c(344) : error C2223: left of '->nelts'
must point to struct/union
C:\Windows\Desktop\Nagesh\mod_jk.c(344) : warning C4047: '=' : 'char ** '
differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(345) : error C2223: left of '->nelts'
must point to struct/union
C:\Windows\Desktop\Nagesh\mod_jk.c(345) : warning C4047: '=' : 'char ** '
differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(346) : error C2223: left of '->nelts'
must point to struct/union
C:\Windows\Desktop\Nagesh\mod_jk.c(347) : error C2109: subscript requires
array or pointer type
C:\Windows\Desktop\Nagesh\mod_jk.c(347) : error C2224: left of '.key' must
have struct/union type
C:\Windows\Desktop\Nagesh\mod_jk.c(347) : warning C4047: 'initializing' :
'char *' differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(348) : error C2109: subscript requires
array or pointer type
C:\Windows\Desktop\Nagesh\mod_jk.c(348) : error C2224: left of '.val' must
have struct/union type
C:\Windows\Desktop\Nagesh\mod_jk.c(348) : warning C4047: '=' : 'char *'
differs in levels of indirection from 'int '
C:\Windows\Desktop\Nagesh\mod_jk.c(371) : error C2065: 'jk_module' :
undeclared identifier
C:\Windows\Desktop\Nagesh\mod_jk.c(371) : error C2223: left of
'->module_index' must point to struct/union
C:\Windows\Desktop\Nagesh\mod_jk.c(371) : fatal error C1903: unable to
recover from previous error(s); stopping compilation
Error executing cl.exe.
modjk.dll - 30 error(s), 19 warning(s)
----- Original Message -----
From: "Paul D. Bain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 28, 2001 5:26 PM
Subject: Re: jk_module loading problem
> At Tuesday 8/28/01 06:57 AM , Atif wrote:
> >hi,
> >i am trying to integrate tomcat3.2.3 with Apache2.0=20
> >for earlier version of Apache i used to
> >Load the jk_module
> >but now when have done so in the httpd.conf file
> >i get an error
>
> Atif,
>
> I am not an Apache expert, but I have been told that Apache modules that
> are designed to work with version 1.3.x generally will _not_ work with
> version 2.x. Most Apache 1.3.x modules will have to be re-written to work
> with Apache 2.x.
>
> -- Paul Bain
>
*********************************************************
Disclaimer
This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.
*********************************************************
Visit us at http://www.mahindrabt.com