Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, (CC'ing the list this time. TB changed their REPLY semantics and I'm still getting used to them.) On 4/24/17 8:52 AM, Bruce Huang wrote: > Thanks for the information that Chris has provided. > > I have found that the deployment has not alwa

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-24 Thread Bruce Huang
Thanks for the information that Chris has provided. I have found that the deployment has not always being succeeded. The situation is, if I hit the /stop and then /deploy?update=true, even I always got a fail message as below *FAIL - Deployed application at context path /test but context failed

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-09 Thread Bruce Huang
Hi Christopher, I have checked the tomcat log, there is no error as below and the application is started successfully. Manager.log 09-Apr-2017 17:37:53.295 INFO [http-nio-3030-exec-342] org.apache.catalina.core.ApplicationContext.log Manager: stop: Stopping web application '/2.1.2-C1' 09-Apr-201

Re: Get fail response by using the Tomcat manager command to deploy a war

2017-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, On 4/7/17 4:08 AM, Bruce Huang wrote: > I want to use the tomcat supported manager command > > > to deploy a war file. The Tomcat server is Tomcat v8.

Get fail response by using the Tomcat manager command to deploy a war

2017-04-07 Thread Bruce Huang
Hi all, I want to use the tomcat supported manager command to deploy a war file. The Tomcat server is Tomcat v8.0.23. The application is sure to be deployed and started successfully, I, however, got the fail