> -----Original Message-----
> From: java-apache-users
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
> Sent: 09 March 1999 18:41
> To: Java Apache Users
> Subject: Re: Jserv Installation Problems
>
>
> > cc -DSOLARIS2=260 `../../apaci` jserv_mkimg.c -o
> > jserv_mkimg "jserv_mkimg.c", line 63: warning:
> initializer
> > does not fit or is out of
>
> ok, i just fixed this error in the cvs. funny thing is that gcc didn't
> complain about this one for some reason...maybe cause -Wall wasn't on.
> although, this warning shouldn't have been any concern for you.
Now that I've got everything working I'm still getting those warnings,
so as you say Jon they're far from fatal.
> > Running the command "httpd -l" shows that the mod_jserv.c
> module has not
> > been compiled in to my Apache build, hence the failure to
> recognise the
> > 'ApJServManual' command I guess.
>
> Well, at least you know what the problem is <smile>. Maybe
> looking into the
> "make install" logs would help you a bit more. Did you follow all the
> directions in the INSTALL file? I have pretty close to your
> same platform
> and configuration and I just followed the directions and they
> worked for me.
> It would be helpful to know what works for you when you get
> it working. That
> way we can modify the INSTALL file to make it easier for others.
Following some feedback I got from Paul Shannon, who emailed me
directly, I rebuilt Apache with DSO enabled and followed the JServ
installation procedure for a DSO install. Everything went very smoothly
indeed.
An error which Paul warned me would appear was that line 53 in
example/jserv.properties read "wrapper.classpath=" which I had to edit
to read "wrapper.classpath=/usr/java/lib/classes.zip" to get apachectl
to start successfully and for <http://myserver:myport/example/Hello> to
respond correctly.
--
Noel McNulty
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]