james
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
james [2011/07/02 15:27] – created k2patel | james [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
It's really nice standalone mail server.\\ | It's really nice standalone mail server.\\ | ||
Written in JAVA, can be scaled to high numbers of nodes.\\ | Written in JAVA, can be scaled to high numbers of nodes.\\ | ||
+ | [[http:// | ||
+ | <code bash | $JAMES_HOME/ | ||
+ | database.driverClassName=com.mysql.jdbc.Driver | ||
+ | database.url=jdbc: | ||
+ | database.username=james | ||
+ | database.password=james | ||
+ | vendorAdapter.database=MYSQL | ||
+ | openjpa.streaming=false | ||
+ | </ | ||
+ | Now download mysql jdbc driver from [[http:// | ||
+ | Place file in $JAMES_HOME/ | ||
+ | |||
+ | now define it in environment | ||
+ | <code bash | $JAMES_HOME/ | ||
+ | CLASSPATH_PREFIX=../ | ||
+ | export CLASSPATH_PREFIX | ||
+ | </ | ||
+ | |||
+ | Controller port is defined in -$JAMES_HOME/ | ||
+ | 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/ | ||
james.1309620443.txt.gz · Last modified: 2020/08/10 02:30 (external edit)