This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/jpl/web/README.txt
2015-10-13 08:17:51 +01:00

22 lines
461 B
Plaintext

JPL
is a simple Servlet 2.2 (or later) web application
containing its own copy of jpl.jar and a couple of
servlets which call SWI-Prolog (see JPL/WEB-INF/classes)
JPL.war
is JPL in the form of a "web archive"
To deploy under Tomcat, copy either JPL or JPL.war into
Tomcat's webapps folder and restart Tomcat.
Then visit the application's default ("welcome") page, e.g.
http://localhost:8080/JPL
with a web browser.
----
Paul Singleton
February 2004