rishabh9's Trails
va.io.ByteArrayInputStream@4e280c At Line 33 /web-app/servle
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.
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.
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?
Debate - Is hot deployment good practice?
A trail of
13 pages
