> From: Angelo Chen [mailto:angelochen...@yahoo.com.hk] > Subject: Problem enabling manager for virtual host > > but I can't start it by: > http://sample.dyndns.org/manager/
Nor should you be able to; the correct URL would be: http://sample.dyndns.org/manager/html There's is no servlet mapping in the manager's WEB-INF/web.xml for empty extra path info. > here is my manager.xml: > <?xml version="1.0" encoding="UTF-8"?> > <Context path="/manager" debug="0" privileged="true" > docBase="/usr/local/apache-tomcat-6.0.16/webapps/manager/html"> > </Context> Take out the path attribute; it's not allowed. Remove the /html from the end of the docBase. - 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