On 02/26/2015 12:52 PM, Konstantin Kolinko wrote:
2015-02-26 19:26 GMT+03:00 Mark Shifman <mark.shif...@yale.edu>:
This is truly embarrassing since I have the manager running fine  on tomcat
7.

https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A8080_manager_status&d=AwIBaQ&c=-dg2m7zWuuDZ0MUcV7Sdqw&r=oZj4zInar3jeBECJ7OuBEMWJwBrzGeex-klf3JCRGss&m=qAAyZ6f2PpvD8ZHfq17E7vm0di_oOBZ5L417zIFArJo&s=CKor4EvRLf9Xl_PoOL58dKcTnpRepmn-UxWIo91RQJM&e=
returns
127.0.0.1 - - [26/Feb/2015:10:47:11 -0500] "GET /manager/status HTTP/1.1"
404 1022

https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A8080_manager_html&d=AwIBaQ&c=-dg2m7zWuuDZ0MUcV7Sdqw&r=oZj4zInar3jeBECJ7OuBEMWJwBrzGeex-klf3JCRGss&m=qAAyZ6f2PpvD8ZHfq17E7vm0di_oOBZ5L417zIFArJo&s=ODlwW-mr7a0mrNGd3WNAoZw6kQbhUEwZF7jBixbqgoA&e=
returns
127.0.0.1 - - [26/Feb/2015:11:00:40 -0500] "GET /manager/html HTTP/1.1" 404
1018

I am starting tomcat 8.0.20 with jsvc and running tomcat as "mas"

catalina.out shows

Feb 26, 2015 10:37:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory
/home/apache-tomcat-8.0.20/webapps/manager has finished in 326 ms

so it looks like the manager is started.
No. The above message just displays timing (some people were
interested in how long the deployment takes). The same text is used
regardless of success or failure.

404 usually means that the web application is not running. In that
situation the request is served by the ROOT webapp, not by manager
webapp. (It is visible if either the ROOT webapp or the manager webapp
has its own configuration of AccessLogValve).

Do you have the files in /home/apache-tomcat-8.0.20/webapps/manager ?
Thanks for the suggestion.  I modified the context.xml then changed it back to 
the original leaving
a context.xml~ file hanging around. This must have been the problem.

Your suggestion made me replace that manager with  a clean virginal copy of 
manager.jar from the tar ball.

Afterwards, everything worked like a charm.

Thanks to all.
mas


Any chance that you are starting with Java Security Manager being
enabled? In this case you should see error messages in the logs.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


--
Mark Shifman MD. Ph.D.
Yale Center for Medical Informatics
Phone (203)737-5219
mark.shif...@yale.edu


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to