Vadim Gritsenko wrote:
On May 6, 2008, at 2:04 PM, Aaron Dalton wrote:

Thank you very much for your reply, Vadim. I went through the logs and there is a section that does not appear on the 500 error page (appended below). It appears to be a permissions issue?

Yes it is java permission issue (it is not related to unix file permissions).


<snip>


Is there a way to do an auto-check on permission settings? Or someplace that can tell me what they should be? Excuse my ignorance, but I am new to Tomcat as well as Xindice. Again, thanks for your time and assistance.

Somehow your tomcat is starting with java security manager enabled. Which means all applications are running in the sandbox and you have to explicitly specify which application is allowed to do what - which is done in conf/catalina.policy file. You could edit this file to put in there all the permissions necessary to run xindice, or - much easier - you can turn off security manager.


Thank you! That fixed it. I appreciate your help and patience. Now to play with Xindice itself!

--
Aaron Dalton       |   Super Duper Games
[EMAIL PROTECTED]   |   http://superdupergames.org

Reply via email to