Hello Everyone,

 

I have configured tomcat with apache using mod-jk.

Tomcat is running on port : 8080

And Apache is listening on port : 80.

I have disabled the directory listing for tomcat by 

Putting false under listing tag for default servlet in web.xml.

Now if I try to access like : http://localhost:8080/xyz/ 

It shows XYZ is not available 404 ERROR.

But when I access it like : http://localhost/xyz/

It shows the complete directory listing for xyz context.

I want to disable this directory listing .

What should I do?

 

regards 

Razat

Reply via email to