Hello Everyone,

Not to sure how to phrase this but here I go anyways. I am attempting to secure a 
folder that is located within my application. This folder contains pdf's that only 
need to be accessible by tomcat, the site requires a password to enter. At first if I 
did www.domain.com/pdfs/somefile.pdf it would open up somefile.pdf. So I tried this in 
my http.conf file for the website:

<Location "/pdfs">
  order deny,allow
  deny from all
  allow from 127.0.0.1
</Location>

But now tomcat cannot even retrieve the pdf's. Am I doing this right. Could you please 
point me to some doc's that might explain this more.

Not sure if this helps or not:

Windows 2000 Server SP4
Tomcat 4.1.24 LE
Apache 2.0.46
JDK 1.4.1_02

Thank you for time

Dean

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to