Please show use the stacktrace you get when try to start.. Are you sure the mysql server is listen on the port ?
BTW, maybe you want to try the latest 2.3.0 RC .. It was just released 1 minute ago. You can get it from: http://people.apache.org/dist/james/server/ bye Norman myepoch schrieb: > I had config: > > <data-source name="maildb" > class="org.apache.james.util.dbcp.JdbcDataSource"> > <!--<driver>org.gjt.mm.mysql.Driver</driver>--> > <driver>com.mysql.jdbc.Driver</driver> > <dburl>jdbc:mysql://127.0.0.1/mail?autoReconnect=true</dburl> > <user>root</user> > <password>root</password> > <max>20</max> > </data-source> > > > but it does not successfully yet. > > > Norman Maurer wrote: > >> Please try to change: >> >> <driver>org.gjt.mm.mysql.Driver</driver> >> >> >> to: >> >> <driver>com.mysql.jdbc.Driver</driver> >> >> >> I think the wrong connector is used to connect. If your problems still >> persisist, post the exception you get again.. >> >> >> bye >> Norman >> >> >> myepoch schrieb: >> >>> mysql connector is mysql-connector-java-3.1.13-bin.jar and add it to >>> james/lib/ >>> >>> mysql version is 4.1 >>> >>> >>> You need to upgrade to a new mysql connector to get it workin with mysql >>> 4.1 or 5.x.. (if im not wrong). >>> >>> >>> bye >>> Norman >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]