I am using Tomcat6.0.14 with Jdk1.6 on Linux RH4. My application comprises a daemon and Tomcat6. The daemon is slow in starting up. I need Tomcat6 to be started after the daemon is operational. While the daemon is a Java application, its a third-party tool whose src I do not control.
Is there any mechanism within Tomcat configuration by which I could implement this "chaining" or synchronization such that catalina.sh starts Tomcat VM after the daemon is somehow determined to be active? Tx, - U --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org