RE: Having problem runing apache-solr on my linux server

2012-10-29 Thread Markus Jelsma
Hi - Detach it from the terminal: java -jar start.jar & -Original message- > From:zakari mohammed > Sent: Mon 29-Oct-2012 15:22 > To: solr-user@lucene.apache.org > Subject: Having problem runing apache-solr on my linux server > > > hello dear, > I try running apache-solr 3.6.1 on

Re: Having problem runing apache-solr on my linux server

2012-10-29 Thread Rafał Kuć
Hello! What you are experiencing is normal - when you run an application in the foreground it will close when you close the terminal. You can use command like screen or you can use nohup. However I would advise installing a standalone Jetty or Tomcat and just deploy Solr as any other web applicati