Christopher Schultz wrote: > Juan, > > On 7/30/2009 4:39 PM, Juan Pablo Romero Méndez wrote: >> It turned out there is some delay between clicking the link to deploy >> and the application being available. I somehow expected this process >> to be almost instantaneous. > > I won't use the manager app, so I've never really noticed that the > deployment process is not synchronous. I'm not surprised, though: the > manager app is probably just saying to Tomcat "please deploy this > application". Tomcat responds by saying "okay, I'll do my best" and then > the manager app responds to you (the user). Tomcat does the deployment > at its leisure.
Nope. Deployment via the manager app is synchronous. Time taken to deploy will depend how big the war is and how long your app takes to start. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org