Since it looks like your are trying to use Kaffe, I'd suggest that you start
from scratch instead...
Download the Java Dev Kit 1.2.2-RC2 from Sun, the JServ and Apache Web server
from apache.org, and follow the installation instructions closely. They work.
Niclas
Rajesh P Jain wrote:
> Hi listers,
> We have to do servlet programming in linux,for that we need to
> configure the servlet engine apache jserv. When we tried to configure the
> jserv using the ./configure command ( as said in the documentation) it shows
> an error as ' /usr/local/JSDK2.0 does not exist'. When we gave the JSDK
> location it gives an error as javax.servlet.Servlet class not found in the
> specified path. Actually we are having the jar file in the path
> /usr/share/kaffe/servlet.jar and we gave the same
> during the jserve configure. But still we are getting the error. We dont
> know correctly where the problem lies.