> From: Dubois, Fabien [mailto:[EMAIL PROTECTED] > Subject: Datasource and Hibernate > > I have looked to the tomcat 6 official documentation, > and in the $CATALINA_HOME/conf/context.xml, i have declared : > <Context > path="/appWicket"
You must never, under any circumstances, specify a path attribute in the conf/context.xml file. The purpose of this context.xml is to supply common attributes for all webapps, not a particular one. You should be placing your webapp-specific elements and attributes in your webapp's META-INF/context.xml file; when doing so, you must not use a path attribute there either, since the path is derived from the name of the webapp. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]