Creating the users
todo
Database setup
todo
WebConsole setup
todo
Tunning
todo
Avoid the "too many open files" when heavily use the BC-SOAP
- At the end of the /etc/limits.conf or /etc/security/limits.conf add the following line :
user hard nofile 4096
- In the .bashrc file of the user who launches Petals ESB, add the following line :
ulimit -n 4096
- Reboot
- Login and check the result of the following command :
ulimit -a
- Done, you should never see that error...if so, try to increase the limit.