Search found 3 matches
- Tue Sep 22, 2009 2:12 pm
- Forum: Installation & Upgrades
- Topic: 500 Servlet Exception / Cannot create directory
- Replies: 5
- Views: 8025
- Mon Sep 21, 2009 4:45 pm
- Forum: Installation & Upgrades
- Topic: 500 Servlet Exception / Cannot create directory
- Replies: 5
- Views: 8025
Sounds like permissions
It sounds like a permissions problem to me. I've performed several installations on a CentOS (RedHat) server and haven't experienced that particular error. Did you perform a manual installation? My /home/openemm/webapps/core/WEB-INF/sessions directory has these permissions: drwxrwxr-x 2 openemm open...
- Fri Sep 04, 2009 4:20 pm
- Forum: Installation & Upgrades
- Topic: Start OpenEMM on system boot
- Replies: 4
- Views: 11971
The original script provided is good, but it's incompatible with chkconfig. Adding a few lines of comments allows it to work. Here's my updated version of the code for /etc/init.d/openemm #! /bin/sh # # chkconfig: 345 80 20 # description: OpenEMM server # processname: openemm # # System startup scri...