----------------------------------------------------------------
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!!!
----------------------------------------------------------------


Hit upon a wee problem here, and I am not too sure whether its the
Servlet API at fault here, or whether its Apache doing some
pre-processing before handing the request over to the Servlet Engine.

Basically, i have a URI; say "/project/xyz/test.db", where *.db is
mapped onto a particular servlet for processing.

Now if that directory physically exists, then everything is tickety boo.

However, if the directory path is not there, the Servlet is never even
hit, and not given the opportunity to process the file.  The browser
reports back the '404 File Not Found' page.

Whats happenning here?    Anyone got any info ?

Thanks

Alan


--
--------------------------------------------------------------
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]

Reply via email to