Monthly Archives: May 2012

confguring auto vue servlet on weblogic

If the AutoVue server will be accessed by clients outside a firewall, direct access non-standard ports (i.e. non-HTTP) are often blocked. To enable clients to access servers that are protected by firewalls, a servlet is provided to tunnel requests through … Continue reading

Posted in Auto Vue | Tagged | Comments Off on confguring auto vue servlet on weblogic

How to deploy application to weblogic application server 10.3g

Deploying the application to Weblogic Application Server The deployment procedures below are for using Weblogic 9.1. The procedures for using different versions may vary. In Manager, locate the existing Web application on the Applications page. Check the box next to … Continue reading

Posted in Weblogic | Tagged , | Comments Off on How to deploy application to weblogic application server 10.3g

oracle UCM 11G – show up blank page?

  just clear your browser cache if not work work with https and clear cache   else   1-  restart of the entire server (not just UCM 11G) seemed to solve the problem. 2- start DB 3- start nodemanager 4- … Continue reading

Posted in UCM | Tagged , | Comments Off on oracle UCM 11G – show up blank page?

how to Check listener status?

http://www.orafaq.com/wiki/Lsnrctl#Check_listener_status

Posted in ECM | Tagged , | Comments Off on how to Check listener status?

How to implement SSL in UCM?

Steps needed to setup the Content Server to use SSL are as follows…. 1. Open the file <UCM>/config/config.cfg 2. Change the value for HttpServerAddress=http:// … to https://.&#8230; 3. Add the config entry UseSSL=true 4. Restart the Content Server 5. Start … Continue reading

Posted in Oracle ECM, UCM | Tagged | Comments Off on How to implement SSL in UCM?

how to get all schemas at oracle with owners and change them?

SQL> SELECT comp_id, comp_name, version, status, mrc_name, owner FROM schema_version_registry; COMP_ID    COMP_NAME                      VERSION    STATUS      MRC_NAME   OWNER ———- —————————— ———- ———– ———- ————— BAM        BAM Services                   11.1.1.2.0 VALID       DEV        DEV_ORABAM MDS        Metadata Services              11.1.1.4.0 VALID       SYSMAN     SYSMAN_MDS ORASDPM    SDP Messaging                  11.1.1.2.0 … Continue reading

Posted in ECM | Tagged , | Comments Off on how to get all schemas at oracle with owners and change them?

how to install jrockit 64 bit,weblogic server at linux?

Download the WebLogic Server installation files from OTN or E-Delivery. Make sure the JAVA_HOME refers to the proper Java installation: $ JAVA_HOME=/oracle/jrockit-jdk1.6.0_24 export JAVA_HOME $ PATH=$JAVA_HOME/bin:$PATH; export PATH Check that the proper Java version will be used: $ java -version … Continue reading

Posted in ECM | Tagged , | Comments Off on how to install jrockit 64 bit,weblogic server at linux?

How to install Active Directory Tools Under Windows 7 ?

post source First of all you need to download the software from Microsoft. In the Microsoft Download Centre these are called “Remote Server Administration Tools for Windows 7” a direct link to the download page is given below; http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d If … Continue reading

Posted in Active Directory | Comments Off on How to install Active Directory Tools Under Windows 7 ?