You are on page 1of 7

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We...

Page 1 of 7

******* Rafi ORACLE DBA & APPS DBA Blog*******


Believe that anything you can imagine you can achieve it real. Having the devotion,passion and dedication to learn & Work in Oracle field mail me @ rafidba.alvi@gmail.com."Knowledge grows when it is shared". Best Career related guidance in Oracle DBA,Oracle Apps DBA,Oracle SOA Admin/Developers,ODI Developers,OBI Developers and Oracle Designers. "A Catalyst for Oracle DBA & Apps DBA Interviews,Jobs & Career."

Thursday, August 18, 2011

USA Clock

Apex Deployment on Weblogic Server


Hi, I started my Oracle fusion middleware journey with some good experiments. Below are the steps which I performed for deploying Apex on Weblogic Server. (Installation and configuration of Weblogic Server I will cover in separate post and Apex installation and configuration you can get from Apex_tasks Label link)
Followers

Apex can be integrated with weblogic by follwing below experiment:

Join this site


with Google Friend Connect

I) Case study:
Oracle Community

Members (234)
More

WebLogic Server and APEX: When a WebLogic Server (WLS) is the primary Web server, accessing APEX pages though the WLS requires a proxy. The configuration of APEX generally follows one of two configurations Apache with mod_plsql or the Embedded PL/SQL gateway. When WebLogic (without Apache) is the main HTTP server, getting APEX to surface on the same port as WebLogic requires some form of proxy. Overall Approach: This solution creates a very simple Web Application that invokes a Java Proxy Servlet when a user tries to access APEX pages. Wrapping this Web Application around the Java Proxy Servlet lets the WLS serve APEX without any port conflicts. The WLS Proxy Servlet is a fully documented out of the box tool. To create and deploy the Web Application simply build the files outlined in this document, deploy the application and then access APEX. Exploded deployment: For convenience, this solution takes advantage of the exploded deployment feature of the WLS. In addition to the ability to deploy jar, war and ear files, the WLS can deploy Web Applications as an exploded directory that contains the same contents of the archive file. An exploded archive directory contains the same files and directories as a jar archive. However, the files and directories reside directly in the file system instead of as a single archive file (JAR). This example uses the exploded deployment style to create the Web Application for this example. Default WebLogic application The default Web Application is what the server sends to browser clients who do not specify a recognized URI (or specify only / as the URI). Each server has only one default Web Application and for this solution to work, this application must be set as the default. If there is already a default, this servlet could be added to the existing application by using an exploded deployment of the default with modification to the web.xml to register the APEX proxy. II) Pre-requisites: 1)An Oracle database successfully serving APEX pages. The APEX instance may be on the same or different machine and served from either Apache or the Embedded PL/SQL gateway. In this example, APEX uses the xdb feature of Database which is included in

Already a member?Sign in

Visit Oracle Community

MY ORACLE POSTS

Pages

February (2) January (2) December (4) October (1) March (1) January (1) December (1) November (3) October (2) September (2) August (4) July (6) June (1) May (2) April (2) March (2) February (5) January (1) December (4) November (5) October (4) September (7) Home

Labels

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We... Page 2 of 7

(7) Oracle 11g Database and database is running on the same machine as August the WebLogic server and natively appears at the http://10.47.33.10:8080/apex URL. July (6) Database side task: June (7) Open the Apex http port from the Database side May (7) SQL> begin April (7) dbms_xdb.sethttpport('8080'); March (7) end; February (7) / January (7)

APEX tasks(4) Application server Installation(1) Application server start/stop(1) Apps DBA Queries(1) Apps DBA tasks(25) Apps R12 Concepts(3) Apps R12 OCP (1) ASM (3) Database Diagnosis(1) Database Migrations(2) Database Patches(1) Database Recovery(3) Database Refresh(2) Database Upgrade(2) Dataguard and Standby Database(1) DBA Daily activities(1) DBA Guidelines (1) DBA hot jobs(1) DBA Queries(3) DBA Scripts(1) DBA tasks(21) exp/imp (1) expdp/impdp (5) flashback in Oracle(1) FMW_tasks (1) Happy New Year(1) INTERVIEWS (20) ITIL (1) locks (1) MBA (1) My Favourite Books(3) OCP.. (1) OEM (1) ORACLE CAREER(2) Oracle Concepts(8) Oracle Data Integrator(1) Oracle Errors (10) Oracle Peoplesoft Admin Concepts(3) Oracle Peoplesoft Admin tasks(3) Oracle SOA Concepts(2) Oracle SOA Expert(1) Oracle SOA tasks(2) Oracle Weblogic(2) oracle11g (7) Partition (2) Performance Tuning(4)

PL/SQL procedure successfully completed. SQL> select dbms_xdb.gethttpport as "HTTP-Port" from dual; HTTP-Port ---------8080

December (5) November (1) October (5) September (2) August (3) July (4) June (3) May (2) April (4)

2) An Oracle WebLogic Server 10.3(11g) running a Node Manger, the Administration March (19) Console and a Managed server. This example uses a domain created specifically for this exercise named APEXDemo. The WLS Administration console uses port 7001 and the SOA Managed Server uses port 8001.We are using SOA Managed Server Deploying My for ORACLE FORUMS BOOKS Apex
& LINKS

3) There is no other default WebLogic application for the Managed Server. BRAINSURFA III)Experiment:
CE ORACLE COMMUNITY

APPS DBA Create the APEX Proxy Servlet STUDY 1)Create the following directory structure somewhere on disk. This experment assumes ONLINE

the / root disk is used. Note: the apexproxy.war directory name mimics the normal J2EE naming convention for Web Application archive (WAR). ASK TOM
ORACLE

Create the directory structure as given below in linux OS:


Oracle Class Wissem's #mkdir APEX_PROXY Oracle and #cd /APEX_PROXY NOSQL Tips #mkdir apexproxy.war Tunisia's First Oracle, #cd /APEX_PROXY/apexproxy.war NOSQL Website Rest of the steps with screen shots very well documented in the below link: Oracle Apps http://christopherbeck.wordpress.com/2008/09/15/weblogic-server-and-apex/ Fusion Training Home

Thanks Christopherbeck.
ORACLE WIKI

Enjoy Oracle Fusion Middleware learning Best regards, Rafi.

ONLINE-DBASUPPORTDOCS Oracle Application Express News Oracle Application DBA Oracle SOAGetting Started ORACLE APPLICATION S(Release 12) DOCUMENTA TION LIBRARY AUTOMATIC SQL TUNING ORACLEBASE - Oracle DBA (8i, 9i, 10g, 11g)

Posted by Rafi at3:47 AM Reactions: Recommend this on Google Labels:APEX tasks,FMW_tasks,Oracle Weblogic

No comments:

Business Intelligence Documentatio n for Oracle Fusion Middleware 11g (11.1.1.6)

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We... Page 3 of 7

Post a Comment

ORACLE DBA BOOKS ORACLE DBA FORUM Designer Documentatio n ORACLE FUSION MIDDLEWARE DOCUMENTS

PL/SQL (1) RAC (4) RAC EXPERT (1) Recovering drop table(1) RMAN (7) SQL TUNING (2) Unix for DBA(4) Unix Tasks(1)

Comment as:

Publish

Preview

ORACLE SQL DEVELOPER DETAILS ORACLEBASE - DBA Scripts for Oracle 11g, 10g, 9i and 8i Oracle Application DBA INFO ORACLE DOCUMENTA TION (INCLUDES A Older Post TO Z ORACLE DOCUMENST) ORACLE STATISTICS GATHERING DETAILS Oracle Fusion Middleware Documentatio n Library FREE BOOKS DOWNLOAD ORACLE 11g ALAPATI BOOK ORACLE COMMUNITY DOWNLOAD ORACLE DABASE ,APP LICATIONS & FUSION MIDDLEWARE (TAHITI.ORAC LE.COM) Oracle Data Integrator Oracle SOA BPEL ESB Training MY ORACLE SUPPORT (METALINK) ORACLE INDEX USAGE DETAILS ORACLE SOFTWARES DOWNLOAD ORACLE RAC FORUM LAZY DBA OEM GRID CONTROL

Links to this post


Create a Link

CERTIFICATIONS ORACLE 9i,10g,11g OCP,RAC CERTIFIED EXPERT,SOA EXPERT & ORACLE EBS R12 OCP

About Me

Newer Post Subscribe to:Post Comments (Atom)

Home

Rafi Hi DBAs, This is RAFI here working as Senior Oracle DBA & Apps DBA since 5 yrs.Learning ORACLE is my passion.I have worked on Solaris,HP/UX,IB M-AIX,Linux and Windows platform.PL/SQL is my favourite programming language followed by perl.I'm excellent in shell scripting and shell programming.I'm passionate about working in Oracle RAC,Performance tuning,SOA,APPS 11i/R12 technologies.My activities involve working in Database,Applicat ions and Fusion Middleware Design methodologies like SOA,ODI. "Dreams are not those you see while sleeping,Dreams are those that don't let you Sleep". I dedicate this Blog to MY LUCKY CHARM& Oracle Experiments,Inter views & Practices. View my complete profile

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We... Page 4 of 7

ORACLE EXPERT'S & PROFESSIONAL'S BLOGS

Blogs.oracle.c om Recent Posts (English -language only)


Oracle University has organized a 3day DBA Expert Summit in London on19th 21st May 2014.

UNIX FORUMS & SHELL SCRIPTING

Linux / Aix Administration - Tips & Stuff


Don't Be A Big Loser - Why You Should Say No To Quick Weight Loss

Aman Oracle DBA's Blog....


WordPress 3.8.2

The UNIX and Linux Forums


Resize the default window size

The Oracle InstructorUWE HESSE'S Blog


LVC Producers at #Oracle University

Shell Scripting Interview Questions

Oracle DBA and RAC DBA Expert


What s new in SAP HANA SPS 07?

Bourne Shell Tutorial

ORACLE JOBS SITES ENTERTAINMENT & FRIENDS NETWORK

Jonath Levis Oracle DBA Blog


NVL() change

Bayt.com Jobs

New DBA Oracle DBA, Oracle Applications DBA, LINUX,RAC, MSSQL, MySQL,Storag e, PMP..FREE
Migrate temp tablespaces from dictionary managed to locally managed Oracle 12c

SILICONINDIA. COM

Altova Blog

PACKT PUBLISHING

Sameer Shaik's Blog


OID Get ORASSO password

PM Study Circle - A PMP & CAPM Certification Exam Preparation Blog

YOUTUBE

Oracle DBA Tips and Techniques


GoldenGate Initial Load Methods Oracle source to SQL Server 2012 target

MBA ASSIGNMENT S GUIDANCE

Oracle Jobs In Dubai Bixee.com

Hemant's Oracle DBA Blog


Storing Trailing NULLs in a table

Deutsch Happen News Feed

Login | Rocket Languages

Whitehorses Blog

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We... Page 5 of 7

OGh APEX World 2014

Standard Chartered Bank CardNet

Charles Hooper's Oracle DBA's Blog


On the Topic of Technology 6

Oracle Database 10g Administrator Certified Master Exam

STEVEN CHAN'S Blog


Oracle Database 11.2.0.4 Certified with EBusiness Suite 12.2

Oracle App Jobs in Uae

CertView

Pavan DBA's Blog


cognizant off campus for 2012 and 2013

Oracle Database 11g Certified Master Exam details

ICICI Prulife Kamran Agayev's Oracle Blog


Cluster wont start if diagnostic_dest folder is missing

Citibank EPay credit

MY MBA STUDIES

Jaffar Oracle blog


Oracle 11g upgrade and SYS.AUD$ obstacles

Amazon.com Sign In

SHINE.COM JOBS IN INDIA

The Tom Kyte Blog


Upcoming Events...

Career Center Home

The Momen Blog Asif DBA's


IOUGs 2014 Exadata Virtual Conference

State Bank of India

Murali valath's Blog Summersky RAC Notebook


Sangam13 just 10 days away

Oracle Database 10g: OCM Exam Preparation Workshop

English to German Translation

Oracle Apps Blog


SOA Upgrade 11.1.1.3 -> 11.1.1.6

Monster Gulf Jobs in Dubai, IT Jobs, Sales Jobs

Oracle Internals from Basic to Advanced


Oracle 12c ..available for windows

Index of /data/Oracle /DBA_scripts

NAUKRI JOBS

CAREERJET_ UAE_JOBS

Kevin Closson's Oracle Blog: Platform, Storage & Clustering Topics Related to

ICICI Bank

ING Vysya Net Banking

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We... Page 6 of 7

Oracle Databases
Oracle Exadata Database Machine: Proving 160 Xeon E7 Cores Are As Slow As 128 Xeon E5 Cores?

World's Largest Professional Network | LinkedIn

JOBS BANK IT JOBS

The Ahmed SOA Architects's Blog


BINDING.JCA11624 in WebLogic Server 11g adapters

Oracle Certification Program

GULF TALENT JOBS IN GULF

Oracle DBA and Apps DBA blog


Oracle made a few changes in Oracle 11g OCM Exam Environment and Exam Topics

SANTABANTA JOKES WALLPAPERS

PEARSON ORACLE EXAM LOGIN

Naukrigulf.co m Abhishek Saurabh @ SOA-Treasure Unleashed


States meaning for Instances

MONSTER JOBS

Applications DBA Arena


RMAN failure after 11.2.0.3 BP#11 upgrade

Life Insurance Corporation of India

ORKUT

Rakesh Soni DBA


11g DBA Certified.

JOBS IN DUBAI

FACEBOOK Jos Oracle DBA's Blog


36 Peregrinacin a Lujn 2010

Govind Oracle DBA's Blog


Memory Parameters in oracle9i

Become Oracle Apps DBA Atul's Blog


Posts on onlineAppsDBA. com

Navdeep Practical Apps DBA


EBS R12 on IBM P-Series Running RedHat Linux

Oracle Learning Library (OLL)

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

******* Rafi ORACLE DBA & APPS DBA Blog*******: Apex Deployment on We... Page 7 of 7

Aman's Apex Blog

JULIAN DYKE.COM Limited

Ashish Agarwal Freelance Oracle APEX Professional, Oracle DBA & Oracle Apps DBA

There was an error in this gadget

Simple template. Template images by gaffera. Powered by Blogger.

http://rafioracledba.blogspot.com/2011/08/apex-deployment-on-weblogic-server.html

4/10/2014

You might also like