As you might know after the acquisition of BEA Systems by Oracle, Dev2Dev site has been discontinued. Unfortunately I don’t see a replacement for that, not only we lost some rich information, but a number of good tools. Read the rest of this entry »
Old WLST tools
December 2nd, 2009 by sghattuSpeed Up Your WebSphere Server Start Up Time
November 19th, 2009 by sghattuThis is a good way to speed up your WebSphere Server start up time.
Interview with Jython Lead
October 21st, 2009 by sghattuJust came across this excellent interview with Frank Wierzbicki, who now leads the Jython Development.
Interview can be found here
Find a class in plethora of jars in a directory with JarScan
September 17th, 2009 by sghattuRecently 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. Read the rest of this entry »
No WLST cachedir with python.cachedir.skip
September 11th, 2009 by sghattuIn 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
September 2nd, 2009 by sghattuMulesoft is joining the Application Server party with Tcat (beased on Tomcat). Read here for more information.
TIBCO acquires DataSynapse
August 25th, 2009 by sghattuTIBCO joining the Cloud Band wagon by acquiring DataSynapse.
http://www.tibco.com/company/news/releases/2009/press985.jsp
Jython 2.2 in WebLogic 11g
August 21st, 2009 by sghattuI just started playing around with WebLogic Server 11g and realised that Oracle has upgraded Jython from 2.1 to 2.2, very nice!
Monitoring your WebLogic SSL Certificates is important
August 19th, 2009 by sghattuI was talking to my friend yesterday and he mentioned that he was up all night due to an outage that happened to the WebLogic environments he manages, when asked why?
Expired SSL Certificates!!! Read the rest of this entry »
VMWare to acquire Spring Source
August 11th, 2009 by sghattuThis is a pretty interesting move by VMWare. Does this mean VMWare is trying to get into Java App Server space and become the new Under-dog? Only time will tell.