> From: David Ziants [mailto:[EMAIL PROTECTED] > Subject: Cannot transform and load jsp file with Tomcat under Eclipse > > I also added META-INF\context.xml file: > ========================================================== > <?xml version="1.0" encoding="UTF-8"?> > <Context path="D:\eclipse_ws_swing\MusarAvicha"/> > ==========================================================
The path attribute is not used when the <Context> tag is in META-INF/context.xml, nor when inside a conf/Catalina/[host_name]/[app_name].xml file. It may only be used when your <Context> is configured in server.xml, and then it gives the web-visible name of the app, not where the app is stored in your local file system. Perhaps you meant to use the docBase attribute. Suggest a close reading of the doc: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html - 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]