2014-02-01 Jerry Malcolm <2ndgenfi...@gmail.com>: > Well I turned on Firebug. This is what it gives me. Doesn't look > like there is much useful info in here. If there's something specific > you are looking for that's not here, I can do more tracing..... > > ====This is the "response" tab content: > > POST stop?path=/Projectmanag...420E758A102ED89CE89346C > 400 Bad Request > local.texasweddingsltd.com > 0 B > 127.0.0.1:80 >
Unless you omitted something, the above is a malformed HTTP request. A proper request URI starts with "/" (unless it is a full URL including the host name). (In the case of Tomcat Manager in Tomcat 7, the request should be "POST /manager/html/stop?path=/foo" for HTML interface) How can it be? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org