IntelliJ IDEA 2016.3 Help

Specifying the Servlet Initialization Parameters

This feature is supported in the Ultimate edition only.

You can customize the servlet initialization by specifying initialization parameters of the servlet. This allows the servlet to perform various one-time activities by overriding the init method of the Servlet interface. An initialization attribute is defined through the Name and Value parameters. In the Web application deployment descriptor web.xml, these parameters are presented as <param-name> and <param-value> elements.

See Also

Last modified: 21 March 2017