productSearchRPP 8
Even you can try this in your jsp.
ServletContext context = pageContext.getServletContext(); com = context.getInitParameter("com");
and with jstl you can use.
${initParam['theStringIWant']}