Category Archives: Uncategorized

Shell script to monitor weblogic log for exception

Summary: This script is going to monitor weblogic AdminServer.log to for any Exception and trigger email with exception stack. WeblogiServerLogWatcher.sh: ===================== #!/bin/bash #set -xv # The script to verify the error from AdminServer.log logs Path=/scratch/Oracle/Middleware/user_projects/domains/Testing/servers/AdminServer/logs #removing the old scripting logs … Continue reading

Posted in Uncategorized | Leave a comment

Weblogic – displaying Runtime server status in a JSP

* Overview: This blog is to display Server status in a JSP. This sample can be used to apply weblogic Administrator credentials to deployed applications. Meaning, you can deploy an application and provide BASIC authorization to that application and we … Continue reading

Posted in Uncategorized | Leave a comment

My Unix Commands

This blog is to keep my Unix commands which I often use it in my weblogic environment. http://www.eng.hawaii.edu/Tutor/vi.html Vi Editor: ——— :q –> to quit :q! –> quit without save :w –> save :wq –> save and quite :w filename2 … Continue reading

Posted in Uncategorized | Leave a comment

Sample JDBC Module deployment part of an Appplication in Weblogic

This document is to provide a sample application of configuration mentioned in the below link http://docs.oracle.com/cd/E15051_01/wls/docs103/jdbc_admin/packagedjdbc.html Customers could create JDBC connections by creating a JDBC module and deploy it part of an EAR application. Which in turn inherit all the … Continue reading

Posted in Uncategorized | Leave a comment

Taking Threaddump in .Net environment using Microsoft’s Debug Diagnostic Tool

Overview: Getting a dump or thread dump is necessary when your java application interacts with .Net client..for ex. An .Net client accessing java based services hosted in an JEE container, .Net client access Coherence Cache. I have used Microsoft’s Diagnostic … Continue reading

Posted in Uncategorized | 2 Comments

Shell script to take multiple thread dumps from multiple JVMs

Summary: In Weblogic and Coherence, we often require thread dumps from all the nodes or servers when the issue happens. Description: For intermittent hung issues, we might need thread dump when Customer sees the issue and we want the thread … Continue reading

Posted in Uncategorized | 1 Comment

Keeping Http-Sessions in Coherence cache

Overview: This article talks about keeping your Http Sessions in Coherence cache , instead of keeping it as part of app server’s in memory or any other external device ..file/DB. We will integrate Weblogic to use Coherence cache and will … Continue reading

Posted in Uncategorized | Leave a comment

Having your own SOAP Client

Overview: This blog is the outcome of my support experience with Oracle Weblogic Web service’s stack for quite sometime. After this exercise  we should understand, how Webservice layer talk to a client and also  how we can write our own … Continue reading

Posted in Uncategorized | 2 Comments

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 1 Comment