rishabh9's Stuff

Home » rishabh9 (3 trails)
rishabh9's Stats (public trails only):
Trails created: 3
Marks created: 18
Views received: 5,122
Positive ratings: 0
Negative ratings: 0
Comments received: 0
Comments left: 0
Rishabh Joshi (rishabh9)
Bangalore, India
rishabh9's Trails
va.io.ByteArrayInputStream@4e280c At Line 33 /web-app/servle
Tags: tomcat, prevent, param, displaying, bytearrayinputstream, ...
A trail of 3 pages
This page gives you information regarding the changes that you will have to make to Tomcat's configuration, to prevent a directory from listing.

In any case I have added the steps below:
1. In [TOMCAT]/conf/web.xml you can see the settings for the "default" servlet. One of the parameters there controls the directory listing capability.
2. Use welcome files, and always have a welcome file (eg index.jsp) in a directory. This will effectively prevent a directory listing being given, as it shows the welcome file in preference. This solution is more generic and should work on any web server.
Tags: tomcat, prevent, listing, directory, sdn, ...
A trail of 2 pages
I wanted to figure out if hot deployment works for EJB jar files on JBoss, and this was the first link I opened after searching on Google.

Debate - Is hot deployment good practice?
Tags: deployment, hot, redeployment, maindeployer, fails, ...
A trail of 13 pages