----------------------------------------------------------------
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!!!
----------------------------------------------------------------
hi Walter,
> > when trying to surf to http://myserver/servlets/hello I get a 404 File not
> > found.
> Have a look at your jserv.properties files to see if the zone is defined
> corretly, also you need to look at the zone file. That is were apache is told
> that /servlet[s]/ must be mapped to /usr/local/httpd/servlets/
Thanks, but I didn't find any errors. Is the ApJServMount statement
correct?
in jserv.conf:
...
repositories=/usr/local/httpd/servlets
ApJServProperties /etc/httpd/jserv/jserv.properties
ApJServMount /servlets /root
...
in jserv.properties I have:
zones=root
root.properties=/etc/httpd/jserv/zone.properties
and in zone.properties I have:
repositories=/usr/local/httpd/servlets
tk.
--
--------------------------------------------------------------
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]