web.xml is the Java EE specific deployment descriptor for the web application. geronimo-web.xml is the Geronimo app server specific deployment plan that usually provides mapping of any resources and other configuration used by the web application. Deployment plan can either be packaged in the WAR file under WEB-INF directory (in this case the file name should be geronimo-web.xml) or specified at deployment time (in this case there is no restriction on the file name used).
++Vamsi On Tue, Mar 4, 2008 at 12:07 PM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Hi, > > May i know the significance of writing geronimo-web.xml in WEB-INF, > along with web.xml, while deploying war files. > > -- > Regards, > > Praveena Chalamcharla, > Securview....
