https://bz.apache.org/bugzilla/show_bug.cgi?id=58187
Bug ID: 58187 Summary: Tomcat manager incorrect deployment status Product: Tomcat 7 Version: 7.0.63 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Manager Assignee: dev@tomcat.apache.org Reporter: remi.lebast...@flexcom.lu When using the manager to deploy a war file (using html or text version of the manager), the response sent from the tomcat manager appears before the application ends its starting. It appears after deployment but before application's context is fully up. That means if the application fails in its start process, Tomcat manager will already have answered that the application has been deployed. It was not the case with Tomcat 7.0.61. It affects versions 7.0.63, and 7.0.62 of the Tomcat manager. The parameters used are: - war file located on server (/home/xxx.war), - update = true, - simple context (my-context) Maybe the response has become asynchronous when Tomcat manager is deploying war file ? It would be very strange since the reload is not asynchronous in all Tomcat versions. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org