> hello, > > in web.xml, is there any statement like this: > > <init-param> > <param-name>listings</param-name> > <param-value>true</param-value> > </init-param> > > if exists,try this: > <init-param> > <param-name>listings</param-name> > <param-value>false</param-value> > </init-param>
actually, i did this also, but no use.... I am using stanalone tomcat. I am not using APache server. Any more suggestions ....... Madhu > .So you only change value of listings parameter with "false". > > >From: Madhu Vadlapudi <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Problem with web.xml > >Date: Mon, 25 Aug 2003 15:46:17 +0530 > > > >Hello friends, > > > >I have a problem with web.xml, in specifying the welcome-file-list tag. In > > >the > >web.xml file i have specified in the following way. > > > ><welcome-file-list> > ><welcome-file>index.html</welcome-file> > ><welcome-file>index.jsp</welcome-file> > ><welcome-file>index.htm</welcome-file> > ></welcome-file-list> > > > >But my problem is, eventhough i have specified to pickup index.html as the > >welcome file my tomcat server is showing index.jsp file always. I tried > >other > >combination but no use. I am using tmcat-3.2.1. Other than conf/web.xml > >file, > >any other file i have to change or what? any installation problem? Please > >let > >me know..... > > > >Thanks, > > > >Madhu > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
