Hi folks,

I am setting up SOLR on a Debian Sarge system running Tomcat 5.5. I
followed the JNDI recipe on the Wiki and got SOLR running apparently
correctly.

However, when I turn on Tomcat's SecurityManager, everything goes
flooey. I've tried entering a couple FilePermission statements in
catalina.policy, but I am still getting many permission errors in the
log. I have not been able to find much in the way of a howto for
SecurityManager, and am pretty much groping in the dark at this point.

Does anyone have a procedure for configuring the SecurityManager
settings for SOLR?

My Tomcat lives under /var/lib/tomcat5.5, and here is the contents of
/var/lib/tomcat5.5/conf/Catalina/localhost/solr.xml:
"""
<Context docBase="/var/lib/solr/solr-nightly/example/webapps/solr.war"
debug="0" crossContext="true" >
   <Environment name="solr/home" type="java.lang.String"
        value="/var/lib/solr/solr-nightly/example/solr" override="true" />
</Context>
"""

Any help appreciated.

Wade Leftwich
Ithaca, NY


Reply via email to