web.xml is the same as Tomcat.
there are, however a lot of parms
that are used specifically in ofbiz like
<context-param>
<param-name>mainDecoratorLocation</param-name>
<param-value>component://ecommerce/widget/CommonScreens.xml</param-value>
<description>The location of the main-decorator screen to use
for this webapp; referred to as a context variable in screen def XML
files.</description>
</context-param>
these are specific to the webapp that it is in.
kiran19 sent the following on 12/12/2008 9:25 AM:
> hi all,
> can any one tell me the actual purpose of web.xml file in ofbiz....