By Rajeev Kumar
Hello there,
I have to run Apache Solr at a DO instance.
I have tried installing tomcat7 several times(5+) today on Ubuntu 14.04 installed at fresh DO instance with LAMP. But couldn’t get it working properly.
Lastly I am trying to do by help of accepted answer here - https://drupal.stackexchange.com/questions/95897/apache-solr-4-6-0-installation-and-compatibility-with-drupal7/124038#124038
But till I reach to set username/password for Admin for this, it stops working. Means even after I restart tomcat, I can’t access “http://128.199.102.98:8080/” or http://128.199.102.98:8080/manager/html".
Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
i had a same problem but i can fix it with a give permission to 8080 port on eth0
iptables -I INPUT 1 -i eth0 -p tcp --dport 8080 -j ACCEPT
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.