You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2003/10/09 16:21:23 UTC

cvs commit: jakarta-commons/daemon/xdocs binaries.xml navigation.xml

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 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../incl_nav.xml">
  +<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
   ]>
   
   <project name="Daemon">
  @@ -15,6 +15,14 @@
       <menu name="Commons Daemon">
         <item name="Overview"
               href="/index.html"/>
  +      <item name="Procrun"
  +            href="/procrun.html"/>
  +      <item name="Jsvc"
  +            href="/jsvc.html"/>
  +      <item name="Native binaries"
  +            href="/binaries.html"/>
  +      <item name="FAQ"
  +            href="/faq.html"/>
             
       </menu>
       
  
  
  
  1.1                  jakarta-commons/daemon/xdocs/binaries.xml
  
  Index: binaries.xml
  ===================================================================
  <?xml version="1.0"?>
   
  <document>
   
   <properties>
    <title>Daemon : binaries</title>
    <author email="jfrederic.clere@fujitsu-siemens.con">Jean-Frederic Clere</author>
   </properties>
  
  <body>
  <section name="What to download">
  <p>
  In the directory
  <a href="http://www.apache.org/dist/jakarta/commons/daemon/binaries/">binaries</a>
  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.
  </p>
  </section>
  
  <section name="What to do to get the excutable">
  <subsection name="jsvc">
  <p>
  You have to do the following:
  <ul>
    <li>Find the nearest tar file corresponding to our configuration.</li>
    <li>Download it.</li>
    <li>Uncompress the tar file and extract it (better with a gnu tar).</li>
    <li>Copy the executable in the location where you want to run it.</li>
    <li>Write a rc shell
       (see in src/samples and src/native/unix/native/Tomcat.sh)
       to get your java application started as a daemon.
    </li>
  </ul>
  </p>
  </subsection>
  <subsection name="procrun">
  <p>
  The procrun.exe has to be installed as a service.
  (See  <a href="procrun.html">procrun</a> for more information.
  </p>
  </subsection>
  </section>
  
  </body>
  </document>
  
  
  

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