top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How do we configure init params for JSP?

0 votes
493 views
How do we configure init params for JSP?
posted Sep 18, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

We can configure init params for JSP similar to servlet in web.xml file, we need to configure JSP init params with servlet and servlet-mapping element. The only thing differs from servlet is jsp-file element where we need to provide the JSP page location.

answer Sep 19, 2017 by Pankaj Singh
...