Module jk2 failed to load into apache server!!

Hi There,

Does anyone knows what could be the problem if my apache server is running but unable to load JK2 module into the server. My HTTPS is running on Apache Server 2.0.49 with ssl enabled and compiled with Mod_ssl on HPUX-11.11i.

In fact we have try out the following parameter,

<home_dir>/apache/bin/apxs -i -a -Wc,-fpic -Wl,-b -c mod_jk2.c

Any how I got all errors and warning messages.:frowning:

Thank you.

Then you ought to post the messages, do you?

And how did you install it? I think I had installed mod_jk several times in the past, each time with different ways.

Thanks for the reply.

Earlier I was successfully installed the module for mod_rewrite.c in my machine. But when I using the same parameter for Mod_jk2.c then it was failed this is very strange :slight_smile:

Here is the command I used for install Mod_jk2.c

<home_dir>/apache/bin/apxs -i -a -Wc,-fpic -Wl,-b -c mod_jk2.c

Thanks

Didn't the ./configure script inside the mod_jk2 source bundle worked for you? I just used the ./configure script inside to compile it, and then copied the mod_jk2.so to Apache to install it.

Are we speaking of the same mod_jk2, and did you get the sources at Apache Tomcat® - Tomcat Connectors (mod_jk) Downloads ?

Hi There,

I managed to get my mod_jk2 working now.

Thank you. :slight_smile: