Li's BLOG
Sunday, August 15, 2010
How to monitor Java app started as Windows Service
›
If you have a Java server running as Windows Service, such as Tomcat, JBoss, etc., it's not possible to run JConsole or JVisualVM to mo...
3 comments:
Wednesday, April 21, 2010
Run Terracotta Server as Windows Service
›
Terracotta is a JVM-level Java clustering solution. Lots of Java frameworks and libraries, such as Ehcache, Quartz, Web Session, have been ...
1 comment:
Friday, March 26, 2010
Install ColdFusion 8 on Snow Leopard
›
I need to test something in ColdFusion 8 on my MacBook Pro with Snow Leopard. After I downloaded and unzipped the installer, the installer s...
Monday, November 16, 2009
PHP cannot connect to mysql when run inside Apache
›
I ran into a very strange issue when Apache/PHP/MySQL. What happend was my php code suddenly cannot connect to mysql on another machine any...
Saturday, November 7, 2009
Trick to let iTune handle Chinese song names and tags correctly in Mac OS X
›
When play Chinese songs in iTune, it always tends to show the song information, such as name, artist, album, etc. as garbage text. When I ...
1 comment:
Sunday, May 17, 2009
Monitor detailed SQL transactions issued by Hibernate
›
Hibernate help us translate access to Java objects from HQL to native SQL and automatically take care of object relationships, which saves d...
Wednesday, May 13, 2009
Customize Eclipse JVM in Mac
›
On Windows, we can change eclipse.ini under eclipse folder to put extra parameters for JVM. On Mac, the ini file is located at: eclipse/Ecli...
‹
›
Home
View web version