Archive for September, 2009

Find a class in plethora of jars in a directory with JarScan

Thursday, September 17th, 2009

Recently I had to find a jar which contains a java class I was looking for. Previously I was using other utilities like Jarfinder, FindClass etc, but wasn’t very happy.  (more…)

No WLST cachedir with python.cachedir.skip

Friday, September 11th, 2009

In one of my previous post I have talked about python.cachedir and how it may cause some errors during WLST/Jython initialization.
With WebLogic 11g Oracle has upgraded the Jython Version from 2.1 to 2.2 (see my post here), which opens up yet another way of getting rid of these errors. In fact you can get rid of the cachedir entirely by starting WLST with -Dpython.cachedir.skip=true, this will instruct Jython not to create the CacheDir.
I haven’t done extensive testing with this option but so far I haven’t seen any issues by not creating this cachedir.

Tcat Server from Mulesoft

Wednesday, September 2nd, 2009

Mulesoft is joining the Application Server party with Tcat (beased on Tomcat). Read here for more information.