paperclips-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paperclips-discuss] API_23_ALPHA_2_1


From: Christopher K. St. John
Subject: Re: [Paperclips-discuss] API_23_ALPHA_2_1
Date: Mon, 25 Jun 2001 12:30:32 -0500

Nic Ferrier wrote:
> 
> 2. when you start Paperclips it needs a docroot for the root context,
> you can specify it like this:
> 
>    java -jar paperclips.jar --docroot /var/htdocs
> 

 $ cvs update -r API_23_ALPHA_2_1
 $ patch gnu/paperclips.boot.WebappInitializer.java
 $ rm paperclips.jar
 $ rm bin/paperclips.jar
 $ make
   bin/gnugetopt.jar(gnu/getopt/Getopt.java):377: class Getopt is public, 
should be declared in a file named Getopt.java
 $ rm bin/gnugetopt.jar
 $ cd bin
 $ jar cvf gnugetopt.jar gnu/getopt/*.class gnu/getopt/MessagesBundle*
 $ cd ..
 $ make
 $ java -jar paperclips.jar --docroot /home/cks/distributopia/rss
   gnupaperclips/:   OK. The server is up: 20 handlers on 7171 port

 but - looks like WWW servlet not getting registered, so no documents
 are served trying to access the server through netscape gives you
 "the document contained no data" errors, and telnet'ing directly to
 the socket returns in a socket closed on any input.


-- 
Christopher St. John address@hidden
DistribuTopia http://www.distributopia.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]