Hi, We are using iPlanet Web Server 4.0 for small JSP applications within our intranet. Recently, we started installed iPlanet web server 6.0 and moved our application from 4.0 to new server iPlanet 6.0. For all the testing I have done, everything seems to work except the following line: ServletContext imagectx = getServletConfig().getServletContext();
If I print "imagectx" from iPlanet webserver 4.0 it prints "com.netscape.server.http.servlet.NSServletContext@88cc1d4a" But from webserver 6.0, the same "imagectx" prints just "<-context>" (without quotes). I don't know much about servers, is this problem related to web server sessions or servlets? If someone has configured iplanet webserver 6.0 please share your knowledge/ Thanks so much Hassan Dasti Ext: 6-3709 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
