Hi, My application set up is: Client (Brower) -> http server <-(mod_jk)-> Tomcat In tomcat/webapps/app1 contains below folders Images Js Style WEB-INF http://ip:port/app1 will provide the
application login page But http://ip:port/app1/images/
should not display the images. I hope I need to configure at httpd only. I added below lines in httpd.conf, but.... <Directory /app1/images/> Options -Indexes </Directory> Please suggest the solution. Regards, Rajesh -----Original Message----- You mentioned Tomcat... Which directory listing is showing, the Apache one or
the Tomcat one? You have to configure them separately, as Apache will
pass straight through to Tomcat. More details Rajesh? Matus UHLAR - fantomas wrote: > On 03.07.06 12:33, rajesh.gannarapu@xxxxxxxxx
wrote: >> Thanks for your response, >> >> But what ever Jaqui said is not working. >> Is there any thing I missed? > > indexes are not turned on by default. You
probably have tuned them on > somewhere in htaccess or config file(s). Search
for "Indexes" in <Directory> > blocks and .htaccess files... --------------------------------------------------------------------- The official User-To-User support forum of the Apache
HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html>
for more info. To unsubscribe, e-mail:
users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest:
users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail:
users-help@xxxxxxxxxxxxxxxx
|