> From: pprun [mailto:runping_hu...@hotmail.com] > Subject: Question on META-INF/context.xml > > Inside I specified META-INF/context.xml as following: > > <?xml version="1.0" encoding="UTF-8"?> > <Context docBase="Repromed" path="/Repromed" reloadable="true"
Remove the docBase and path attributes - they're not allowed when the <Context> element is in META-INF/context.xml > I don't know how to convert Repromed.war to ROOT.war. Usually, all you have to do is change the name of the .war file. This is assuming you have not hard-coded "Repromed" within the webapp; if you have, you'll need to fix that. > How to change the META-INF/context.xml? No changes are needed to either META-INF/context.xml or WEB-INF/web.xml. - 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