> From: Jesse Farinacci [mailto:[email protected]] > Subject: Re: Tomcat war context path
> You could also bundle a META-INF/context.xml file which looks something akin > to: > <?xml version="1.0" encoding="UTF-8"?> > <Context path="/" /> Pretty much wrong on all counts: 1) The path attribute is not allowed when the <Context> element is in META-INF/context.xml. 2) The path for the default webapp is not "/" (read the servlet spec or Tomcat doc). - 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: [email protected] For additional commands, e-mail: [email protected]
