Skip to main content
19-Tanzanite
April 11, 2014
Solved

Rehost with Solr

  • April 11, 2014
  • 1 reply
  • 2055 views

So there was something about rehosting with Windchill if you have Solr that came across in my PTC Technical Support Subscriptions, that was asking for directions to be added to the Rehost Guide for rehosting with Solr components. https://www.ptc.com/appserver/cs/view/solution.jsp?source=subscription&n=CS150763

Does anyone know what these steps are that they are talking about? I was about ready to do a rehost and haven't done one since I added Solr.

Thank you,

Brian

Best answer by ChrisSpartz

Rehosting Solr is currently considered Out of Scope. The Windchill Rehosting Utility 2.0 will include the ability to rehost Solr, and the guide released with this utility will include the instructions.

Though, it is still possible to rehost Solr. All the Solr data is stored in your <Windchill>/solr directory. Copying this directory over to your target system will copy over all of the Solr data. Then, you should just need to update the solr related properties to point to target system. Make sure that the below properties reference the correct location for the target system:

  • wt.solr.host
  • wt.index.solr.webapp.home
  • wt.index.solrURL
  • wt.indexing.indexHost

Also, make sure the Solr webapp configuration files for apache are pointing to the correct hostname. These files would be the files beginning with app-Windchill-Solr in <Apache>/conf/extra.

1 reply

13-Aquamarine
April 15, 2014

Rehosting Solr is currently considered Out of Scope. The Windchill Rehosting Utility 2.0 will include the ability to rehost Solr, and the guide released with this utility will include the instructions.

Though, it is still possible to rehost Solr. All the Solr data is stored in your <Windchill>/solr directory. Copying this directory over to your target system will copy over all of the Solr data. Then, you should just need to update the solr related properties to point to target system. Make sure that the below properties reference the correct location for the target system:

  • wt.solr.host
  • wt.index.solr.webapp.home
  • wt.index.solrURL
  • wt.indexing.indexHost

Also, make sure the Solr webapp configuration files for apache are pointing to the correct hostname. These files would be the files beginning with app-Windchill-Solr in <Apache>/conf/extra.

19-Tanzanite
April 29, 2014

Thanks for the insight Chris.