On Wednesday, July 30, 2003, at 09:59 AM, Ken Anderson wrote:
> I think Tim can answer the question about webapp.
The webapp should now be available from those links, but you can also
just download the source
using CVS
% cvs
-d:pserver:ano...@cv...:/cvsroot/jscheme login
(when prompted for a password for anonymous, simply press the Enter
key)
% cvs -z3
-d:pserver:ano...@cv...:/cvsroot/jscheme co
jscheme
and then build jscheme
% src/build/bootstrap
then copy the jscheme jar into the webapp lib
% cp lib/jscheme.jar src/webapp/jscheme/WEB-INF/lib
If you then copy src/webapp/jscheme into a servlet container (e.g.
Tomcat or Jetty or ....)
and restart the servlet container, the webapp should work...
Please tell me if you have any problems....
----Tim---
P.S. to get the mail demo to work you have to add the activation.jar
file from the JavaMail site
> You can certain get the stuff from cvs.
>
> The editor i use is xemacs. The file src\emacs\scheme-init.el
> is an emacs extension that will let you run jscheme by typing the
> command
> M-x jscheme
>
> There is also a plugin for Eclipse, but i haven't tried it yet:
> http://zclipse.org/projects/jscheme/
> k
> At 02:59 PM 7/27/2003 -0700, you wrote:
>> Dear Ken,
>>
>> First of all, thank you for your work on the Jscheme project. I have
>> a couple of questions:
>>
>> 1. I am unable to access the webapp modules. When I click on either
>> of the links in the
>> "Download the jscheme webapp
>> (<http://jscheme.sourceforge.net/jscheme/download/
>> jschemewebapp.zip>zip or
>> <http://jscheme.sourceforge.net/jscheme/download/
>> jschemewebapp.jar>jar)" I get a "The Page cannot be found" response.
>> Is the webapp sitll available?
>>
>> 2. Can you recommend a programmer's editor for Scheme?
>>
>> Many thanks,
>>
>> Michael
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/
> direct;at.aspnet_072303_01/01
> _______________________________________________
> Jscheme-user mailing list
> Jsc...@li...
> https://lists.sourceforge.net/lists/listinfo/jscheme-user
|