Hi Gilbert, The "Solr" webapp is created alongside your DSpace webapp. So, it should be available at [dspace]/webapps/solr/ after you complete the installation process (mvn package; ant update). If you copied that "solr" folder over to Tomcat, then it should be available to Tomcat. So, you may want to verify that Tomcat is running on port 8080, and also check for any errors appearing in your Tomcat logs.
- Tim On Sat, Nov 10, 2018 at 10:58 AM gilbert kunonga <[email protected]> wrote: > i think the solr server is not running because when I do the following > > wget -O - http://localhost:8080/solr/search/select?q=test > > i'm getting the following results: > > --2018-11-10 18:54:46-- http://localhost:8080/solr/search/select?q=test > Resolving localhost (localhost)... ::1, 127.0.0.1 > Connecting to localhost (localhost)|::1|:8080... connected. > HTTP request sent, awaiting response... 404 Not Found > 2018-11-10 18:54:46 ERROR 404: Not Found. > > > Are there any special configurations done to the solr server during the > installation of dspace ? When I installed dspace it completed without any > errors then I copied the webapps folder to tomcat7 folder, from there > dspace was running but solr server was giving the invalid content type > error. > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
