I posted earlier to ask how to pass data from a servlet to a jsp, and appreciate the help I received. My problem is more fundamental though. I am working with jswdk 1.0, and got a basic servlet to be invoked from an html form. I would like use a jsp to display a table that the servlet accesses, but despite several hours of putting a simple jsp into various directories and calling various paths from my html form, I consistently get HANDLER THREAD PROBLEM socket closed exception when the servlet engine cannot find the jsp.
All the documentation I have describes Tomcat, which I manged to load successfully, but it's jswdk I am charged to work with. Also, my example jsp's that came with the jswdk do not work correctly, so I can't just try to reverse engineer how they work. The jsp directory structure in the "examples" directory does not mirror the one for servlets. I just want to make a servlet send data to a jsp and then have the jsp draw a page, repeated for a few separate servlets and jsp's in the same application. I've spent many hours simply trying to discern directory paths, and it is very frustrating. =========================================================================== 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
