On Fri, 11 Feb 2005 19:07:27 +0000 (UTC), David W. Brown <[EMAIL PROTECTED]> wrote: > Hello Jason, thanks for the speedy reply and help. The only context.xml I can > find is @: /Apache Software Foundation/Tomcat5.5/conf/context.xml the xml > parameter you have quoted below is not present. There are not such > directories: META-INF anywhere in the tomcat installation directories on in > my /build or /dist directories (just web.xml). I pasted the xml string you > supplied into context.xml at the TC conf directory context.xml file and > issued ant install and still get the error condition: Fail - unable to > install app at /inventory.
For Tomcat 5.5. the context.xml should be located within your webapp within the META-INF folder so you will need to create it in your case and the context.xml only needs that one single line in it. Regards, -- Jason Bainbridge KDE - Conquer Your Desktop - http://kde.org KDE Web Team - [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
