HOME

The BLOG has currently Following PAGES:

JMX:

This Page demonstrate how to start writing codes for Java Management Mbeans.

I hope this post will be really Helpful for beginners.

WLS SECURITY:

  1. Some time we forget the Admin user-name/password for the Weblogic Server.So this page provided steps by step procedure to recover the Admin username and password.

  2. How to develop Custom Weblogic Audit Provider:

JAX-WS WEB SERVICE :

I was just trying to learn some basics of Web Service and in that process I as able to create this sample code that will help

understanding how to implement Handlers in Weblogic Server for JAX-WS web service.

JAX-WS SECURITY:

1: This post provides step by step instructions to create a JAX-WS web service and to deploy it on an application server( Weblogic Server is used as an example).

2: The second post provides step by step instruction to create a client to invoke a JAX-WS web service which requires username/password to access the web service.

WLS COMMON:

This provides a Sample UNIX script that can be used to start Weblogic Server as a daemon process.

 

Install Webpass on Machine where Oracle Http Server(OHS) is installed

This post provides step by step screen shots for installing Oracle Http Server .

Install Oracle Access Manager 10.1.4.3.0

Oracle Access Manager (10.1.4.3.0) is a used to Implement SSO ( Single Sign On ). This link show how to Install OAM.

 

Encrypted Data Transfer between Oracle Database Server and Oracle Client

This page show how to configure encrypted connection between Database and Client using Transparent Data Encryption.

———————————————————————————————–

4 Comments

  1. Jayesh
    Posted January 15, 2011 at 12:33 am | Permalink

    Hi Sandeep

    I was trying to create a Custom Audit Provider and while searching in google. I saw your article https://weblogictips.wordpress.com/2010/05/03/how-to-develop-weblogic-custom-audit-provider/

    I tried the same example. I was having a small issue and would like to get your suggestion to proceed further.

    The problem I am facing is I am not getting the Handler Names and Values . I don’t know where I need to configure this. Is this needs to be configured in the MBean Attributes ?

    ContextHandler handler = auditContext.getContext();
    log.println(“>”+ handler.getValue(“com.bea.contextelement.servlet.HttpServletRequest”));

    I am getting the handler.getNames().length = 0

    Please help me

    Jayesh

  2. Nikil
    Posted September 16, 2011 at 12:12 am | Permalink

    Hello,

    How to change the server.out file path? By default it is going to /server/logs directory. But I want it to go to some other place. So, I found it in wlscontrol.sh file. But, if I change it there, will it reflect, when I restart the managed server, or do I need to bounce the whole weblogic server? Or is there anyother way to change it?

    – Thanks in Advance

  3. Posted September 16, 2011 at 12:17 pm | Permalink

    use the below options:

    JAVA_OPTIONS=-Dweblogic.Stdout=”d:\bea\user_projects\domains\myWLSdomain\stdout.txt” -Dweblogic.Stderr=”d:\bea\user_projects\domains\myWLSdomain\stderr.txt”

  4. Nikil
    Posted November 3, 2011 at 8:34 pm | Permalink

    Hi,

    I have weblogic Adminserver on Machine-1, and I have created a managed server on Machine-2. How do I get the managed server directory on machine-2? I have the managed server directory under “machine-2$:/home/wladmin/”. But I want it under “/weblogic/domains//”. Where can I define this change? Does it need a server restart (Admin/managed server)?

    Thank you

Leave a comment