From: Timothy H. <tim...@ma...> - 2002-06-01 04:14:23
|
The new Jscheme webapp (jscheme/src/webapp) has been tested on three servlet containers. In each case we just copy the jscheme directory of the webapp folder into the "webapps" folder of the servlet container, and start up the servlet container. The Date demo works in all cases. I haven't tested the others but they should work as well. tomcat, http://jakarta.apache.org/tomcat/index.html Jetty, http://jetty.mortbay.com/jetty/index.html and Resin -- http://www.caucho.com/download/ It works nicely on all three on the Mac OS X. I haven't yet tried it on windows or linuxes. ---Tim--- On Friday, May 31, 2002, at 09:00 PM, Timothy John Hickey wrote: > Update of /cvsroot/jscheme/jscheme/src/webapp/jscheme/WEB-INF > In directory usw-pr-cvs1:/tmp/cvs-serv30658 > > Modified Files: > web.xml > Log Message: > fixed bug revealed by using Jetty instead of Tomcat > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Jscheme-devel mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-devel > |