Hi all,
I use jswdk-1.0.1 as a dev web server, my application run just fine. from
JSP call Servlet, no problem.
But when I move my code to IIS + ServletExec, it broke on the spot where
JSP calls Servlet. It give me error msg right away.
the servlet is not configured to ServletExec (don't see a reason to), but
the wtForm.class file is placed in Servlets directory. I don't see a reason
why it's not working.
Where did I do wrong, can anyone shed some light ?
Tks - Casper
java.lang.NullPointerException
at java.util.Hashtable.put(Compiled Code)
at newatlanta.servletexec.SEHttpSession.putValue(SEHttpSession.java)
at wtForm.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at newatlanta.servletexec.ServletExec.processServletRequest(Compiled Code)
at newatlanta.servletexec.ServletExec.ProcessRequest(Compiled Code)
at newatlanta.servletexec.ServletExec.ProcessRequest(Compiled Code)
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
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