You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by CCS Talk - PJ Villarta <pj...@ccs-talk.com> on 2012/03/21 05:01:49 UTC

Make SOLR available on a single account on a shared hosting server

hello everyone,

i'm running a server with RHEL and WHM/cpanel which is now hosting a few other domains. one domain account (call it myhosteddomain.com) requires SOLR to be installed.

i managed to rebuild apache with tomcat, install SOLR and get to a working admin page:http://myserver.com:8080/solr/admin

installed tomcat here: /usr/local/jakarta/tomcat

SOLR's is here: base: /usr/local/jakarta/tomcat/webapps/solr /usr/local/jakarta/tomcat/solr.war sample: /usr/local/jakarta/tomcat/solr

my question is, how do i get SOLR now to properly run under the other domain (myhosteddomain.com) account which is on virtual hosting and has a different IP than main server IP?

i've already enabled the tomcat servlet for this domain and can successfully executehttp://myhosteddomain.com/jsptest.jsp

thank you.

pj