Installation guide
Installation, Upgrade, and Migration Information
30 iPlanet Web Server, Enterprise Edition Release Notes • June 20, 2001
(uri=%1, filename=%2)
servlet.NSServletRunner.msg_regexpMarkError = Bad regular expression: %1
servlet.NSServletRunner.msg_sessionMgrNotFound = SessionManager class not
found (%1): loading default one
servlet.NSServletRunner.msg_sessionMgrFailure = Unable to instatiate
SessionManager class (%1, exception=%2): initializing default one
servlet.NSServletLoader.msg_classSecurity = NSServletLoader: security
violation loading class (%1)
session.MMapSession.mgs_unable2Retrieve = Session Manager: unable to
retrieve the object (%1)
session.MMapSession.mgs_unable2Store = Session Manager: unable to
store the object (%1)
session.MMapSessionManager.msg_sessionType = MMapSessionManager: can
manage only MMapSessions
session.SimpleSessionManager.msg_limitReached = SimpleSessionManager:
cannot create a new session as the limit on maximum number of sessions has already
been reached: (%1)
session.SimpleSessionManager.msg_sessionType = SimpleSessionManager: can
manage only SimpleSessions
session.SimpleSessionManager.msg_maxSessionsNotValid = SimpleSessionManager:
maximum number of sessions should be an integral number; using a default value
(%1)
session.SimpleSessionManager.msg_timeoutNotValid = SimpleSessionManager:
session timeout value should be an integral number; using a default value (%1)
session.SimpleSessionManager.msg_simpleSessionManagerDefaultInit =
SimpleSessionManager: Default values for maximum number of sessions is %1 with a
time out value of %2 seconds
session.SimpleSessionManager.msg_simpleSessionManagerUnbindError =
SimpleSessionManager: Failed to call unbind method on an object bound to the
session by name (%1) due to %2
session.SimpleSessionManager.msg_simpleSessionManagerInit =
SimpleSessionManager: Maximum number of sessions (%1) with a time out value of
(%2) seconds
session.JdbcSessionManager.msg_sessionType = JdbcSessionManager: can
manage only JdbcSessions
session.JdbcSessionManager.msg_timeoutNotValid = JdbcSessionManager:
session timeout value should be an integral number; using a default value (%1)
session.JdbcSessionManager.msg_poolNotValid = JdbcSessionManager:
specified pool (%1) size is not valid, will using default value
session.JdbcSessionManager.msg_jdbcSessionManagerInit = JdbcSessionManager:
initialized with timeOut=%1, url=%2, driver=%3
session.JdbcSessionManager.msg_jdbcSessionManagerFailed = JdbcSessionManager: