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 "Ian Je (JIRA)" <ji...@apache.org> on 2007/09/26 20:06:50 UTC

[jira] Created: (SOLR-366) SolrServlet does not handle servlet destroy

SolrServlet does not handle servlet destroy 
--------------------------------------------

                 Key: SOLR-366
                 URL: https://issues.apache.org/jira/browse/SOLR-366
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Windows, Tomcat 5.5.23
            Reporter: Ian Je
             Fix For: 1.3


SolrServlet once extended the Servlet.destroy()  but now it is gone and therefore the thread of the servlet can not be stopped.
This leads to a problem stopping the web container (e.g. Tomcat).


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


[jira] Resolved: (SOLR-366) SolrServlet does not handle servlet destroy

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

Hoss Man resolved SOLR-366.
---------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 1.3)

In Solr 1.1, SolrServlet was responsible for initializing the SolrCore (in SolrServlet.init) therefore SolrServlet.destroy closed the core.  Starting with Solr 1.2, this responsibility was moved to the SolrDispatchFilter.destroy, so there is no longer any reason for SolrServlet to override the destroy method.

if you are having specific problems, please start a thread on solr-user describing them in as much detail as possible.

> SolrServlet does not handle servlet destroy 
> --------------------------------------------
>
>                 Key: SOLR-366
>                 URL: https://issues.apache.org/jira/browse/SOLR-366
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Windows, Tomcat 5.5.23
>            Reporter: Ian Je
>
> SolrServlet once extended the Servlet.destroy()  but now it is gone and therefore the thread of the servlet can not be stopped.
> This leads to a problem stopping the web container (e.g. Tomcat).

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