[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread ramaka
we placed the mysql-connector-jar in the following lib folders %JBOSS_HOME%\lib %JBOSS_HOME%\server\default\lib %JBOSS_HOME%\server\default\deploy\web-app\WEB-INF\lib %JBOSS_HOME%\server\all\lib %JBOSS_HOME%\server\minimal\lib Are we missing anything. plz let me know Thanks in Advance, Rama

[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread visolvejboss
Hello, It's enough. FYI, their is no need to copy the jar file on all the configurations. For example, if you have used default configuration to run the jboss server, just copy the jar file into %JBOSS_HOME%\server\default\lib directory is enough and also, once you have copied the jar

[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread ramaka
What else could be the reason for getting Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver while starting the JBoss Server as we placed the mysql-connector jar in %JBOSS_HOME%\server\default\lib folder What else is missing Can't we configure the Data Source in

[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-26 Thread visolvejboss
Hello, Copy the mysql-connector jar into the server-config/lib directory and restart the server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953616#3953616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953616 Using