Hi there, I tried to submit this to the JBuilder forum without success. Maybe someone can help me here.
I am at the end of Chapter 12 of the JBuilder 6.0 Web Application Developer's Guide, and when I try to Web Run the Servlet, I get an error. In the IDE Web View, there is: Error: 500 Location: /guestbookapp/servlet/guestbooktutorial.SignatureServletInternal Servlet Error:java.lang.ClassCastException: com.borland.internetbeans.j at com.borland.internetbeans.IxPageProducer.getSessionTupleModel(Unknown Source) at com.borland.internetbeans.IxPageProducer.servletGet(Unknown Source) at guestbooktutorial.SignatureServlet.doGet(SignatureServlet.java:23) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405) at org.apache.tomcat.core.Handler.service(Handler.java:287) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:81 2) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC onnectionHandler.java:213) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501) at java.lang.Thread.run(Thread.java:484) I do not know where the com.borland.internetbeans.j came from. Any help welcome. Luis. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
