You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ilan Rabinovitch (JIRA)" <ji...@apache.org> on 2009/09/21 01:24:17 UTC

[jira] Created: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

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

                 Key: SOLR-1448
                 URL: https://issues.apache.org/jira/browse/SOLR-1448
             Project: Solr
          Issue Type: Improvement
          Components: web gui
    Affects Versions: 1.4
         Environment: Weblogic 10.3
            Reporter: Ilan Rabinovitch
            Priority: Minor
             Fix For: 1.4
         Attachments: weblogic.xml

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>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759076#action_12759076 ] 

Noble Paul commented on SOLR-1448:
----------------------------------

does this same file work with all versions of weblogic. we have no means of verifying this

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley reassigned SOLR-1448:
----------------------------------

    Assignee: Yonik Seeley

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Assignee: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Ilan Rabinovitch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilan Rabinovitch updated SOLR-1448:
-----------------------------------

    Attachment: weblogic.xml

Please this file in WEB-INF/weblogic.xml

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762065#action_12762065 ] 

Mark Miller commented on SOLR-1448:
-----------------------------------

Missed this discussion after seeing this issue come up - thought it was a good idea myself.

+1 - its a .4KB file that doesn't hurt or affect anything - and yet it makes Solr properly work out of the box with Weblogic - +1 all the way.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762429#action_12762429 ] 

Grant Ingersoll commented on SOLR-1448:
---------------------------------------

He's +1, but if you my interpretation is that it is solely for the fact that this particular case isn't too obnoxious.  In this case, I don't see why we should have to do things just b/c Weblogic has a crappy design.

Like I said, though, I won't -1 it.  If y'all want to maintain it and are prepared to rework this in a year for the new weblogic go for it.  However, the minute someone proposes web logic version 2 descriptor (when it comes out), I'm going to -1 it and this one.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762440#action_12762440 ] 

Mark Miller commented on SOLR-1448:
-----------------------------------

bq. solely for the fact that this particular case isn't too obnoxious.

Thats why any of us are +1 from what I can read.

bq.  In this case, I don't see why we should have to do things just b/c Weblogic has a crappy design.

We don't have to. But since it helps and it doesn't hurt, it seems to make sense.

bq. If y'all want to maintain it and are prepared to rework this in a year for the new weblogic go for it.

Adding this file is not a contract to support weblogic. And the the setting being changed (the *only* setting) is one that this isn't even a valid concern.

bq. However, the minute someone proposes web logic version 2 descriptor (when it comes out)

Case by case. Like I said - with weblogic 9+, we won't even need this when Solr's web.xml moves to 2.4.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762411#action_12762411 ] 

Mark Miller commented on SOLR-1448:
-----------------------------------

bq.  and Erik's as well

Whats Erik's reason? He's +1 for including.

bq. My biggest reason is simply that I don't believe any committers here have access to Weblogic,

Well they do if they want to download it. I don't really think that matters for this change myself, and I don't recommend the download either. I'd sooner shoot myself in the foot after downloading Oracle's db. Free for dev, pay for production. Its an over worry for flipping this setting though.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved SOLR-1448.
--------------------------------

    Resolution: Fixed

Thanks Ilan, I just committed this.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Assignee: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762153#action_12762153 ] 

Grant Ingersoll commented on SOLR-1448:
---------------------------------------

Are we going to be responsible for all the containers out there?  How many of us have access to Web logic to test this?  What versions of WebLogic are we going to support?  What happens when WebLogic breaks it because a newer version changes it?  Are we going to package different wars for different containers?  How about other containers?  It's a slippery slope.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man reopened SOLR-1448:
----------------------------


reopening to get back on radar for discussion (see my previous comment)

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762172#action_12762172 ] 

Erik Hatcher commented on SOLR-1448:
------------------------------------

>From the peanut gallery: +1 to including this fix and dealing with things on case-by-case in the future.  

It is an ugly issue though.. so much for *deployment* descriptors.  J2EE is busted in this respect, these types of things were meant to be controlled during deployment.  Weblogic: -1 for needing this.  Tomcat works, and it's the reference implementation.  

In the past I've had to deal with these sorts of things with Weblogic, WebSphere, and Resin (thank god we're not doing EJB!) - so I understand the pain point first hand and am ok with us including this Weblogic specific file in this case.

We'll of course revisit when/if other containers have issues.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762161#action_12762161 ] 

Mark Miller commented on SOLR-1448:
-----------------------------------

bq. Are we going to be responsible for all the containers out there?

I'd think we would take it on a case by case basis. We should generally work with a standards compliant container. We can see from the list that a handful of users are using weblogic - we can also see that there is a problem, and that there is a successful fix. I'm not seeing any comments about other containers that don't work (though perhaps I am missing them). I've seen the weblogic stuff enough to know about it without looking it up. In any case, I'd go case by case given the facts.

bq. How many of us have access to Web logic to test this?

Its a point, but we have this issue all the time - hence all of the, can user please test this in their environ and report back. Thats how Hoss wrangled this one out as well I believe. And more than one user has confirmed.

bq.  What versions of WebLogic are we going to support?

The ones that users alert us don't work and have a simple fix for? We are not jumping hoops here - this is one specific setting that appears to be incompatible with the Solr admin UI. If future versions require major other changes, we would have to reassess. As it is, I think this has already been reported to make Solr admin work with 8,9, and 10. Thats a free win to me. Its a binary setting thats being set in this patch - thats it - at worse they will change it to default as we want. Which they actually did in weblogic 9 - but only if the web.xml is defined as 2.4 - and ours is 2.3 if I remember right. In any case, if a user is using a new version and reports issues, I'd think we would deal with it then based on the facts. This isn't a promise to work perfect with weblogic forever more any more than I promise to introduce no more bugs.

bq.  Are we going to package different wars for different containers?

No - this is just talking about including a .4kb file that doesn't affect different containers. No one is talking about making different wars. -1 to making different wars.

bq. How about other containers?

Case by case as it should be. Hopefully most of them just work as this is supposed to be standards driven. When we have little issues like this, I'd think we go case by case.

bq. It's a slippery slope.

I don't think this little patch makes things any more slippery than they are myself.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Ilan Rabinovitch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763367#action_12763367 ] 

Ilan Rabinovitch commented on SOLR-1448:
----------------------------------------

Have we reached a consensus on this? I believe Mark is correct regarding the file becoming obsolete once solr moves web its web.xml to 2.4. However, since that wont occur with Solr 1.4 I dont see any reason why this would cause problems in the upcoming release.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762397#action_12762397 ] 

Grant Ingersoll commented on SOLR-1448:
---------------------------------------

It's a can of worms I'd rather not open.

I won't -1 it, but I'm pretty strongly -0, if that means anything, or perhaps -0.9 for all the reasons I cited and Erik's as well.  My biggest reason is simply that I don't believe any committers here have access to Weblogic, so if it ever breaks, we don't have the means to manage it, even if it is simple.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved SOLR-1448.
-----------------------------------

    Resolution: Won't Fix

I don't see a need to put specific files for specific containers into Solr.  See http://wiki.apache.org/solr/SolrWeblogic.

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Ilan Rabinovitch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759124#action_12759124 ] 

Ilan Rabinovitch commented on SOLR-1448:
----------------------------------------

It was required under both weblogic 10.1 and 10.3.  We have not use previous versions of weblogic with solr

> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1448) Addition of weblogic.xml required for solr to run under weblogic 10.3

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759939#action_12759939 ] 

Hoss Man commented on SOLR-1448:
--------------------------------

Grant: I don't understand your objection to this addition.  It makes solr work in weblogic by default (currently it will only work if people manually hack the war) and it doesn't have any impact on any other servlet containers.

If we're going to do things like SOLR-1091 to work around odd behavior in specific containers, why wouldn't we do this as well?


> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1448
>                 URL: https://issues.apache.org/jira/browse/SOLR-1448
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 1.4
>         Environment: Weblogic 10.3
>            Reporter: Ilan Rabinovitch
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: weblogic.xml
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.