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


My Mandrake installation sends me error in the configuration like this :

Log messages
___________________
When I ask for IsItWorking :
[root@eden /root]# tail /var/log/httpd/error_log
[Sun Apr 30 11:44:34 2000] [error] [client 10.0.0.1] Premature end of
script headers: /home/httpd/html/jserv
java.lang.NullPointerException
 at
org.apache.jserv.JServServletManager.checkReload(JServServletManager.java,
Compiled Code)
 at
org.apache.jserv.JServConnection.processRequest(JServConnection.java,
Compiled Code)
 at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled
Code)
 at java.lang.Thread.run(Thread.java, Compiled Code)
[Sun Apr 30 11:50:35 2000] [error] [client 10.0.0.1] Premature end of
script headers: (null)
[Sun Apr 30 12:56:10 2000] [notice] caught SIGTERM, shutting down

When I ask for any others, I get the same message  !



but I have copied my RedHat configuration  ! And it is working on this
one


Apache Version :
__________________
Name        : apache                       Relocations: (not
relocateable)
Version     : 1.3.9                             Vendor: MandrakeSoft
Release     : 17mdk                         Build Date: mer 05 jan 2000
11:10:01 CET


server-info :
Server Version: Apache/1.3.9 (NetRevolution Advanced Extranet
Server/Linux-Mandrake) mod_ssl/2.4.9 OpenSSL/0.9.4
PHP/3.0.13 mod_perl/1.21 ApacheJServ/1.1 DAV/0.9.17
Server Built: Jan 5 2000 05:09:42
API Version: 19990320:6

Server Settings
mod_ssl.c, mod_php3.c, mod_perl.c, mod_jserv.c, mod_roaming.c,
mod_ntlm.c, mod_dav.c, mod_setenvif.c, mod_so.c, mod_usertrack.c,
mod_headers.c, mod_expires.c, mod_digest.c, mod_auth_anon.c, mod_auth.c,
mod_access.c, mod_rewrite.c, mod_alias.c, mod_proxy.c, mod_userdir.c,
mod_actions.c, mod_imap.c, mod_asis.c, mod_cgi.c, mod_dir.c,
mod_autoindex.c, mod_include.c, mod_info.c, mod_status.c,
mod_negotiation.c, mod_mime.c, mod_log_referer.c, mod_log_agent.c,
mod_log_config.c, mod_env.c, http_core.c

JServ Version
__________________
Name        : ApacheJServ                  Relocations: /usr
Version     : 1.1                               Vendor: (none)
Release     : 4                             Build Date: sam 29 avr 2000
19:26:47 CEST

Release 4 because of some try I have done before consulting the FAQ,
What I have change :
./configure \
 --prefix=%{myprefix}          \
 --disable-debugging           \
 --with-apxs=$APXS_UTIL        \
 --with-logdir=%{logdir}       \
 --with-servlets=%{servletdir} \
 --with-jdk-home=/usr/share/jdk \    <------- Path to BlackDown JDK
1.2.2 RC4
 --enable-EAPI \                                <------- I use mod_ssl
 --with-JSDK=`pwd`/classpathx_servlet-%{jsdkversion}/servlet-2.0.jar

OS Version
___________________
Version     : 7.0                               Vendor: MandrakeSoft
Release     : 1mdk                          Build Date: sam 08 jan 2000
20:52:19 CET

cat /proc/cpuinfo
model name : Pentium II (Deschutes)
cpu MHz  : 300.687813
cache size : 512 KB



JServ Configuration :  (I have remove comments)
________________________

LoadModule jserv_module /usr/lib/apache/mod_jserv.so
ApJServManual off
ApJServProperties /etc/httpd/conf/jserv/jserv.properties
ApJServLogFile /var/log/httpd/mod_jserv.log
ApJServLogLevel notice
ApJServDefaultProtocol ajpv12
ApJServDefaultPort 8007
ApJServSecretKey /etc/httpd/conf/jserv/jserv.secret.key
ApJServMount /servlets /root
ApJServMount /servlet /root
ApJServMount /jet /jetspeed
ApJServMount /jsp /jsp
ApJServMountCopy on
ApJServAction .jsp /jsp/gnujsp
ApJServAction .jhtml /servlets/org.apache.servlet.ssi.SSI
ApJServAction .xml /servlet/org.apache.cocoon.Cocoon
<Location /jserv/>
  SetHandler jserv-status
  order deny,allow
  deny from all
  allow from localhost eden 127.0.0.1 eden.wanadoo.fr
</Location>







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