Tag: Tomcat

  • Windows 7: Install service to run Razuna 1.4 automatically

    Here is a little Windows 7 howto to install a service that runs Razuna 1.4 automatically: Download the Apache Tomcat binary files (32-bit or 64-bit). Extract the zip file and copy the files bin\tomcat6.exe, bin\tomcat6w.exe, bin\service.bat to [YOUR-RAZUNA-PATH]\bin. Open the Windows command line (with the option “Run as administrator”) and install the service: cd [YOUR-RAZUNA-PATH]\bin […]

  • Ubuntu 10.04 & Tomcat 6: Improve performance with Apache Tomcat Native library

    To improve the performance of the Apache Tomcat Server you could use the Apache Tomcat Native library. To install the library just execute: # sudo aptitude install libtcnative-1 and add the following line to the file $CATALINA_HOME/bin/setenv.sh (create the file if it does not exist): export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH To verify the library is running you will […]