Having no experience with mod_jk, I honestly don't know. But I'd guess
that the process can't be that much different.
Jay
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 10:21 AM
To: [EMAIL PROTECTED]
Subject: RE: Apache + JServ + SSL
I am getting the same error when I use mod_jk as well. Can I try the same
solution, with changes specific to mod_jk?? Or is there any different
approach to solve this??
-Thanks,
Rajaram.
Jay
Burgess
<jburgess@delanotec To:
[EMAIL PROTECTED]
h.com> cc:
Sent by: Subject: RE: Apache +
JServ + SSL
owner-modssl-users@
modssl.org
04/20/01 11:04
AM
Please respond
to
modssl-users
>
> If I well understand the message, I must recompile the JServ module
> ApacheModuleJServ.dll) with -DEAPI option ... How can I do that (I know
> that I must do it with Visual C++) ? Or where can I find a Apache
version
> compiled with -DEAPI option ?
>
Boy, this must be my day to answer questions. :)
Here's what I just did last week, and it works for us.
(1) Create a file called "configure.win32 "in the directory
<JSERV_ROOT>/sources/c. It should contain the following information (note
the paths will have to be adjusted to match your setup):
PACKAGE=ApacheJServ
VERSION=1.1.2
APACHE_SRC=d:/servers/apache/src
JAVA_HOME=d:/java/jdk1.2.2
JSDK_HOME=d:/java/jsdk2.0
EAPI=true
(2) In the <JSERV_ROOT>/sources/c directory, modify makefile.win32 as
follows:
Replace both instances of "CoreR" with "Release".
Comment out the jserv.h build rule:
#jserv.h: autochange.exe
# @autochange PACKAGE=$(PACKAGE) VERSION=$(VERSION) <
jserv.h.in > jserv.h
(3) Rebuild JServ:
nmake /f Makefile.win32 @configure.win32
(4) Copy the newly built ApacheModuleJServ.dll to the <WEBSERVER_ROOT>
directory.
Jay
-- Jay Burgess
Delano Technology Corporation
mailto:[EMAIL PROTECTED]
(913) 438-9444 x154
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]