----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Jack:

A quick glance at your jserv.conf files and your jserv.properties file
show at least one error to me.  You have commented out your
ApJServDefaultHost line.  This means that by default JServ will use
"localhost" which maps to 127.0.0.1.  In looking at your
jserv.properties file, you have your
security.allowedAddresses=202.103.147.202.  This will prevent localhost
from connecting to jserv.  You should change it back to be consistent
(I recommend localhost for testing).

Lastly, stop the apache instance.  If any Java processes are still
hanging around, kill them.  You may have a case where an error is
causing your JVM not to be terminated when your do an httpd restart.

-MA

[EMAIL PROTECTED] 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!!!
> ----------------------------------------------------------------
>
> I have send a mail before, but have no reply,
> so I ask once more. The configuration file and
> log file can be found in
> http://202.103.147.202/
> and the error msg can be found in
> http://202.103.147.202/jserv/ ie.
> ajpv12://202.103.147.202:8007
>
> I configure a servlet enging in the following
> environment:
> 1.  BluePoint RedHat release 6.0(HedWig)
>     (Chinese Kernel code)
>     kernel 2.2.10        (on an i686, should be i386 ?)
> 2.  Apache1.3.9
> 3.  ApacheJServ-1.1b2
> 4.  jsdk2.0
> 5.  BLACKDOWN jdk1.2.2-RC3
> 6.  glibc-2.1.2-11       (has been upgraded)
> 7.  glibc-devel-2.1.1-*  (not upgraded, will be used ? )
> 8.  Perl5.005
>
> But always "Internal Server Error".
>
> Thanks
>
> JackWang
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to