Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
Hi everybody, I'm using tomcat6 and trying to use datasource for mysql connexion (and hibernate). I have looked to the tomcat 6 official documentation, and in the $CATALINA_HOME/conf/context.xml, i have declared : In my hibernate.cfg.xml, I have done this (add the first line, t

RE: Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
di 24 avril 2008 13:04 À : Tomcat Users List Objet : Re: Datasource and Hibernate You've been answered. Please take a look at my and Mark's responses. If you can't find them in your email, take a look at the list archives. --David Dubois, Fabien wrote: > Hi everybody, &g

RE: Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
java:253) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1143) -Message d'origine- De : Caldarale, Charles R [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 avril 2008 14:32 À : Tomcat Users List Objet : RE: Datasource and Hibernate > From: D

RE: Datasource and Hibernate

2008-04-24 Thread Dubois, Fabien
It's working, thank you all for your help :) -Message d'origine- De : Caldarale, Charles R [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 avril 2008 14:32 À : Tomcat Users List Objet : RE: Datasource and Hibernate > From: Dubois, Fabien [mailto:[EMAIL PROTECTED] > Subject

Context and external folder for uploaded files

2008-05-07 Thread Dubois, Fabien
Hi everybody, I'm not an expert of tomcat, and I need your help. I have a web application that allows user to upload files. I want to stock these files in an external folder of tomcat on the server. These files could be downloaded, so how can I link my webapplication and this external fold