posted 13 years ago
After you declare your Tomcat server, you can add projects to it (right-click on the Tomcat instance in the Servers view and select Add and Remove...). Any project you add will be started when Tomcat is started. Thus both apps will start at the same time.
If you want to ensure that a second app is started only after a first one, then you will have to set things up to have only the first app's project added to Tomcat, and once it is running, then add the second project.