Hello Group,
I am new to james, configured and understood most of the part but stuck with
connecting to mysql database after many tries.
mysql is running as a NT service. The log says error in getting the databse
connection. I am using a specific user profile to start mysql and use the
same user profile in config file.
Here is my config file,
<repository name="LocalUsers"
class="org.apache.james.userrepository.JamesUsersJdbcRepository"
destinationURL="db://maildb/users">
<sqlFile>file:///E:/james/apps/james/conf/sqlResources.xml</sqlFile>
</repository>
and data source definition,
<data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
<driver>org.gjt.mm.mysql.Driver</driver>
<dburl>jdbc:mysql://129.50.1.183/mail</dburl>
<user>rizwan</user>
<password>paswd</password>
</data-source>
I've created a database called mail in mysql and understand that tables will
be created automatically
the error log,
"users-store" failed to pass through the Initialization stage. (Reason: An
exception occurred getting a database connection.).).
it's obvious that it is not connecting to mysql but I am clueless to what I
am missing...
thanks for any help,
rizwan