Configuring JSP with Netscape

2000-03-16 Thread John Gbur
) at com.netscape.server.http.servlet.NSServletRunner.loadServlet(NSServletRunner.java:529) at com.netscape.server.http.servlet.NSServletRunner.Service(Compiled Code) -- Any suggestions? John Gbur

SSJS

2000-03-20 Thread John Gbur
Does anybody know how to include SSJS (server-side javascript) in a jsp page? I am using NES 4.0 and it doesn't seem to recognize the and tags. John Gbur === To unsubscribe: mailto [EMAIL PROTECTED] with body: &qu

Cannot find JDBC

2000-03-22 Thread John Gbur
This is a resend, due to problems with the Subject line: Using NES 4, I cannot get JDBC to work. The JSP compiler can't find the ResultSet and Statement classes. What needs to be in CLASSPATH? Is there some other way to accomplish this, such as a directive? John

JSP Version

2000-04-07 Thread John Gbur
How do I find out the version of JSP I am running? Our web server is NES 4.0 SP3. If it is version .89, where can I find the valid syntax for this version? John Gbur === To unsubscribe: mailto [EMAIL PROTECTED] with body

Updateable cursor

2000-04-14 Thread John Gbur
esultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE); ResultSet rs = stmt.executeQuery("select * from num"); rs.moveToInsertRow(); This last line produces the SQLException: Invalid operation for read only resultset: moveToInsertRow I am using NES 4.0 SP3 and JDK 1.

Jsp directory

2000-04-20 Thread John Gbur
suggestions? Thanks. 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.

flushBuffer not found

2000-05-24 Thread John Gbur
Using iPlanet 4.1, I get this message at the end of executing every jsp page. The output looks find, but I'm concerned about any side effects if the buffers are not getting flushed. Has anyone seen this? John Gbur Internal error: exception thrown from the servlet service function

Re: flushBuffer not found

2000-05-24 Thread John Gbur
Clegg, Thanks for the advice...it fixed the problem! John Gbur Clegg Scott wrote: > I resolved this error message awhile ago. You are not alone... > > This error message indicates a version issue on the servlet.jar file. I > received this error message when my servlet runner

NotSerializableException

2000-06-23 Thread John Gbur
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

Re: how to force iplanet to recompile a jsp

2000-06-30 Thread John Gbur
What was the problem in the installation, and how did you fix it? John Gbur Bodduls Sridhar wrote: > I also faced the same problem. Actually it is becaue of improper > installation of I-planet Web server. After installing properly > i fixed the problem > >