Anyone succeeding using Servlets and Kaffe?

Patrick Debois Patrick.Debois at lin.vlaanderen.be
Thu Jul 30 23:59:16 PDT 1998


I'm trying to use  JSDK2.0 and Kaffe1.01 on i386/BSD3.1
Any clue?


CLASSPATH:

/usr/home/jedi/public_servlets:.:/usr/home/jedi/usr/local/share/kaffe/pizza.jar:

/usr/home/jedi/usr/local/share/kaffe/Klasses.jar:/usr/home/jedi/lib-java/jsdk.jar

STARTUP:
java sun.servlet.http.HttpServer -r $HOME/public_html -v -p 9000 -d
$HOME/public_servlets -s $HOME/public_servlets/servlets.properties

 servletrunner starting with settings:
  port = 9000
  backlog = 50
  max handlers = 100
  timeout = 5000
  servlet dir = /usr/home/jedi/public_servlets
  document dir = /usr/home/jedi/public_html
  servlet propfile = /usr/home/jedi/public_servlets/servlets.properties

ERROR when calling http://<myserver>/servlet/SnoopServlet

javax.servlet.UnavailableException
        at java/lang/Throwable.<init>(30)
        at java/lang/Exception.<init>(21)
        at javax/servlet/ServletException.<init>(40)
        at javax/servlet/UnavailableException.<init>(76)
        at sun/servlet/ServletLoader.initProperties(189)
        at sun/servlet/ServletLoader.loadServlet(101)
        at sun/servlet/http/HttpServer.getServlet(326)
        at sun/servlet/http/HttpServerHandler.sendResponse(152)
        at sun/servlet/http/HttpServerHandler.handleConnection(120)
        at sun/servlet/http/HttpServerHandler.run(90)
        at java/lang/Thread.run(122)
Servlet not found: SnoopServlet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/19980731/7dbac2bf/attachment-0020.htm 


More information about the kaffe mailing list