Initialization « Parameter « JSP-Servlet Q&A





1. Initial parameter of servlet deployed to IBM Portal Server cannot be found    stackoverflow.com

I have defined a set of initial parameter for my servlet in web.xml file. I have deployed that servlet to a IBM Portal Server v6.1. I can read those parameters in ...

2. JSP Initialization Parameters    coderanch.com

I am having the same problem I am trying to access the jsp init parameters from the jsp file. And its not working. If somebody know please tell. Here is the jsp file <%@ page import="java.util.*" %> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %>