
Back are we! On Thu, Apr 11, 2013 at 11:14 AM, Ville Voutilainen < ville.voutilainen@gmail.com> wrote:
On 11 April 2013 11:49, Erik Huelsmann <ehuels@gmail.com> wrote:
Test.
We are back.
-- Some gratuitous spam: http://ripple-project.org Ripple, social credit system http://villages.cc Villages.cc, Ripple-powered community economy http://common-lisp.net/project/armedbear ABCL, Common Lisp on the JVM http://code.google.com/p/tapulli my current open source projects http://www.manydesigns.com/ ManyDesigns Portofino, open source model-driven Java web application framework

I had to add these JAR files to the lispwebapp WAR file (http://downloads.sourceforge.net/abcl-web/lispwebapp-0.0.1.war) to get past a couple errors that came up when running "Execute": cp commons-logging-1.1.2/commons-logging-1.1.2.jar WEB-INF/lib cp xerces-2_11_0/xercesImpl.jar WEB-INF/lib After that I was good to go!

lispwebapp was superseded by this thing: http://sourceforge.net/p/abcl-web/code/HEAD/tree/trunk/src/org/armedbear/ser... (You probably want to checkout the whole trunk.) IIRC you need NetBeans to build it.

On Mon, May 13, 2013 at 4:07 PM, Alex Mizrahi <alex.mizrahi@gmail.com> wrote:
lispwebapp was superseded by this thing:
http://sourceforge.net/p/abcl-web/code/HEAD/tree/trunk/src/org/armedbear/ser...
(You probably want to checkout the whole trunk.)
IIRC you need NetBeans to build it.
OK, I'll check that out soon - in the mean time, I do have a working installation to play with, after following the quickstart instructions from http://abcl-web.sourceforge.net/tutorial.html - maybe the text and links there should be updated to reflect the above: ## Deploy via web application archive You can get web application archive (WAR) file for test application [here](http://downloads.sourceforge.net/abcl-web/lispwebapp-0.0.1.war?modtime=1168806257&big_mirror=0), and easily deploy it into servlet container -- if you're using Tomcat's Manager HTML interface, just use upload form with a 'Deploy' button. [...] ## Get web-application by parts Then you can get Java and Lisp files of lispwebapp, and put abcl.jar into WEB-INF/lib directory, and then deploy it into servlet container according to it's documentation (for Tomcat, you can unpack it to /var/lib/tomcat5/webapps/lispwebapp (or whatever home of tomcat is called) and access url http://localhost:8180/manager/deploy?path=/lispwebapp) [...] ## configure Servlet container settings - ABCL won't work if security features are turned on, disabled it for servlet container (in Debian it's /etc/default/tomcat5). You can try to grant all permissions to lispwebapp instead, but i was not successful with it - make your lispwebapp dir be writable by tomcat user -- ABCL writes compiled .abcl files near the source files. (most likely you can do it with chown)
participants (7)
-
Alessio Stalla
-
Alex Mizrahi
-
Erik Huelsmann
-
Joe Corneli
-
Joseph Corneli
-
Stas Boukarev
-
Ville Voutilainen