cagefs

  1. K

    Steps to add Tomcat to CageFS

    You can follow below steps add Tomcat to CageFS: First you have to add tzdata-java RPM to CageFS with below command: $ cagefsctl --addrpm tzdata-java Now create /etc/cagefs/conf.d/java.cfg with following: [java-custom] comment=Java-custom paths=/usr/bin/java, /etc/alternatives/java At last...
  2. K

    How to rebuild CageFS ?

    CageFS is a virtualized file system, each user get its separate file system so that users cannot see their sensitive information. Cloudlinux also have their own LVE for each user which helps to limit resources for single user. You can follow below commands to rebuild cageFS: cagefsctl -M...
Top