Re: deploiement NetBeans Bundled Tomcat différe nt de Tomcat en standalone
Cyrille37 <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.general.french |
|---|---|
| Message-ID | <[email protected]> |
Cyrille37 a écrit : > C'est encore moi avec mon problème d'accès à Mysql. > > Donc quand je fais run dans NetBeans5.5 ma WebApplication lève > l'exception: > org.apache.jasper.JasperException > java.lang.RuntimeException: > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC > driver class 'com.mysql.jdbc.Driver' > > Par contre quand je déploi sur un Tomcat installé à la mano, la > WebApplication fonctionne bien, je n'ai pas l'exception. > > Pour les 2 tomCat j'ai mis le driver jdbc dans common/lib : > > Pour le Tomcat de Netbeans : C:\Documents and > Settings\cyrille\.netbeans\5.5beta\apache-tomcat-5.5.16_base\common\lib en fait il fallait que je mette le jar dans : D:\netbeans-5.5beta\enterprise3\apache-tomcat-5.5.16\common\lib C'est l'embrouille les 2 répertoires : C:\Documents and Settings\cyrille\.netbeans\5.5beta\apache-tomcat-5.5.16_base et D:\netbeans-5.5beta\enterprise3\apache-tomcat-5.5.16 désolé d'avoir encombré la liste pour ces futiles problèmes. bye, cyrille > > Pour le Tomcat autonome : D:\tomcat-5.5.17\common\lib > > > Quelle peut être la différence ? > merci > cyrille. > > >