CKLim wrote:
>
> How can I configure the JSWDK1.0.1 server to disallow directory listing?
> I've read the webserver.xml file but it's not very clear/helpful.
> Any examples, help or pointers to any other help is very much appreciated.
>
Hi,

our work around is:
1.) index.jsp or index.htm on each directory
2.) to avoid listing of upper directories from docbase
    with http://[HOST]/[PORT]/[PATH]/../..   :
    setting the docbase to a URL to another web server , file webserver.xml:
    docbase CDATA: "http://[URL]/[PATH]"

Regards

Dieter Bauckmeier


> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

--
Dieter Bauckmeier               email:          [EMAIL PROTECTED]
                                email privat:   [EMAIL PROTECTED]
                                phone:          +49 351 8505 436
                                fax  :          +49 351 8505 511
Multimedia Software GmbH                        http://www.mms-dresden.de
PF Bild- und Mobilkommunikation
Riesaer Strasse 5
Germany - 01129 Dresden
===================================================================
Stimm gegen SPAM!:              http://www.politik-digital.de/spam/
(unverlangte Werbe-Emails)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to