Home
News
Download
Documentation
Support
Development
Licence
People

GNU-Paperclips

Java Servlet 2.2 Container

Downloading GNU-Paperclips

Right now you can only download the source code release. A binary only release will come soon but whilst we're in the middle of the current development there isn't much point.
 

Source code released on 24th August 2000
This is stable enough for use but is missing some Servlet API 2.2 functionality, notably a method of using a WAR file.
 

Those interested in development may wish to use our read only CVS (developers who join the project get write access to the CVS in order to change the source code).

To checkout paperclips from CVS follow these instructions:

1. ask the the CVS server for an anonymous login:

cvs -d :pserver:anoncvs@subversions.gnu.org:/home/cvs login
2. press the RETURN or ENTER key to login to the server

3. check out the Paperclips module (includes the GNU-SocketServer module)

cvs -d :pserver:anoncvs@subversions.gnu.org:/home/cvs co -P gnu-paperclips


The CVS server will then download the whole of the distribution to your computer.

Updates can be obtained by changing directory to the root of the CVS module and typing:

cvs update -d -P
This will merge and patch changes you have made or noitfy you of conflicts.

For more information about CVS see the CVS Home website.

contact: webmaster   last updated: 24th August 2000