[ 
https://issues.apache.org/jira/browse/SOLR-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924662#action_12924662
 ] 

Hoss Man commented on SOLR-2022:
--------------------------------

Verified the symptoms described using Solr 1.4.1 and tomcat 7.0.4

Specific problems...

>From admin screen, running solr in a webapp named "demo" with a a core named 
>"books" and loading the admin screen...

{noformat}http://localhost:8080/demo/books/admin/{noformat}

the "schema.xml" and "config" links point to these URLs...

{noformat}
http://localhost:8080/demo/books/admin/file/?file=schema.xml
http://localhost:8080/demo/books/admin/file/?file=solrconfig.xml
{noformat}

...those both generate 404 error messages with this descriptions...

{noformat}
message /demo/admin/file/index.jsp
description The requested resource (/demo/admin/file/index.jsp) is not 
available.
{noformat}

...manullly changing the urls to remove the "/" prior to the question mark 
makes the URLs work fine.

Clicking the "Search" button on the main admin screen leads to...

{noformat}
http://localhost:8080/demo/books/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on
{noformat}

..which also fails.  again removing the "/" prior to the question mark makes it 
work.

> Annecdotal evidence that Solr has problems running on Tomcat 7
> --------------------------------------------------------------
>
>                 Key: SOLR-2022
>                 URL: https://issues.apache.org/jira/browse/SOLR-2022
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>            Reporter: Hoss Man
>
> Based on this thread, users seem to have problems with Solr on tomcat 7 that 
> do not exist on tomcat 6...
> http://search.lucidimagination.com/search/document/9c09498631b7afbb/problems_running_on_tomcat
> based on the descri[ption of hte problem, it seems to be related to the way 
> links of the admin screen work (possibly due to changes in how tomcat 
> prioritizes SolrDispatchFilter vs other JSP based links?)

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


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

Reply via email to