Follow the instructions on this link
http://owlim.ontotext.com/display/OWLIMv52/OWLIM-Lite+Installation
if access denied is shown at times then change the owner of that folder to tomcat
sudo chown tomcat:tomcat your_folder
If you have more than 64000 entities to be stored in owlim then to support more than that edit the tomcat6.conf
/etc/tomcat6/tomcat6.conf
CATALINA_OPTS = "-DentityExpansionLimit=1000000(or your desired no.)"
restart tomcat and everything should be fine
sudo service tomcat6 restart
http://owlim.ontotext.com/display/OWLIMv52/OWLIM-Lite+Installation
if access denied is shown at times then change the owner of that folder to tomcat
sudo chown tomcat:tomcat your_folder
If you have more than 64000 entities to be stored in owlim then to support more than that edit the tomcat6.conf
/etc/tomcat6/tomcat6.conf
CATALINA_OPTS = "-DentityExpansionLimit=1000000(or your desired no.)"
restart tomcat and everything should be fine
sudo service tomcat6 restart