Hi all,
This got 0 replies in c.l.l.franz, so I'm trying it here.
-jt
"Jack Tanner" <····@hotmail.com> wrote in message
················@usenet01.srv.cis.pitt.edu...
> Hello,
>
> I'm using ACL 6.0 Enterprise to build a web application. It uses servlets
> hosted in Tomcat and jLinker interfacing to a Lisp application on the back
> end.
>
> I'm starting to run up against delivery issues.
> - I don't want to build a Lisp image that contains the Allegro IDE or even
a
> listener; all I want is a process that runs in the background (as a shared
> library of some sort) that jLinker will call on.
> - I don't want my image to require files that I can't distribute.
> - I don't want my image to be compiled in such a way that it depends on
> fixed pathnames somewhere in the system (namely the ACL60 .pll
dependency).
> - I want to ensure that the image (or whatever) caches my various
knowledge
> bases (Lisp datastructures) and does not get bogged down in loading
Lisp/ACL
> stuff it won't need.
>
> How should I proceed? What should I watch out for?
>
> Thanks in advance,
> JT
>
>