I am running tomcat servlet Enginee under Apache in Linux machine. Everything is running fine and now i am configured tomcat with Apache so that tomcat will be started automatically while boot time before Apache..
My problem is that earlier i used to run tomcat in ../bin/startup.sh in command prompt so that i will see all error log files in the command prompt itself where i am giving ../bin/startup.sh. Since i put my automatic script which is starting tomcat in /etc/rc.d/init.d/tomcatd then symbolic link /etc/rc.d/rc5.d/S19tomcatd, i could not see error-logs of tomcat.......Can anybody tell where i will see error log files of tomcat..
Regards
Venkatesh
