Frightening?  Perilous?  :)

As you said, this question isn't JSP related, but I'll risk the wrath of
the stay-on-topic'ers to get a solution in the archives. Here are the steps
I recently followed to rebuild JServ after adding mod_ssl. (And note that
there might be other ways to do this, but it worked for me.)

(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.  For example:
     #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

-----Original Message-----
From: Nitin Tomer [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 27, 2001 8:03 AM
To: [EMAIL PROTECTED]
Subject: slightly off topic


Hi All,

     I am using Apache-JServ-gnuJSP combo on Windows-NT. It was working
perfectly now untl now but then we decided to go secure (https). I
integrated OpenSSL-mod_ssl with Apache. But now it gives a frightening
error:

     Loaded DSO modules/ApacheModuleJServ.dll uses plain Apache 1.3 API, this
module might crash under EAPI! <please recompile with -DEAPI>. I tried to
compile the source, couldn't. I tried to search on the web for downloading
ApacheModuleJServ.dll compiled with -DEAPI, didn't get any.

     Can anybody help me out of this perilious situation. I am on a very
short deadline. PLEASE HELP.

Thanx in advance

Nitin

-- Jay Burgess
    Delano Technology Corporation
    mailto:[EMAIL PROTECTED]
    (913) 438-9444 x154

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to