From: Adam S. <ash...@bl...> - 2002-04-30 15:25:22
|
Hello, I've had problems getting jschemeFull_5_0_0.jar running (no main class = error) but java jscheme.REPL works fine on the jscheme.jar that can be = downloaded from here ( = http://jscheme.sourceforge.net/jscheme/doc/userman.html#download ) Is the jscheme.jar an earlier version. Also re jschemewebapp.jar , if you download it to $CATALINA_HOME/webapps = and unpack it, it creates a webapp sub directory with jscheme directory = inside it. If I move the jscheme directory up so that it resides in the = webapps directory then I can access=20 http://localhost:8080/jscheme/ and http://localhost:8080/jscheme/test = just fine, and the date servlet works.=20 However the mailtest and mylibdemo servlets throw the following = exceptions respectivley. I have only included the top lines as they = wen't on for a long time. (SERVLET ERROR )SchemeException:[[ERROR: undefined variable "send-mail",#null]] ... (SERVLET ERROR )SchemeException:[[ERROR: undefined variable "generic-page",#null]] ... Looking at the console output from Tomcat it appears that the relevant = .scm files (mail.scm and mylib.scm) are failing to load. I checked in = the servlets themselves and the path to the two .scm files are correct, = so I can't see why they don't load, but I imagine that this is the = source of the servlet errors above.=20 Anyone else had similar problems and go them sorted? Cheers Adam |