User Tools

Site Tools


james

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
james [2011/07/02 15:32]
k2patel
james [2020/08/10 02:35] (current)
Line 14: Line 14:
 </​code>​ </​code>​
  
 +Now download mysql jdbc driver from [[http://​dev.mysql.com/​usingmysql/​java/​ | dev.mysql.com]]\\
 +Place file in $JAMES_HOME/​lib/​
 +
 +now define it in environment
 +<code bash | $JAMES_HOME/​bin/​setenv.sh>​
 +CLASSPATH_PREFIX=../​conf/​lib/​mysql-connector-java-5.1.15-bin.jar
 +export CLASSPATH_PREFIX
 +</​code>​
 +
 +Controller port is defined in -$JAMES_HOME/​conf/​jmx.properties.\\
 +you can use jconsole to connect to your controller.\\
 +which allow you to manage services using GUI.
 +
 +Also make usre you have define JAVA_HOME in you bash env.
 +
 +now start your server using $JAMES_HOME/​bin/​james start
  
james.1309620765.txt.gz ยท Last modified: 2020/08/10 02:30 (external edit)