-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Gregory A. Krasnow <[EMAIL PROTECTED]>
> [...] I decided to try this new ApacheJServ1.1.
> It compiled and installed just fine.
> [...] unfortunately either the ApJservMount works
> differently then it used to, or something is wrong with the
> apjv12 protocol since I get the following in my
> mod_jserv.log when I try http://localhost/servlet/snoop
> (although http://localhost/jserv/ does show me the little
> status information):
>
> [30/09/1999 08:41:40:495] (ERROR) ajp12: Servlet Error:
> Received empty servlet name
>
> [...]
Did you add "bindaddress=localhost" to "jserv.properties"?
As far as managed to discover you must make sure that
your server name and the "bindaddress" are the same.
I got the above error trying to access /jserv/engine/0/.
The URL I used was:
http://peshoo/jserv/engine/0/
where "peshoo" is the name of my local development machine.
It really got me confused because http://peshoo/jserv/ was
working fine. But when I checked "httpd.conf" and saw
"ServerName localhost" in there, I tried:
http://localhost/jserv/engine/0/
and it solved the problem.
--
Pawel Pesz
InsERT.net, Wroclaw, Poland
mailto:[EMAIL PROTECTED]
http://www.insert.net.pl
--
--------------------------------------------------------------
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]