From: Timothy H. <tim...@ma...> - 2002-05-01 00:52:50
|
On Tuesday, April 30, 2002, at 10:24 AM, Adam Shimali wrote: > Hello, > I've had problems getting jschemeFull_5_0_0.jar running (no main class=20= > error) but java jscheme.REPL works fine on the jscheme.jar that can be=20= > downloaded from here=20 > ( http://jscheme.sourceforge.net/jscheme/doc/userman.html#download ) > =A0 > Is the jscheme.jar an earlier version. Sorry, this jar file is a jar of the entire source directory, you unpack=20= it using % jar xvf jschemeFull_5_0_0.jar and you can then build jscheme using % cd jscheme % src/build/bootstrap > =A0 > Also re jschemewebapp.jar , if you download it to=20 > $CATALINA_HOME/webapps and unpack it, it creates a webapp sub = directory=20 > with jscheme directory inside it. If I move the jscheme directory up = so=20 > that it resides in the webapps directory then I can access > http://localhost:8080/jscheme/=A0and=20 > http://localhost:8080/jscheme/test=A0just fine, and the date servlet=20= > works. > =A0 > However the mailtest and mylibdemo servlets throw the following=20 > exceptions respectivley. I have only included the top lines as they=20 > wen't on for a long time. > =A0 > (SERVLET ERROR > =A0 > )SchemeException:[[ERROR: undefined variable "send-mail",#null]] > ... > =A0 > (SERVLET ERROR > =A0 > )SchemeException:[[ERROR: undefined variable "generic-page",#null]] > ... > > Looking at the console output from Tomcat it appears that the relevant=20= > .scm files (mail.scm and mylib.scm) are=A0failing to load. I checked = in=20 > the servlets themselves=A0and the path to the two .scm files are = correct,=20 > so I can't see why they don't load, but I=A0imagine that this is the=20= > source=A0of the servlet errors above.=A0 I'll look into these servlet errors and get back to you. What platform are you using? Windows, Linux, MacOSX? ---Tim--- ] > =A0 > Anyone else had similar problems and go them sorted? > =A0 > Cheers > Adam > =A0 |