1. Initial parameter of servlet deployed to IBM Portal Server cannot be found stackoverflow.comI 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.comI 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" %> |