Since Apachejserv.dll runs in Windows 32 bit platform.You will need a
compiler
which can make them.To the best of my knowledge I know of these
compilers
VisualC++,Borland C++,Ming32 I haven't tried using cygnus gcc compiler
so
I can't make a suggestion that it will work.
As far as the files you need to compile the ApacheJserv has 2 parts
one is the java application server which can be compiled using java
compiler.
the other one is the C/C++ dll part which can be compiled as suggested
above.
Unless you are using Tomcat then ApacheJserv.jar is replace by Tomcat
jar file.
See Tomcat installation details.
pkd
Gregory Castro wrote:
>
> I had a similar problem as Bryan when tried to start
> JServ 1.0 with OpenSA.
>
> Sorry to ask such basic questions, but I�m a little bit
> lost (to be a lot euphemistic!): I need to use what kind
> of compilers: C ANSI or C++? What files do I need
> to recompile? I just need to change the parameters
> in nmake or do I have to change something in the
> code?
>
> Thanks for the patience and help.
>
> Gregory Castro.
>
> -----Mensagem original-----
> De: Pranab Dhar [mailto:[EMAIL PROTECTED]]
> Enviada em: segunda-feira, 1 de maio de 2000 13:57
> Para: [EMAIL PROTECTED]
> Assunto: Re: Tomcat 3.1 + Opensa
>
> You will have to recompile ApacheJserv.dll with -DEAPI set as a compile
> flag.Once you add modssl
> all DSO's need to be recompiled with -DEAPI (Extended API).I think there
>
> is something like this
> in Makefile.win32 for ApacheJserv.dll :
> !IFDEF EAPI
> JSERV_DEFINE = $(JSERV_DEFINE) /D "EAPI"
> !ENDIF
> try using nmake /f Makefile.win32 EAPI=ON
>
> PKD
>
> Bryan Freeland wrote:
> >
> > I get the following error when using opensa .20 and tomcat 3.1
> > ApacheJserv.dll:
> >
> > Starting httpd: [Tue Apr 25 11:01:12 2000] [warn] Loaded DSO
> > modules/mod_jserv.so uses plain Apache 1.3 API, this module
> > might crash under EAPI! (please recompile it with -DEAPI)
> >
> > Can someone point me in the right direction on clearing up this error
> > message? Do I need to recompile tomcat using opensa's version of
> > Apache??? Any help will be greatly appreciated.
> >
> > Bryan