well, the first problem is that it appears the java-side server isn't
running (indicated by the connection fail for ajp11). the second
question (why isn't the java-side server running) appears to be that the
JServ server class isn't in the right place or isn't in the classpath.
one thing you could try is hunt down the location of the jar file
containing javaorg.apache.jserv.JServ (it's probably in the
ApacheJServ.jar file) and start the server process directly or make sure
it's in your classpath and then invoke it. there are times when the
java-side server goes down and doesn't automatically start up again
(it's supposed to be supported by ajp11 and ajpv12, but it doesn't
always seem to work).
HTH.
................ron.
Darko wrote:
>
> Hello everybody,
>
> I just installed JDK117_v1a, JSDK2.0, jre, rt, jdk-native, and Apache_JServ-1.0
>
> jdk is working fine, but when I try to access my servlet thru the browser, I got
>Internal server Error on the
> screen, and following messages in my log files.
>
> jserv.log:
>
> [24/01/2000 16:18:44:394] (EMERGENCY) ajp11: can not connect to host 127.0.0.1:8007
> [24/01/2000 16:18:44:394] (EMERGENCY) ajp11: connection fail
> [24/01/2000 16:18:44:394] (ERROR) an error returned handling request via protocol
>"ajpv11"
>
> error_log :
>
> /usr/local/jdk117_v1a/bin/java: /usr/local/jdk117_v1a/jdk117_v1a/bin/i686/native
> _threads/javaorg.apache.jserv.JServ: No such file or directory
> exec:
>/usr/local/jdk117_v1a/jdk117_v1a/bin/i686/native_threads/javaorg.apache.jserv.JServ:
>cannot execute: No such
> file or directory
>
> What part of my configuration could be wrong ?
> Could anybody help me with this problem please ?
>
> Thanx in advance.
>
> Darko
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html