A quick tutorial for middleware products

  • WeblogicArch

  • J2EEArch

  • FussionArch

Sunday, June 14, 2015

On June 14, 2015 by Kamlesh   2 comments
Hadoop Distributed Filesystem (HDFS) Built to support high throughput, streaming reads and writes of extremely large files. NAS and SAN's offer centralized, low-latency access to either a block device or a filesystem on the order of terabytes in size. They do not scale to meet the need of thousands of machines pulling hundreds of Gigs of content all at one time. Goals for HDFS *...

Saturday, June 13, 2015

On June 13, 2015 by Kamlesh   No comments
Hi All, writing something about OPMN utility with oracle instance and Weblogic. WebLogic Server– Weblogic is J2EE application Server for entire Oracle stack. Oracle Instance – Oracle Instance contains one or more system components like HTTP Server, Application Server, OBIEE, OAM and OID. Oracle Instance Directory contains files like configuration files, log files. Oracle...

Tuesday, April 21, 2015

On April 21, 2015 by Kamlesh   5 comments
WLST Script for checking the status of JDBC Datasource in Weblogic  WLST has some good features like we can monitor the weblogic domain, monitor JMS Cluster, Datasource target and untarget etc. In this post I am explaining about how to monitor JDBC Datasource like status of datasource, load on datasource etc. by WLST script. Step by step explaining how to prepare the JDBCmonitor.py...

Friday, April 10, 2015

On April 10, 2015 by Kamlesh   1 comment
WLST Script for Monitoring the JMS status of Weblogic Domain After long time writing something about WLST WLST has some good features like we can monitor the weblogic domain, monitor JMS Cluster, Datasource target and untarget etc. In this post I am explaining about how to monitor JMS Cluster like message count, pending message etc. by WLST script. Step by step explaining how to prepare...