Re: Solr start in server

2010-10-11 Thread Yavuz Selim YILMAZ
I solved it nohup java -jar start.jar& Thnx. -- Yavuz Selim YILMAZ 2010/10/11 Gora Mohanty > On Mon, Oct 11, 2010 at 1:23 PM, Yavuz Selim YILMAZ > wrote: > > I use AIX 5.3. > > > > How can I handle? > [...] > > Have not used AIX in ages, but this should work, assuming a sh-type of > shell: >

Re: Solr start in server

2010-10-11 Thread Gora Mohanty
On Mon, Oct 11, 2010 at 1:23 PM, Yavuz Selim YILMAZ wrote: > I use AIX 5.3. > > How can I handle? [...] Have not used AIX in ages, but this should work, assuming a sh-type of shell: java -jar start.jar > jetty_log.txt 2>&1 & This will save the output from Jetty to jetty_log.txt. If you do not w

Re: Solr start in server

2010-10-11 Thread Yavuz Selim YILMAZ
I use AIX 5.3. How can I handle? -- Yavuz Selim YILMAZ 2010/10/11 Gora Mohanty > On Mon, Oct 11, 2010 at 1:09 PM, Yavuz Selim YILMAZ > wrote: > > I have a solr installation on a server. I start it with the help of putty > ( > > with the start.jar). But when I close the putty instance, automa

Re: Solr start in server

2010-10-11 Thread Gora Mohanty
On Mon, Oct 11, 2010 at 1:09 PM, Yavuz Selim YILMAZ wrote: > I have a solr installation on a server. I start it with the help of putty ( > with the start.jar). But when I close the putty instance, automatically solr > instance also closes. How can I solve this problem? I mean, I close > connection

Solr start in server

2010-10-11 Thread Yavuz Selim YILMAZ
I have a solr installation on a server. I start it with the help of putty ( with the start.jar). But when I close the putty instance, automatically solr instance also closes. How can I solve this problem? I mean, I close connection with server, but solr instance still runs? -- Yavuz Selim YILMAZ