The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Autostart
Hi everybody,
first of all greetings to all developers, great piece of software.
Second: i have a problem, i need to start rapidanalytics on system boot, i have ubuntu 10.04 server but when i put a symbolic link into init.d or when i put the call in rc.local it has great problems with the engine. I mean: doesn't show up at all, and give this
404 /RA/faces/restricted/index.xhtml
Does anybody know a safe way to autostart the software?
Thanks,
K.
first of all greetings to all developers, great piece of software.
Second: i have a problem, i need to start rapidanalytics on system boot, i have ubuntu 10.04 server but when i put a symbolic link into init.d or when i put the call in rc.local it has great problems with the engine. I mean: doesn't show up at all, and give this
404 /RA/faces/restricted/index.xhtml
Does anybody know a safe way to autostart the software?
Thanks,
K.
Tagged:
0
Answers
to what are you symlinking?
Best,
Simon
I am symlinking to /rapidanalytics/bin/run.sh
but I am open to any suggestion, or a correct way to do it.
My point is to start the software on the machine boot. That's all.
Thanks
run.sh is a script that starts RA, but that does not mean you can just place it (or a link to it) into init.d. Such a script must respond to commands like "start" and "stop" which run.sh does not do. Ubuntu and most Linux distributions provide a skeleton script where you just place the call to run.sh in the right place. We have done that for Ubuntu and SuSE and will probably include that with the installer in future releases. For now, please look for such a skeleton for Ubuntu and edit it accordingly.
Best,
Simon