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:
>
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
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
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