Hi all
I am using Fedora Core 2 (I am very new at Linux)
I am trying to understand how to startup apps at OS startup.
when searching the net, I found a solution for the problem...
Create a new file:
/etc/profile.d/tomcat.sh
with the lines:
JAVA_HOME=/usr/local/j2sdk1.4.2_04
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH
/usr/local/jakarta-tomcat-5.0.27/bin/startup.sh
this works, but know.... everytime I open a console window, this file is executed.
So, Anyone can help me how to set up Tomcat as a Service-like (in Windows), so that it starts only with the OS ?
I found something about the jsvc tool, but nothing practical...
any help ?
thankx a lot
