What to download?

In the directory binaries you find subdirectories containing executables corresponding to your operating system. If your machine is not in the list, please mail us and 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 is a file built on FreeBSD 4.9 using the FreeBSD JVM 1.4.1.

How do I get the excutable?

jsvc

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 an rc shell (see in src/samples and src/native/unix/native/Tomcat.sh) to get your java application started as a daemon.

procrun

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