This is really a Servlet problem, but maybe somebody has some answer.
Sorry if it is slightly off-topic.

Using iPlanet Web Server 4.1, we cannot save session or context
attributes.  We get the error:

Session Manager: unable to store the object
(java.io.NotSerializableException: com.csf.action.Logger

We are using MMapSession Manager and have implemented the Serializable
interface for this object.  I understand that making the application
distributable requires the objects to be serializable, but we do not
need this for our application.  If this option is set for our
application, how do we turn it off (I assume it is an option in
iPlanet).  Thanks for any help.

John Gbur

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to