I am new to the world of J2ee using Tomcat, so pardon me for my noobness.
At Tomcat start-up, all the war files deployed gets enabled. What do I need to do if I want some of them to be enabled at start up and start the rest of the wars later as per my convenience? There should be something which tells tomcat to enable the wars right[modifying which I might set the start-up settings of an application manual/automatic
like that we do for windows services in services.msc
]?
What I'm looking for is, if there are 3 different apps deployed in tomcat, I should be able to instruct tomcat that at Tomcat start-up, only app1 should start. I will manually turn up app2 and app3 as and when I need it
. Like configuring the start up of apps with options like "manual"/"automatic"
Thanks in advance.