How to configure mvc:default-servlet-handler tag?

How to configure mvc:default-servlet-handler tag?

Please feel free to suggest examples or any reference websites.

Thanks,

View Answers

March 23, 2013 at 10:42 AM

HI,

For configuring the mvc:default-servlet-handler tag we mostly using Java config or XML Namespace. Normally the tag is configuring with a handler for processing static resources and then it is forwarding static resource for requests to the default Servlet of the Servlet container.

For examples related this MVC:default-servlet-handler tag in Java









Related Tutorials/Questions & Answers:
Advertisements