Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 15039 invoked from network); 9 Oct 2003 14:21:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Oct 2003 14:21:48 -0000 Received: (qmail 15864 invoked by uid 500); 9 Oct 2003 14:21:20 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 15803 invoked by uid 500); 9 Oct 2003 14:21:19 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 15783 invoked by uid 500); 9 Oct 2003 14:21:19 -0000 Received: (qmail 15773 invoked from network); 9 Oct 2003 14:21:19 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Oct 2003 14:21:19 -0000 Received: (qmail 14723 invoked by uid 1303); 9 Oct 2003 14:21:23 -0000 Date: 9 Oct 2003 14:21:23 -0000 Message-ID: <20031009142123.14722.qmail@minotaur.apache.org> From: jfclere@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/daemon/xdocs binaries.xml navigation.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jfclere 2003/10/09 07:21:23 Modified: daemon/xdocs navigation.xml Added: daemon/xdocs binaries.xml Log: Arrange the description of the binaries subdirectories. Revision Changes Path 1.4 +9 -1 jakarta-commons/daemon/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/jakarta-commons/daemon/xdocs/navigation.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- navigation.xml 27 Sep 2003 18:16:16 -0000 1.3 +++ navigation.xml 9 Oct 2003 14:21:23 -0000 1.4 @@ -1,7 +1,7 @@ + ]> @@ -15,6 +15,14 @@ + + + + 1.1 jakarta-commons/daemon/xdocs/binaries.xml Index: binaries.xml =================================================================== Daemon : binaries Jean-Frederic Clere

In the directory binaries you found subdirectories containing executables corresponding to your operating system. If your machine is not in the list mail us we will try to make it available or try to build it on your own. The files are compressed tar files. They are named jvm_name-os_name. For example: In the directory freebsd we have jdk1.4.1-FreeBSD_4.9.tar.gz That a file build on FreeBSD 4.9 using the FreeBSD JVM 1.4.1.

You have to do the following:

  • Find the nearest tar file corresponding to our configuration.
  • Download it.
  • Uncompress the tar file and extract it (better with a gnu tar).
  • Copy the executable in the location where you want to run it.
  • Write a rc shell (see in src/samples and src/native/unix/native/Tomcat.sh) to get your java application started as a daemon.

The procrun.exe has to be installed as a service. (See procrun for more information.

--------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org