2015年4月30日 星期四

可以解決IBM Notes 9.0.1 java 處理上的一些問題

Edit your jvm.properties file
Open the {Notes}/framework/rcp/deploy/jvm.properties file in a text editor and add the following lines:
 
vmarg.Djmxremoteport=-Dcom.sun.management.jmxremote.port=8123
vmarg.Djmxremotessl=-Dcom.sun.management.jmxremote.ssl=false
vmarg.Djmxremoteauth=-Dcom.sun.management.jmxremote.authenticate=false
 
The first line tells the Notes client JVM to listen on port 8123 for JMX clients like JConsole (feel free to use a different port if you’d like). 
 
The second line tells it not to use SSL for the connection (which it would do by default).
 
 And the third line tells it not to require a username and password for the connection.
 
 

沒有留言: