Hi I have a tomcat file which starts tomcat service using the following cmd
start() { $TOMCAT_HOME/bin/sm_startup.sh -nullLog }
I want tomcat to start after exactly 10 processes with the name sm_server and 1 process with the name sm_trapd is started.
how do i do this? please help