-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
JServ cannot find my servlets, although they work in JRun and Netforge servlet
engines. I have been through the documentation many times and hope that
someone out there will see where I am missing something.
** Note that I think the problem is with #7 at the bottom. **
1. I know JServ is working because it responds to http://localhost/jserv/.
(Running on RedHat 5.0 and Apache).
2. /etc/httpd/conf/httpd.conf has "Include conf/jserv.conf".
3. /etc/httpd/conf/jserv.conf has "ApJServProperties ./conf/jserv.properties"
4. /etc/httpd/conf/jserv.properties has:
"zones=root,auctionsam_com"
...
"auctionsam_com.properties=/etc/httpd/conf/auctionsam_com.properties"
5. /etc/httpd/conf/auctionsam_com.properties has
"repositories=/home/conan/www/servlet/auction"
6. The package+servlet name is "auction.WebFrontEnd". I have it located in
"/home/conan/www/servlet/auction/" so that the real path is
"/home/conan/www/servlet/auction/auction/WebFrontEnd.class"
7. I try to reference it with the URL: "http://.../servlet/auction.WebFrontEnd"
and get a 104 error. I THINK this is the problem--I am not referencing it
correctly with the URL, but I cannot find good documentation on how URL
references get translated into real filesystem directories.
Any help is very much appricated!
--
Conan C. Albrecht
Director of Programming
Center for the Management of Information
University of Arizona
McClelland Hall Room 114
Tucson, AZ 85721
http://www.cmi.arizona.edu/users/calbrecht/
[EMAIL PROTECTED]
(520) 621-2640 (voice)
(520) 991-0644 (cell)
(520) 621-2641 (fax)
--
--------------------------------------------------------------
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]