Where can I find the full documentation of deployment descriptor(web.xml)
问题 Is there a full documentaion of the deployment descriptor that describes each element and each sub-element? I realy can't find it. P.S. I ask because I found the way to set maxAge of session cookies by adding <session-config> <session-timeout>525600</session-timeout> <cookie-config> <max-age>31536000</max-age> </cookie-config> </session-config> into DD. But I cannot find any official documentation that describes <cookie-config> element. 回答1: For the standard Java EE deployment descriptor