Hello!
I've tried to create extension as described here http://wiki.openkm.com/index.php/Core_extensions
But nothing happens.
Below my steps:
I create Java project
create package com.openkm.sample.extension
create class MyDocumentExtension with code from example
create Jar and put it into tomcat/plugins
restart tomcat
try to add pdf file into path /okm:root/forbidden/
file added successfully and nothing else.
I try to use extension in openkm-dev.
What can be wrong?
I've tried to create extension as described here http://wiki.openkm.com/index.php/Core_extensions
But nothing happens.
Below my steps:
I create Java project
create package com.openkm.sample.extension
create class MyDocumentExtension with code from example
create Jar and put it into tomcat/plugins
restart tomcat
try to add pdf file into path /okm:root/forbidden/
file added successfully and nothing else.
I try to use extension in openkm-dev.
What can be wrong?
