Is it possible to start Tomcat with only the Manger webapp running?
I have multiple webapps in the appBase and don't want them to startup automatically at startup.
If I set autoDeploy="false" deployOnStartup="false", I don't have access to the manager webapp on startup, because it is in the same appBase.
I guess an alternate solution would be to start the manager app somehow after startup, but I'm not aware of how that is done.