afs commented on issue #2448:
URL: https://github.com/apache/jena/issues/2448#issuecomment-2094855980

   It seems that automatic initialization now (5.0.0) causes the error. Fuseki 
`web.xml` has an explicitly configured Shiro listener to find the shiro.ini 
file from the FUSEKI_BASE area.
   
   Workaround:
   
   Add  to `web.xml`:
   ```
     <context-param>
       <param-name>org.apache.shiro.ee.disabled</param-name>
       <param-value>true</param-value>
     </context-param>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to