web.xml - is a standard war deployment descriptor that maintains all the information about your web application (servlets, mappings, and initialization). For more info about web.xml consult Java TN Servlet specification (for version 2.4 look into SRV.A and SRV.B)
jboss-web.xml - is a vendor specific (jboss) web application deployment descriptor, that allows you to specify additional information (context path). You can get additional info at: http://www.huihoo.com/jboss/online_manual/3.0/ch07s22.html The configuration files you should care about are portlet.xml (standard JSR 168 defined portlet deployment descriptor) and jboss-portlet.xml (vendor specific deployment descriptor extension) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870074#3870074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870074 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
