--
Hi jon !
First of all: Thanks very much for your efforts !
Second: I am not sure about the path problem under Win32.
I have a notebook installation here Win95 OSR2.1, JDK1.1.8, Apache 1.3.6,
JServ 1.0b5 and I also tried JServ1.0.
I used the normal installers to get all the stuff on my machine, but when I
clicked on the link to get to the mapped servlet engine page:
http://localhost/jserv/engine/0/
I always got an internal server error with the error message
> (EMERGENCY) ajp11: can not connect to host 127.0.0.1:8007
> (EMERGENCY) ajp11: connection fail
> (ERROR) an error returned handling request via protocol "ajpv11"
in the mod_jserv.log file.
I upgraded (or downgraded ;=) ) my machine to Win98, deinstalled JServ and
reinstalled it again. And guess what, it was working without any manual
changes to the configuration files.
This is the same behaviour Fredrik Widfeldt described in this thread (he
used a CD from which he starts an Apache/JServ installation). For him it is
working on most machines (Win9x/NT) but he got the same error on some Win95
machines.
So, for me it seems that there is a more general problem with Win95
(a/b/OSR2.x).
You mentioned that this error message is due to a path problem, so that the
JVM is not able to start properly. If this is the case there must be a Win32
API or STDLIB bug, which causes some internal getpath (or whatever) function
to work correctly on most and fail on some systems.
I would be happy to present you a workaround or a bug-fix, but I am not able
to dig further into this, because of a very time consuming diploma-thesis,
which I am writing at the moment. I hope with the information from this
thread you will be able to get the Win32 installer even more stable.
Michael
----- Original Message -----
From: jon * <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Friday, June 11, 1999 8:27 PM
Subject: Re: Apache JSERV 1.0b5 problems
> > In the mod_jserv.log file, I get :
> > (EMERGENCY) ajp11: can not connect to host 127.0.0.1:8007
> > (EMERGENCY) ajp11: connection fail
> > (ERROR) an error returned handling request via protocol "ajpv11"
>
> That error that you are getting is a result of the JVM not being able to
> start up properly. The error is the mod_jserv C portion of Apache JServ
not
> being able to connect to the running Servlet Engine java portion of the
> process.
>
> So, you need to figure out why the JVM is not starting up properly. Make
> sure that all of your paths in all of your configuration files are
correct.
> On Win32 machines, this could mean that it is an issue of having spaces in
> your paths. Try setting things up so that there are no spaces anywhere in
> any of your paths. Make sure that the path to the JVM binary executable is
> correct in your jserv.properties file. Make sure that your
wrapper.classpath
> has the correct paths to the JSDK and the ApacheJServ.jar file.
>
> -jon
>
>
> -- --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> READ THE FAQ!!!! <http://java.apache.org/faq/>
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]