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.
Find more posts tagged with
Sort by:
1 - 3 of
31
Hi,
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
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
to what are you symlinking?
Best,
Simon