Re: use of web.xml?

2008-12-13 Thread BJ Freeman
web.xml is the same as Tomcat.
there are, however a lot of parms
that are used specifically in ofbiz like
   context-param
param-namemainDecoratorLocation/param-name
param-valuecomponent://ecommerce/widget/CommonScreens.xml/param-value
descriptionThe 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


use of web.xml?

2008-12-12 Thread kiran19

hi all,
  can any one tell me the actual purpose of web.xml file in ofbiz
-- 
View this message in context: 
http://www.nabble.com/use-of-web.xml--tp20979976p20979976.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: use of web.xml?

2008-12-12 Thread Abhishake Agarwal
same purpose as in any j2ee web application.

On Fri, Dec 12, 2008 at 10:55 PM, kiran19 bsn.mur...@gmail.com wrote:


 hi all,
  can any one tell me the actual purpose of web.xml file in ofbiz
 --
 View this message in context:
 http://www.nabble.com/use-of-web.xml--tp20979976p20979976.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.




Re: use of web.xml?

2008-12-12 Thread arpit singh pandya

purpose is that, its deployment descriptor  file for the web application.

kiran19 wrote:

hi all,
  can any one tell me the actual purpose of web.xml file in ofbiz
  


Re: use of web.xml?

2008-12-12 Thread Ashish Nagar

arpit singh pandya wrote:

purpose is that, its deployment descriptor  file for the web application.

kiran19 wrote:

hi all,
  can any one tell me the actual purpose of web.xml file in ofbiz
  

Hi Kiran,
As Ofbiz is the project based on J2EE standards, so it uses web.xml as 
deployment descriptor. A deployment descriptor is used to define the 
welcome page,error-page,parameters used by filter and/or defined for 
whole application.Session timeout value, listener  Servlet-Mapping is 
also done in web.xml file.

I think this will help you.

Regards:
Ashish Nagar