Dear Wiki user,

You have subscribed to a wiki page or wiki category on "James Wiki" for change 
notification.

The following page has been changed by BerndFondermann:
http://wiki.apache.org/james/JamesPostage

------------------------------------------------------------------------------
  
  make sure, that you download and add the following libraries to lib/
  
+ from Sun
-  * activation-1.1.jar (from Sun)
+  * activation-1.1.jar
-  * mail-1.4.0.jar (from Sun)
+  * mail-1.4.0.jar
-  * james-2.3-dev.jar (from a local James build)
-  * mailet-2.3.jar (from a local James build)
-  * mailet-api-2.3.jar (from a local James build)
+ from a local James build:
+  * james-2.3-dev.jar
+  * mailet-2.3.jar
+  * mailet-api-2.3.jar
  
  == Building ==
  
@@ -120, +122 @@

  This is optional configuration.
  
  It only works, if James is run under JSE5 or newer and only if Postage has 
been build with JMX support.
+ It also conflicts with James' current genuine JMX support (through MC4J), 
which has to be disabled.
  
- TBD
+ Edit file <JAMES_HOME>/bin/phoenix.[sh|bat]
+ 
+ Replace line
+ 
+ {{{
+ JVM_OPTS="-Djava.ext.dirs=$JVM_EXT_DIRS"
+ }}}
+ 
+ with (on one line)
+ 
+ {{{
+ JVM_OPTS="-Djava.ext.dirs=$JVM_EXT_DIRS -Dcom.sun.management.jmxremote 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.port=10201 "
+ }}}
  
  == Configure Postage ==
  

Reply via email to