Hi,
I have been working on
jboss for quite some time. the HOT Deployment feature is simple amazing.
But Am worried about one thing. i have a simple web application. with few html ,
jsp's and
servlets.
let us take the following directory structure for my Simple.war application.
Simple.war
|
|--Jsps/One.jsp
|--WEB-INF/
when i point my browser to localhost:8080/Simple/Jsps
i get the Directory listing of files available in my public folder(Files out side WEB-INF) of my application
is there any way to prevent exposing my public files like, html pages, jsp's and few images i have used in my application.
if i give "localhost:8080/Simple/Jsps" then my browser should display some message other than displaying the directory Listings
Thanks!!!