Re: How to disable directory listing in WebSphere ear files
Mar 29, 2006 in response to
rosemaryphilip wrote: > That didnt work for some reason. > > I had directoryBrowsingEnabled=true in the file, which I changed to false.I did recycle the app and server many times. > > Here is what I have in the ibm-web-ext.xmi file in the ear/war/WEB-INF folder. > > <webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:webappext="webappext.xmi" xmlns:webapplication="webapplication.xmi" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:id="WebApp_1_Ext" reloadInterval="3" > reloadingEnabled="false" fileServingEnabled="true" directoryBrowsingEnabled="false" > serveServletsByClassnameEnabled="false" > preCompileJSPs="false"> > <defaultErrorPage xsi:nil="true"/> > <additionalClassPath xsi:nil="true"/> > <webApp href="WEB-INF/web.xml#WebApp_1"/> > </webappext:WebAppExtension> > > Also I had added this to ibm-application-bnd.xmi and ibm-application-ext.xmi previously while I was trying to make this work, but both didnt work either. > > Is there something else somewhere which I am missing? > Thanks very much for the help > Edit it in the ear/war BEFORE deploying.