Am 28.06.2011 03:42, schrieb Caldarale, Charles R:
From: Dark Before Dawn [mailto:dark.before.d...@gmail.com]
Subject: Re: Tomcat 7 Embedded: Manager
When using HTMLManagerServlet and navigating to http://localhost/manager
the Manager's HTML Interface will appear.
It shouldn't, unless you've been playing with the mappings in WEB-INF/web.xml.
The valid URL paths are:
/manager/html
/manager/jmxproxy
/manager/status
/manager/text
There is no /manager mapping, nor is there supposed to be one. Note that each
mapping has its own security constraint.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Hi Chuck,
this is a general problem. On startup - embedded tomcat will nag about a
missing global web.xml and I haven't set a web.xml (WEB-INF) for the
ManagerServlet neither.
org.apache.catalina.startup.ContextConfig webConfig
INFO: No global web.xml found
My next step would be to copy a custom web.xml (with manager mappings)
to /conf Directroy and see what happens.
I would prefer to programatic add a WebXml since I don't want to mess up
with filesystems.
Cheers
Darky
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org