I have a site that uses a solr search engine, but I’ve only been able to use it while I’m ssh’ed into the server (Amazon EC2) and run the java -jar start.jar. As soon as I log out of the ssh session, it stops running and nothing is searchable anymore. How can I keep this running even when I’m not accessing the server?
If this needs any more clarification, just comment.
I use
to achieve what you want.