Re: Iplanet 6.0 web-apps.xml config issue.
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, November 4, 2006 07:39 PM
The error message is trying to tell you that the elements you wrote in your server.xml do not come in the specific order specified by the DTD. I think the "?" after an element name means (0 or 1 of these, no more than 1) and the "*" means (any number, 0 or more, of these).
It looks to me like the main problem is that "parameter-encoding" has to come BEFORE "session-manager", not after it as you wrote ... and also make sure that your "web-app" comes AFTER "session-manager" ...