I have a remote server with Ubuntu OS. I am using putty to run commands on server. I installed OpenLink open source Virtuoso on it.
Now when I start the server using following commands:
To start the server you have two steps
- Go to
cd /usr/local/virtuoso-opensource/var/lib/virtuoso/db- then type
/usr/local/virtuoso-opensource/bin/virtuoso-t -f &
The server starts successfully and I am able to access conductor and stuff, but as soon as I close my putty session, the Virtuoso server also shuts down. I am also running tomcat and LAMP on that machine. Those two still keep on running but strangely Virtuoso shuts down.
How can I make stay running even when i disconnect from my putty session?