Maybe someone out there has been in this situation before:

I have been trying to run a few servlets from my web server (NES 3.6) but
I've not had much luck yet. I placed the servlets in the
/plugins/java/servlets directory, and set up this directory in the server
administration program.  When I call the servlet from my web page I get this
error:

java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method getWriter
()Ljava/io/PrintWriter; not found

I loaded the JSWDK 1.0 on my local machine and I'm able to run the servlets
without any problems. Is the problem with missing  javax.servlet.* class
files on the server? I tried putting the .jar files that came with the JSWDK
in various directories (/classes, /other-classes) but this didn't seem to do
anything. It seems that the server thinks PrintWriter is a class under
java.io...

Anybody have any experience with this (or suggestions)?

Thanks,
Dan

___________________________________________________________________________
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

Reply via email to