Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-1448

Addition of weblogic.xml required for solr to run under weblogic 10.3

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4
    • 1.4
    • Admin UI
    • None
    • Weblogic 10.3

    Description

      Weblogic appears to have filters enabled even on FORWARD, which is listed as something that will not function properly in the Solr documentation. As a result, the administrative application generates a StackOverflow when accessed.

      This can be resolved by adding the attached weblogic.xml file to solr. No other changes are required.

      <?xml version='1.0' encoding='UTF-8'?>
      <weblogic-web-app
      xmlns="http://www.bea.com/ns/weblogic/90"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">

      <container-descriptor>
      <filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled>
      </container-descriptor>

      </weblogic-web-app>

      Attachments

        1. weblogic.xml
          0.4 kB
          Ilan Rabinovitch

        Activity

          People

            yseeley@gmail.com Yonik Seeley
            irabinovitch Ilan Rabinovitch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: