I want to start up a java script from rc3.d but what I'm doing is not
working. Is anyone doing something similar, and tell me what does work?
Thanks,
Carole Thompson
carole_at_callutheran.edu
The pointer in /sbin/rc3.d:
0 lrwxrwxrwx 1 root bin 18 Nov 12 10:28 S99ereschatd ->
../init.
d/ereschat
/sbin/init.d/ereschat ( -rwxr-x--- 1 bin bin) contains the following
which works when executed interactively:
#!/sbin/csh
cd /cwis/eres/www;
/cwis/java/bin/java EresChatServer 6900 &
exit
Received on Tue Dec 02 1997 - 01:34:32 NZDT