SlideShare a Scribd company logo
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Introduction
This document describe steps to install Oracle Autovue and configure this application as SSO the
document provided with screenshots.
Environment:-
Operating System: Windows 2008
Database: - 11.2.0.4
Software Needed:-
1- AutoVue.
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
About the Author
Osama Mustafa has progressive experience in Oracle Products, community. He recently served as
Oracle Database Administrator.
Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage
Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect,
build and support highly-available Oracle EBS, Database and Fusion Middleware environments including
appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and
test databases.
He entered Oracle ACE Program in 2013, he is author for the book Oracle Penetration Testing, Osama
Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and Solaris
Administrator.
Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour,
Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as
IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK
Event around the world. Recently his article has been published on OTECH magazine about Real
Application Cluster Here.
Twitter: @OsamaOracle
G+: Osama Mustafa
SlidShare: Osama Mustafa
LinkedIn: http://www.linkedin.com/in/osamamustafa
Blog: https://osamamustafa.blogpsot.com.
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Oracle AutoVue
1. Installation AutoVue
Run the InstallClientServer.exe file from the installation folder.
1.1 Step 1: Welcome
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.2 Step 2: Specify Installation Directory
2.3 Step 3: Select Install Set
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.4 Step 4: Select Install Set: Custom
2.5 Step 5: Select Shortcut Folder
2.6 Step 6: Specify Hostname
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.7 Step 7: Specify Authentication
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.8 Step 8: Specify how SSL
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
2.9 Step 9: Pre-Installation Summary
2.10 Step 10: Installation Complete
3 Deploying VueLink on WebLogic Server
3.1 Updating config.cfg
Edit config.cfg so that UCM can receive requests from the VueLink machine, so browse to
<UCM Instance Dir>ucmcsconfig, search for SocketHostAddressSecurityFilter then add to this list the
IP address of the machine where VueLink is installed, as example:
#Server System Properties
SocketHostAddressSecurityFilter=127.0.0.1|10.26.1.171|172.16.2.88
Add new parameter with default port under #Additional Variables, as example:
#Additional Variables
IntradocServerPort=4444
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.2 Copy VueLink Application
Copy VueLink folder from <AutoVue_Installation_DIR>Vuelink_war to WebLogic Server
applications directory, the <APPLICATIONS_DIR> usually resides at <UCM_DOAMIN>
applicationsDOMAIN_NAME
3.3 Edit web.xml
Web.xml file is configure settings in the VueLink, so browse under
<APPLICATIONS_DIR>vuelinkWEB-INF and specify the host name of the machine that the
AutoVue server is running on and the port that AutoVue is listening to for connection for the
JVueServer, as example:
<init-param>
<param-name>JVueServer</param-name>
<param-value>localhost:5099</param-value>
</init-param>
The default value for the AutoVue port is 5099. It must be the same as the
jvueserver.socket.port parameter inside jvueserver.properties file under directory
>AutoVue_Home<bin
3.4 Edit adapterconfig.xml
adapterconfig.xml file is describe how VueLink able to connect to UCM, file directory under
the path <APPLICATIONS_DIR>vuelinkWEB-INFlib
Set value to the host name where UCM is installed, as example:
<property name="port">4444</property>
<property name="host">localhost</property>
<init-param>
<param-name>EnableSSL</param-name>
<param-value>false</param-value>
</init-param>
Verify that the port specified matches the one specified on the UCM server in the config.cfg file
on the server.
3.5 Edit jvueserver.properties
jvueserver.properties file is configure settings in the AutoVue, open jvueserver.properties
file under path < AutoVue Instance Dir>bin and then perform a add for the following
under #jvueserver.collaboration.group=group_name :
jvueserver.ssl.enable=FALSE
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.6 Copy cis-client-11g.jar
Copy cis-client-11g.jar from Oracle UCM Home in directory
<ORACLE_UCM_HOME>ucmDistributionCIS to lib folder under
<APPLICATIONS_DIR>vuelinkWEB-INFlib
3.7 Copy ESAPI_resources folder
Copy ESAPI_resources folder from Vuelink_war folder in directory
<AutoVue_Installation_DIR>Vuelink_war to folder under <UCM DOMAIN>
3.8 Edit setDomainEnv.cmd
setDomainEnv.cmd file is configure settings in the UCM DOMAIN, this modification require
restart AdminServer
open setDomainEnv.cmd file under path < UCM DOMAIN >bin and then perform a add for
the following under for %%i in ("%UCM_ORACLE_HOME%") do set
UCM_ORACLE_HOME=%%~fsi:
set JAVA_OPTIONS=%JAVA_OPTIONS% -
Dorg.owasp.esapi.resources=C:Oracleucm_domainESAPI_resources
3.9 Deploy VueLink from WebLogic Console
Logon to WebLogic web console and deploy the VueLink folder as an application.
Click on Deployments then install
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Go to VueLink directory then click next
Choose install this deployment as an application
AdminServer will be as target
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Choose I will make the deployment accessible from the following location
Click finish
Check VueLink application is active
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.10 Update mod_wl_ohs.conf file on Webtier Server
Add Vuelink part to mod_wl_ohs.conf file, this modification require restart OHS service
<Location /vuelink>
SetHandler weblogic-handler
WebLogicHost UCMServer
WebLogicPort 7001
</Location>
3.11 Deploy AutoVue Server as Windows Service
Run the following command with administrator privilege to register the AutoVue as Windows
Service from <AutoVue_HOME> which AutoVue binaries were installed:
<AutoVue_HOME>binjVueServerX.exe -standalone -install
Check for the Windows Service created named Oracle AutoVue Server
3.12 Verify AutoVue Server Installation
After starting up the AutoVue Server from Windows Service run the jVueServerX.exe from
< AutoVue _HOME>binjVueServerX.exe, it will show that the server is running as below:
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
3.13 Verify VueLink Installation
Check using a browser the following link to verify that VueLink is deployed:
http://localhost:7001/vuelink/VueServlet
Check the DMS services for VueLink:
http://localhost:7001/vuelink/DMS
4 Customizing UCM
4.1 AutoVue Component file
Copy AutoVue file path <File_Direcotry>dms_customizationAutoVue.zip to
<APPLICATIONS_DIR>vuelinkWEB-INF
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
4.2 Enable Java Server Page (JSP)
Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator
From the Administration menu, and then select Admin Server
From the main page, click on the link for General Configuration
Check Enable Java Server Page (JSP)
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
4.3 Install and Enable AutoVue Component
Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator
From the Administration menu, and then select Admin Server
From the main page, click on the link for advanced component manager
To install a new component, scroll to the bottom of the page, and Browse on AuteVue.zip component file
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Click on install button
Click continue
Shutdown UCM Managed Server is required
After UCM is running
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
Go back to advanced component manager and enable AutoVue component, then restart UCM
server
4.4 Edit Autovue_Enviroment.cfg
Skip this update if the VueLink is deployed of the same application server as UCM(recommended)
and is running on port 7001, otherwise open Autovue Enviromen.cfg file under path <UCM
Instance Dir>cscustomAutoVue and then perform a search for the following:
• VueLinkPort: Set it to the port number where Application is running.
• VueLinkHostName: Set it to the host name where Application is running.
• VueLinkContext: Set it to the context name that VueLink is deployed.
For Example:
VueLinkPort=80
VueLinkHostName=172.16.2.88
VueLinkContext=vuelink
4.5 Copy AutoVue Common JAR files
Copy AutoVue Common JAR files folder (gluegen-rt.jar, jogl.jar, jvue.jar) from AutoVue folder in
directory <AutoVue>bin to folder under <UCM DOMAIN>ucmcscustomAutoVuecommon
and to folder under <UCM DOMAIN> ucmcsweblayoutcommon, finally restart UCM server.
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE
4.6 Edit view_in_autovue_page.htm file
open view_in_autovue_page.htm file under path <UCM Instance Dir>cscustomAutoVue
templates and then perform a search for the following:
vapp += 'n<PARAM NAME="FILENAME" VALUE="' + DOCUMENT_ID + '">' +
'n<PARAM NAME="USERNAME" VALUE="' + USERNAME + '">' +
'n<PARAM NAME="JVUESERVER" VALUE="'+ VUESERVLET + '">' +
'n<PARAM NAME="DMS" VALUE="' + DMS + '">' +
'n<PARAM NAME="LOCALE" VALUE="' + LOCALE + '">' +
'n<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">'+
'n<PARAM NAME="DMSARGS" VALUE="DMS_PRESERVE_COOKIES;LOCALE;BROWSERPATH">'+
'n<PARAM NAME="LOCALE" VALUE="EN">'+
'n<PARAM NAME="DMS_PRESERVE_COOKIES"
VALUE="ORA_AVVLUCM_TICKETID;ORA_AVVLUCM_IdcToken">'+
'n<PARAM NAME="BROWSERPATH" VALUE="' + BROWSERPATH + '">' +
'n</APPLET></BODY></HTML>';
5 Edit UCM Application Domain
Open ucmconsole and select to UCM Application Domain then go to resources and make the
following changes in OAM configuration interface
IdcService=VIEW_IN_AUTOVUE*
6 Open Attachment via AutoVue
Finally check in file and try to open it by AutoVue
ORACLE AUTOVUE OSAMA MUSTAFA
ORACLE AUTOVUE

More Related Content

What's hot

Oracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c InstallationOracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafa
Osama Mustafa
 
Ebs clone r12.2.4
Ebs clone r12.2.4Ebs clone r12.2.4
Ebs clone r12.2.4
Osama Mustafa
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linux
Osama Mustafa
 
12c on RHEL7
12c on RHEL712c on RHEL7
12c on RHEL7
Osama Mustafa
 
Step By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business IntelligenceStep By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business Intelligence
Osama Mustafa
 
Installing oracle timesten database On Linux
Installing oracle timesten database On Linux Installing oracle timesten database On Linux
Installing oracle timesten database On Linux
Osama Mustafa
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
Osama Mustafa
 
Refresh development from productions
Refresh development from productionsRefresh development from productions
Refresh development from productions
Osama Mustafa
 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installation
Osama Mustafa
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Taoufik AIT HSAIN
 
OBIA Installation
OBIA Installation OBIA Installation
OBIA Installation
Osama Mustafa
 
Rac&asm
Rac&asmRac&asm
Rac&asm
Osama Mustafa
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.
Osama Mustafa
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
Osama Mustafa
 
Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Osama Mustafa
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dba
Osama Mustafa
 
Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Performance Tuning Corporation
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
Osama Mustafa
 

What's hot (20)

Oracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c InstallationOracle Enterprise manager 13c Installation
Oracle Enterprise manager 13c Installation
 
Eouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafaEouc 12 on 12c osama mustafa
Eouc 12 on 12c osama mustafa
 
Ebs clone r12.2.4
Ebs clone r12.2.4Ebs clone r12.2.4
Ebs clone r12.2.4
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linux
 
12c on RHEL7
12c on RHEL712c on RHEL7
12c on RHEL7
 
Step By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business IntelligenceStep By Step to Install Oracle Business Intelligence
Step By Step to Install Oracle Business Intelligence
 
Installing oracle timesten database On Linux
Installing oracle timesten database On Linux Installing oracle timesten database On Linux
Installing oracle timesten database On Linux
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
Refresh development from productions
Refresh development from productionsRefresh development from productions
Refresh development from productions
 
Oracle ODI & Oracle SOA installation
Oracle ODI & Oracle SOA  installationOracle ODI & Oracle SOA  installation
Oracle ODI & Oracle SOA installation
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
 
OBIA Installation
OBIA Installation OBIA Installation
OBIA Installation
 
Rac&asm
Rac&asmRac&asm
Rac&asm
 
Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.Upgrade EBS DB from 11g to 12c.
Upgrade EBS DB from 11g to 12c.
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dba
 
Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation Oracle obia 11.1.1.10.1 installation
Oracle obia 11.1.1.10.1 installation
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
 

Viewers also liked

Enterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version ControlEnterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version Control
Milind Waikul
 
Graal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution PlatformGraal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution Platform
Thomas Wuerthinger
 
Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEE
Osama Mustafa
 
Erp installation r12.2
Erp installation r12.2Erp installation r12.2
Erp installation r12.2
Osama Mustafa
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Osama Mustafa
 
How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4
Osama Mustafa
 
Oracle Access Manager Overview
Oracle Access Manager OverviewOracle Access Manager Overview
Oracle Access Manager Overview
guestf6dc99b
 

Viewers also liked (8)

Enterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version ControlEnterprise Beacon Object Hive - Siebel Version Control
Enterprise Beacon Object Hive - Siebel Version Control
 
Graal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution PlatformGraal VM: Multi-Language Execution Platform
Graal VM: Multi-Language Execution Platform
 
Enable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEEEnable Mobile Apps Designer in OBIEE
Enable Mobile Apps Designer in OBIEE
 
Erp installation r12.2
Erp installation r12.2Erp installation r12.2
Erp installation r12.2
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
 
How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4How to apply new patch on siebel 8.2.2.4
How to apply new patch on siebel 8.2.2.4
 
Oracle Access Manager Overview
Oracle Access Manager OverviewOracle Access Manager Overview
Oracle Access Manager Overview
 

Similar to Oracle autovue

Automating Windows Azure
Automating Windows AzureAutomating Windows Azure
Automating Windows Azure
Ido Flatow
 
Oracle vm-installation
Oracle vm-installationOracle vm-installation
Oracle vm-installation
Ravi Kumar Lanke
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start Guide
Sreenivasa Setty
 
Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1
Alessandro Pilotti
 
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Niels de Bruijn
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
Jeffray Huang
 
WSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster NodesWSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster NodesWSO2
 
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
Kasun Gajasinghe
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migrationMlx Le
 
Oracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single nodeOracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
How to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozieHow to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozie
Tiago Simões
 
Windows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) AvançadoWindows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) AvançadoAzure Summit Brasil
 
How to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_frameworkHow to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_framework
Harshad Ingle
 
Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3
tovmug
 
Glassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load BalancerGlassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load Balancer
Danairat Thanabodithammachari
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
Venu Palakolanu
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample ChapterSyed Shahul
 

Similar to Oracle autovue (20)

Automating Windows Azure
Automating Windows AzureAutomating Windows Azure
Automating Windows Azure
 
Oracle vm-installation
Oracle vm-installationOracle vm-installation
Oracle vm-installation
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start Guide
 
Installation
InstallationInstallation
Installation
 
Apache - Quick reference guide
Apache - Quick reference guideApache - Quick reference guide
Apache - Quick reference guide
 
Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1Building drupal web farms with IIS - part 1
Building drupal web farms with IIS - part 1
 
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
 
WSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster NodesWSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
WSO2 Dep Sync for Artifact Synchronization of Cluster Nodes
 
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
[WSO2] Deployment Synchronizer for Deployment Artifact Synchronization Betwee...
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migration
 
Oracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single nodeOracle api gateway installation as cluster and single node
Oracle api gateway installation as cluster and single node
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
How to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozieHow to scheduled jobs in a cloudera cluster without oozie
How to scheduled jobs in a cloudera cluster without oozie
 
Windows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) AvançadoWindows Azure Infrastructure as a Service (IaaS) Avançado
Windows Azure Infrastructure as a Service (IaaS) Avançado
 
How to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_frameworkHow to use_cucumber_rest-assured_api_framework
How to use_cucumber_rest-assured_api_framework
 
Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3Akmal Khaleeq Waheed - Challenge 3
Akmal Khaleeq Waheed - Challenge 3
 
Glassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load BalancerGlassfish JEE Server Administration - Module 4 Load Balancer
Glassfish JEE Server Administration - Module 4 Load Balancer
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample Chapter
 

More from Osama Mustafa

Case study for software architect
Case study for software architectCase study for software architect
Case study for software architect
Osama Mustafa
 
DevOps for database
DevOps for databaseDevOps for database
DevOps for database
Osama Mustafa
 
Does cloud mean the end of the dba
Does cloud mean the end of the dbaDoes cloud mean the end of the dba
Does cloud mean the end of the dba
Osama Mustafa
 
Using git hub for your code
Using git hub for your codeUsing git hub for your code
Using git hub for your code
Osama Mustafa
 
DevOps Project
DevOps Project DevOps Project
DevOps Project
Osama Mustafa
 
Java business service
Java business serviceJava business service
Java business service
Osama Mustafa
 
Steps creating data_integration_services
Steps creating data_integration_servicesSteps creating data_integration_services
Steps creating data_integration_services
Osama Mustafa
 
Build, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using DockerBuild, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
Helping implementer dealing with famous siebel based system messages and er...
Helping implementer dealing with famous siebel   based system messages and er...Helping implementer dealing with famous siebel   based system messages and er...
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
Weblogic and docker
Weblogic and dockerWeblogic and docker
Weblogic and docker
Osama Mustafa
 

More from Osama Mustafa (10)

Case study for software architect
Case study for software architectCase study for software architect
Case study for software architect
 
DevOps for database
DevOps for databaseDevOps for database
DevOps for database
 
Does cloud mean the end of the dba
Does cloud mean the end of the dbaDoes cloud mean the end of the dba
Does cloud mean the end of the dba
 
Using git hub for your code
Using git hub for your codeUsing git hub for your code
Using git hub for your code
 
DevOps Project
DevOps Project DevOps Project
DevOps Project
 
Java business service
Java business serviceJava business service
Java business service
 
Steps creating data_integration_services
Steps creating data_integration_servicesSteps creating data_integration_services
Steps creating data_integration_services
 
Build, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using DockerBuild, Deploy and Run Node Js Application on Azure using Docker
Build, Deploy and Run Node Js Application on Azure using Docker
 
Helping implementer dealing with famous siebel based system messages and er...
Helping implementer dealing with famous siebel   based system messages and er...Helping implementer dealing with famous siebel   based system messages and er...
Helping implementer dealing with famous siebel based system messages and er...
 
Weblogic and docker
Weblogic and dockerWeblogic and docker
Weblogic and docker
 

Recently uploaded

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 

Recently uploaded (20)

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 

Oracle autovue

  • 1. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Introduction This document describe steps to install Oracle Autovue and configure this application as SSO the document provided with screenshots. Environment:- Operating System: Windows 2008 Database: - 11.2.0.4 Software Needed:- 1- AutoVue.
  • 2. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE About the Author Osama Mustafa has progressive experience in Oracle Products, community. He recently served as Oracle Database Administrator. Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect, build and support highly-available Oracle EBS, Database and Fusion Middleware environments including appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and test databases. He entered Oracle ACE Program in 2013, he is author for the book Oracle Penetration Testing, Osama Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and Solaris Administrator. Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour, Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK Event around the world. Recently his article has been published on OTECH magazine about Real Application Cluster Here. Twitter: @OsamaOracle G+: Osama Mustafa SlidShare: Osama Mustafa LinkedIn: http://www.linkedin.com/in/osamamustafa Blog: https://osamamustafa.blogpsot.com.
  • 3. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Oracle AutoVue 1. Installation AutoVue Run the InstallClientServer.exe file from the installation folder. 1.1 Step 1: Welcome
  • 4. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.2 Step 2: Specify Installation Directory 2.3 Step 3: Select Install Set
  • 5. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.4 Step 4: Select Install Set: Custom 2.5 Step 5: Select Shortcut Folder 2.6 Step 6: Specify Hostname
  • 6. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.7 Step 7: Specify Authentication
  • 7. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.8 Step 8: Specify how SSL
  • 8. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 2.9 Step 9: Pre-Installation Summary 2.10 Step 10: Installation Complete 3 Deploying VueLink on WebLogic Server 3.1 Updating config.cfg Edit config.cfg so that UCM can receive requests from the VueLink machine, so browse to <UCM Instance Dir>ucmcsconfig, search for SocketHostAddressSecurityFilter then add to this list the IP address of the machine where VueLink is installed, as example: #Server System Properties SocketHostAddressSecurityFilter=127.0.0.1|10.26.1.171|172.16.2.88 Add new parameter with default port under #Additional Variables, as example: #Additional Variables IntradocServerPort=4444
  • 9. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.2 Copy VueLink Application Copy VueLink folder from <AutoVue_Installation_DIR>Vuelink_war to WebLogic Server applications directory, the <APPLICATIONS_DIR> usually resides at <UCM_DOAMIN> applicationsDOMAIN_NAME 3.3 Edit web.xml Web.xml file is configure settings in the VueLink, so browse under <APPLICATIONS_DIR>vuelinkWEB-INF and specify the host name of the machine that the AutoVue server is running on and the port that AutoVue is listening to for connection for the JVueServer, as example: <init-param> <param-name>JVueServer</param-name> <param-value>localhost:5099</param-value> </init-param> The default value for the AutoVue port is 5099. It must be the same as the jvueserver.socket.port parameter inside jvueserver.properties file under directory >AutoVue_Home<bin 3.4 Edit adapterconfig.xml adapterconfig.xml file is describe how VueLink able to connect to UCM, file directory under the path <APPLICATIONS_DIR>vuelinkWEB-INFlib Set value to the host name where UCM is installed, as example: <property name="port">4444</property> <property name="host">localhost</property> <init-param> <param-name>EnableSSL</param-name> <param-value>false</param-value> </init-param> Verify that the port specified matches the one specified on the UCM server in the config.cfg file on the server. 3.5 Edit jvueserver.properties jvueserver.properties file is configure settings in the AutoVue, open jvueserver.properties file under path < AutoVue Instance Dir>bin and then perform a add for the following under #jvueserver.collaboration.group=group_name : jvueserver.ssl.enable=FALSE
  • 10. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.6 Copy cis-client-11g.jar Copy cis-client-11g.jar from Oracle UCM Home in directory <ORACLE_UCM_HOME>ucmDistributionCIS to lib folder under <APPLICATIONS_DIR>vuelinkWEB-INFlib 3.7 Copy ESAPI_resources folder Copy ESAPI_resources folder from Vuelink_war folder in directory <AutoVue_Installation_DIR>Vuelink_war to folder under <UCM DOMAIN> 3.8 Edit setDomainEnv.cmd setDomainEnv.cmd file is configure settings in the UCM DOMAIN, this modification require restart AdminServer open setDomainEnv.cmd file under path < UCM DOMAIN >bin and then perform a add for the following under for %%i in ("%UCM_ORACLE_HOME%") do set UCM_ORACLE_HOME=%%~fsi: set JAVA_OPTIONS=%JAVA_OPTIONS% - Dorg.owasp.esapi.resources=C:Oracleucm_domainESAPI_resources 3.9 Deploy VueLink from WebLogic Console Logon to WebLogic web console and deploy the VueLink folder as an application. Click on Deployments then install
  • 11. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Go to VueLink directory then click next Choose install this deployment as an application AdminServer will be as target
  • 12. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Choose I will make the deployment accessible from the following location Click finish Check VueLink application is active
  • 13. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.10 Update mod_wl_ohs.conf file on Webtier Server Add Vuelink part to mod_wl_ohs.conf file, this modification require restart OHS service <Location /vuelink> SetHandler weblogic-handler WebLogicHost UCMServer WebLogicPort 7001 </Location> 3.11 Deploy AutoVue Server as Windows Service Run the following command with administrator privilege to register the AutoVue as Windows Service from <AutoVue_HOME> which AutoVue binaries were installed: <AutoVue_HOME>binjVueServerX.exe -standalone -install Check for the Windows Service created named Oracle AutoVue Server 3.12 Verify AutoVue Server Installation After starting up the AutoVue Server from Windows Service run the jVueServerX.exe from < AutoVue _HOME>binjVueServerX.exe, it will show that the server is running as below:
  • 14. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 3.13 Verify VueLink Installation Check using a browser the following link to verify that VueLink is deployed: http://localhost:7001/vuelink/VueServlet Check the DMS services for VueLink: http://localhost:7001/vuelink/DMS 4 Customizing UCM 4.1 AutoVue Component file Copy AutoVue file path <File_Direcotry>dms_customizationAutoVue.zip to <APPLICATIONS_DIR>vuelinkWEB-INF
  • 15. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 4.2 Enable Java Server Page (JSP) Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator From the Administration menu, and then select Admin Server From the main page, click on the link for General Configuration Check Enable Java Server Page (JSP)
  • 16. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 4.3 Install and Enable AutoVue Component Open UCM link Http://UcmServer:Port/cs then Login to Oracle UCM as Administrator From the Administration menu, and then select Admin Server From the main page, click on the link for advanced component manager To install a new component, scroll to the bottom of the page, and Browse on AuteVue.zip component file
  • 17. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Click on install button Click continue Shutdown UCM Managed Server is required After UCM is running
  • 18. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE Go back to advanced component manager and enable AutoVue component, then restart UCM server 4.4 Edit Autovue_Enviroment.cfg Skip this update if the VueLink is deployed of the same application server as UCM(recommended) and is running on port 7001, otherwise open Autovue Enviromen.cfg file under path <UCM Instance Dir>cscustomAutoVue and then perform a search for the following: • VueLinkPort: Set it to the port number where Application is running. • VueLinkHostName: Set it to the host name where Application is running. • VueLinkContext: Set it to the context name that VueLink is deployed. For Example: VueLinkPort=80 VueLinkHostName=172.16.2.88 VueLinkContext=vuelink 4.5 Copy AutoVue Common JAR files Copy AutoVue Common JAR files folder (gluegen-rt.jar, jogl.jar, jvue.jar) from AutoVue folder in directory <AutoVue>bin to folder under <UCM DOMAIN>ucmcscustomAutoVuecommon and to folder under <UCM DOMAIN> ucmcsweblayoutcommon, finally restart UCM server.
  • 19. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE 4.6 Edit view_in_autovue_page.htm file open view_in_autovue_page.htm file under path <UCM Instance Dir>cscustomAutoVue templates and then perform a search for the following: vapp += 'n<PARAM NAME="FILENAME" VALUE="' + DOCUMENT_ID + '">' + 'n<PARAM NAME="USERNAME" VALUE="' + USERNAME + '">' + 'n<PARAM NAME="JVUESERVER" VALUE="'+ VUESERVLET + '">' + 'n<PARAM NAME="DMS" VALUE="' + DMS + '">' + 'n<PARAM NAME="LOCALE" VALUE="' + LOCALE + '">' + 'n<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">'+ 'n<PARAM NAME="DMSARGS" VALUE="DMS_PRESERVE_COOKIES;LOCALE;BROWSERPATH">'+ 'n<PARAM NAME="LOCALE" VALUE="EN">'+ 'n<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="ORA_AVVLUCM_TICKETID;ORA_AVVLUCM_IdcToken">'+ 'n<PARAM NAME="BROWSERPATH" VALUE="' + BROWSERPATH + '">' + 'n</APPLET></BODY></HTML>'; 5 Edit UCM Application Domain Open ucmconsole and select to UCM Application Domain then go to resources and make the following changes in OAM configuration interface IdcService=VIEW_IN_AUTOVUE* 6 Open Attachment via AutoVue Finally check in file and try to open it by AutoVue
  • 20. ORACLE AUTOVUE OSAMA MUSTAFA ORACLE AUTOVUE