Hi,
>>1)how to restrict users from accessing html files directly(without
>>authentication) in tomcat-apache??
Write to httdp.conf of apache or tomcat.conf if it is included in
httpd.conf
<location <path>>
AllowOverride None
Order allow,deny
Deny from all
</location>
>>2) how to prevent directory listing for directories under Tomcat
context?
Options -Indexes
Regards
John.
Deepak C S <[EMAIL PROTECTED]>@java.sun.com> on 01/16/2001
04:49:41 PM
Please respond to A mailing list about Java Server Pages specification
and reference <[EMAIL PROTECTED]>
Sent by: A mailing list about Java Server Pages specification and
reference <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: help pls
hi,
1)how to restrict users from accessing html files directly(without
authentication) in tomcat-apache??
2) how to prevent directory listing for directories under Tomcat
context?
pls help
thanx,
deeps
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets