I've installed Tomcat 4.0 and the sample servlets work fine but when I try to compile any of my own I get errors. Java doesn't recognise the servlet components, do I need to download anything else?
: I've installed Tomcat 4.0 and the sample servlets work fine but when I try to compile any of my own I get errors. Java doesn't recognise the servlet components, do I need to download anything else? :
Did you import the servlet packages? Are they in your classpath? What exactly are the errors that you are getting?
: I've installed Tomcat 4.0 and the sample servlets work fine but when I try to compile any of my own I get errors. Java doesn't recognise the servlet components, do I need to download anything else? : A couple of questions. 1) What version of the Java SDK are you using ? 2) Is the Tomcat you are using a LE edition ( light edition that is sensitive to the version of the Java SDK ).
Comments
:
Did you import the servlet packages? Are they in your classpath? What exactly are the errors that you are getting?
: A couple of questions. 1) What version of the Java SDK are you using ?
2) Is the Tomcat you are using a LE edition ( light edition that is sensitive to the version of the Java SDK ).
j. mansigian
jcmansi@www.concentric.net