Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SolrWebSphere" page has been changed by BenBrown.
The comment on this change is: added info about a fix for accessing the admin 
console when working with multiple cores.
http://wiki.apache.org/solr/SolrWebSphere?action=diff&rev1=9&rev2=10

--------------------------------------------------

        </welcome-file-list>
  }}}
  
+ === Working with the Admin Console and Multicore ===
+ If you're having trouble using the various pages on the admin console when 
specifying the core name in your URL path you may see errors around WebSphere 
not finding the JSPs. This could be related to a known issue with Websphere not 
running filters when a static file is not found on the expected path.
+ 
+ PK33090 http://www-01.ibm.com/support/docview.wss?uid=swg24014758
+ 
+ The SolrDispatchFilter removes the core name from the path when forwarding to 
the correct JSPs. To force Websphere to run the filter before returning a 404 
add the custom property from the linked issue above to the app server running 
your Solr instance.
+ 

Reply via email to