It's all working now.  No need to reply

Steve Aras wrote:

> I'm in the process of figuring out <context> and they way it works.  So I deleted
> RequestParamExample.class
>
> I modified RequestParamExaple.java and tried to compile it.
> It fails.  The error is below.  During my setup of TomCat I was instructed to
> install
> jakart-servletapi-3.2.  I looked at servlet.jar and figured I should add it to my
> $CLASSPATH.
>
> Any ideas?
>
> [root@localhost classes]# javac RequestParamExample.java
> RequestParamExample.java:8: package javax.servlet does not exist
> import javax.servlet.*;
> ^
> RequestParamExample.java:9: package javax.servlet.http does not exist
> import javax.servlet.http.*;
> ^

Reply via email to