I do not seem to find a tomcat security policy for pocolap.
Started to create one, but somewhere some security
exceptions got catched, and cannot figure out what is
needed.
The policy so far (without codebase specification):
grant {
permission java.io.FilePermission
"null/crosstabdefs", "read";
permission java.io.FilePermission
"/usr/local/pocolapDB/*", "read";
permission java.io.FilePermission
"/usr/local/pocolapDB/crosstabdefs/*", "read";
permission java.io.FilePermission
"/usr/local/pocolapDB/crosstabdefs", "write";
permission java.util.PropertyPermission
"org.apache.xmlbeans.impl.debug", "read";
};
yes, my crosstabdefs are at /usr/local/pocolapDB
I got the following messages when I try to reload
crosstab definitions:
log4j:WARN No appenders could be found for logger
(com.pocolap.servlets.ConfigurationServlet).
log4j:WARN Please initialize the log4j system properly.
Exception:None of the files found in
/usr/local/pocolapDB/crosstabdefs could be converted to
valid crosstab definitions