----------------------------------------------------------------
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 am running Apache 1.3.12 with JServ 1.1.2 compiled in statically. I am
able to view the JServ status page successfully, but none of my own
servlets (or for that matter, even the simple Hello-servet that came as an
example) work. When I try to access them with my web browser, all I get is
"Bad Request: Your browser sent a request that this server could not
understand." At the same time, this error is added to jserv_log:
"ajp12: Servlet Error: Received empty servlet name". This happens
regardless of what I actually enter as my servlet's name.
I have been trying to solve this problem for a very long time and I am
getting quite desperate. As background, I have been trying to upgrade
an older working configuration (Apache 1.3.6 with JServ 1.0b5) to a newer
one. I have NOT tried to use the old configuration files with ajpv11 and
everything; I have been very careful to copy-paste-modify data selectively
and I have double-checked everything many times now.
I have searched through the whole FAQ without finding anything about my
problem. I am sure to call my servlets through the web server, not by
calling port 8007 directly. (http://myhost/servlets/servletname) My
security settings and other configuration are as follows:
ApJServSecretKey DISABLED
ApJServMount /servlets ajpv12://localhost:8007/root
root.properties=/usr/local/jserv/etc/zone.properties
security.selfservlet=true
security.allowedAddresses=127.0.0.1
security.authentication=false
Please help. Thank you for your time!
Tero Karttunen
[EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]