----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,
I think that first, you must check again you have correct environmant to
install apache and jserv :
    - at least jre/jdk 1.1
    - exactly jsdk 2.0
    - gnu compiler
    - apache
    - jserv
then, installing apache+jserv by static linking jserv with apache is the
easiest way.
after that please check whether the "mod_jserv" library was linked with
apache
by running the command httpd -l

finally, you must configure apache and jserv configuration files :
    - apache : httpd.conf must include the line : Include
<jserv-install-dir>/jserv/etc/jserv.conf
    - jserv :
            + jserv.properties must inculude the lines :

wrapper.classpath=<jserv-install-dir>/jserv/libexec/ApacheJServ.jar
                    wrapper.classpath=<jsdk2.0-install-dir>/lib/jsdk.jar
            + zone.poperties, for your example, must include the line :
                    servlet.IsItWorking.code=IsItWorking

As the over steps were done, you could test :
    - apache : http://...
    - jserv : http://.../servlet/IsItWorking

I hope that will help you

Tang Choun LIM




----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, August 22, 2000 4:37 PM
Subject: Re: Jserv in RH6.2


> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
>      Hello, I have roughly the same environment, Mandrake+Apache+Jserv,
all
>      RPMs.
>
>      And I had never been able to see the JServ and IsItWorking servlet
>      run. Any time i try to access them, I get faults in the log.
>
>      I will post my logs (again), if you like to see them.
>
>      Anyway, I have studied the configuration files for over a month, I
>      understood them, and at the end I am persuaded that the problem is in
>      the RPMS, which try to use libs which are not fully compatible.
>
>      And I am stuck there, 'cause I do not know how to proceed: reinstall
>      Linux from scratch (maybe I have compromised my libs?) or what else
>      with Jserv?
>
>      So, I pray you, if you get out of the sand, please help me too.
>
>      Lorenzo
>
>
> ______________________________ Reply Separator
_________________________________
> Subject: Re: Jserv in RH6.2
> Author:  bricker ([EMAIL PROTECTED]) at internet
> Date:    22/08/2000 3:55 PM
>
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> On Tue, 22 Aug 2000, you wrote:
> > ----------------------------------------------------------------
> > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> > WHEN YOU POST, include all relevant version numbers, log files,
> > and configuration files.  Don't make us guess your problem!!!
> > ----------------------------------------------------------------
> >
> > Hi,
> >
> >       program: Apache 1.3.12 (RPM)  + JServ 1.1.2 (RPM)  in RedHat 6.2
kernel
> > 2.2.16-3 + Netscape 4.75 i'm running as root.
> >
> >       i was able to access http://127.0.0.1/jserv/ and got the
apacheJServ 1.1
> .2
> > status,   but got an internal server error when accessing
> > http://localhost/servlet/IsItWorking
> >
> >       what could be the problem? thanks in advance
>
> Probably you need to use the repository directive to tell Jserv where the
> servlets directory is. However without log files, I can only guess. Can
you
> pinpoint and post the error logs that you get when you call IsItWorking?
>
> Ben Ricker
> Senior Web Admin
> US-Rx, Inc.
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to