17 Copyright © 2004, Oracle. All rights reserved. Deploying an ADF Application.

Slides:



Advertisements
Similar presentations
19 Copyright © 2005, Oracle. All rights reserved. Distributing Modular Applications: Developing Web Services.
Advertisements

1 Copyright © 2005, Oracle. All rights reserved. Introduction.
11 Copyright © 2005, Oracle. All rights reserved. Creating the Business Tier: Enterprise JavaBeans.
3 Copyright © 2005, Oracle. All rights reserved. Designing J2EE Applications.
1 Copyright © 2005, Oracle. All rights reserved. Introducing the Java and Oracle Platforms.
8 Copyright © 2005, Oracle. All rights reserved. Creating the Web Tier: JavaServer Pages.
J2EE Overview.
6 Copyright © 2005, Oracle. All rights reserved. Building Applications with Oracle JDeveloper 10g.
17 Copyright © 2005, Oracle. All rights reserved. Deploying Applications by Using Java Web Start.
Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
WebSphere Diego Leone. Summary Story and birth What is WebSphere?/Goals Main features Advantages/Disadvantages Conclusions.
Object-Oriented Enterprise Application Development Tomcat 3.2 Configuration Last Updated: 03/30/2001.
Oracle 9I Application Server Release 2 – Basic Administration
1 Build a Web Application on J2EE. 2 J2EE Scenario Client – Web Server – EIS Resources Client – Web Server – EIS Resources Client – Application Server.
J2EE Java 2 Enterprise Edition. Relevant Topics in The Java Tutorial Topic Web Page JDBC orial/jdbc
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Current Topics in Programming Languages Lecture 15_1 George Koutsogiannakis SUMMER
Web Applications Basics. Introduction to Web Web features Clent/Server HTTP HyperText Markup Language URL addresses Web server - a computer program that.
4 Copyright © 2008, Oracle. All rights reserved. Configuring Backup Specifications.
Julien Thibault / Phil Brewster / Kristina Doing-Harris
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
Chapter 10 EJB Concepts of EJB Three Components in Creating an EJB Starting/Stopping J2EE Server and Deployment Tool Installation and Configuration of.
ColdFusion MX Server Administration J2EE Deployment and Clustering Adam Wayne Lehman J2EE Deployment and Clustering Adam Wayne.
1Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 8 Reporting from Contract.
4-Tier Model Client Tier Web Tier Business Tier EIS Tier.
Ing. Ignacio Roqueta ARTech GeneXus and J2EE.
4 Copyright © 2009, Oracle. All rights reserved. Designing Mappings with the Oracle Data Integration Enterprise Edition License.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Introduction to J2EE Architecture Portions by Kunal Mehta.
Java Server Pages A JSP page is a text-based document that contains two types of text: static template data, which can be expressed in any text-based format,
SUSE Linux Enterprise Desktop Administration Chapter 12 Administer Printing.
Course ILT Internet/intranet support Unit objectives Use the Internet Information Services snap-in to manage IIS, Web sites, virtual directories, and WebDAV.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
13 Copyright © 2009, Oracle. All rights reserved. Integrating with Oracle Business Intelligence Enterprise Edition (OBI EE)
CODELABOR Shin Sang Jae Template Guide (codelabor-flex-lcds-template)
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
3 Copyright © 2005, Oracle. All rights reserved. Upgrading to Oracle Application Server 10g Release 2.
Fall CIS 764 Database Systems Engineering L15: Deployment Deploy … to place or arrange for deliberate (intended) purpose.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Modern Programming Language. Web Container & Web Applications Web applications are server side applications The most essential requirement.
15 Copyright © 2004, Oracle. All rights reserved. Adding JAAS Security to the Client.
8 Copyright © 2004, Oracle. All rights reserved. Making the Model Secure.
E Copyright © 2007, Oracle. All rights reserved. Using JDeveloper.
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
2 Copyright © 2004, Oracle. All rights reserved. ADF Development Process.
17 Copyright © 2004, Oracle. All rights reserved. Integrating J2EE Components.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
2 Copyright © 2006, Oracle. All rights reserved. Running a Forms Developer Application.
6 Copyright © 2006, Oracle. All rights reserved. Monitoring Grid Control.
C Copyright © 2006, Oracle. All rights reserved. Oracle Secure Backup Additional Installation Topics.
16 Copyright © 2004, Oracle. All rights reserved. Testing the Migrated Oracle Database.
4 Copyright © 2004, Oracle. All rights reserved. Managing the Oracle Instance.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
5 Copyright © 2005, Oracle. All rights reserved. Managing the Oracle Instance.
Speaker Name Speaker Title Speaker Title Oracle Corporation Olivier Le Diouris Principal Product Manager Oracle Corporation Building Servlet and JSP Applications.
WebSphere Diego Leone.
Running a Forms Developer Application
Introduction to Advanced Java Programming
Creating an Oracle Database
Introduction to J2EE Architecture
J2EE Application Development
© copyright Janson Industries 2011
ESIS Consulting LLC (C) ESIS Consulting LLC. All rights reserved
CIS 764 Database Systems Engineering
Enterprise Java Beans.
Presentation transcript:

17 Copyright © 2004, Oracle. All rights reserved. Deploying an ADF Application

17-2 Copyright © 2004, Oracle. All rights reserved. Objectives After completing this lesson, you should be able to do the following: Create a remote OracleAS Containers for J2EE (OC4J) Connection in JDeveloper Configure OC4J for application deployment Use the JDeveloper Deployment Wizard to deploy to OC4J Run a JSP application in OC4J

17-3 Copyright © 2004, Oracle. All rights reserved. Overview Servlet/JSP/HTML Packaging Libraries, Packages Deployment

17-4 Copyright © 2004, Oracle. All rights reserved. Overall Considerations for Deployment Packaging and distributing involves: –Class files –Libraries –HTML files How you set up the deployment environment depends on the server.

17-5 Copyright © 2004, Oracle. All rights reserved. J2EE Archive Format Archive TypeModule TypeSoftware Content Java Archive (JAR)J2EE client moduleJava Application components EJB JARJ2EE EJB moduleEnterprise JavaBeans (EJB) components Web Archive (WAR)J2EE Web moduleServlets and JavaServer Pages (JSP) components Enterprise Archive (EAR) Not applicableJ2EE application

17-6 Copyright © 2004, Oracle. All rights reserved. Deploying to a Web Server Copy the files with the extensions.jsp,.html,.gif, to the document root directory of the Web server. Archive class files in an archive (.JAR,.WAR ) file. Set the class path of the Web server to point to the archive files.

17-7 Copyright © 2004, Oracle. All rights reserved. Deploying to OC4J OC4J is a J2EE-compliant Web server, included with OracleAS 10g. To deploy to OC4J, perform the following: 1.Install OC4J. 2.Start the remote OC4J server by issuing the following from a command prompt: java –jar oc4j.jar 3.Create an OC4J Connection in JDeveloper. 4.Deploy the project by right-clicking webapp1.deploy and selecting “Deploy.”

17-8 Copyright © 2004, Oracle. All rights reserved. Install OC4J 1.Open a command window. 2.Navigate to /j2ee/home. 3.Run the following command: This command unpacks and installs OC4J. 4.Enter a password for the OC4J administrator account. % java -jar oc4j.jar -install

17-9 Copyright © 2004, Oracle. All rights reserved. Start the OC4J Server To start the OC4J server, use the following from the OC4J home directory, usually /j2ee/home The server can be stopped by using the following command: % java -jar oc4j.jar % java -jar admin.jar ormi://localhost/ -shutdown

17-10 Copyright © 2004, Oracle. All rights reserved. Creating an OC4J Connection

17-11 Copyright © 2004, Oracle. All rights reserved. Creating an OC4J Connection

17-12 Copyright © 2004, Oracle. All rights reserved. Creating a Deployment Profile Creating a deployment profile enables you to specify how the J2EE application is deployed:

17-13 Copyright © 2004, Oracle. All rights reserved. Deploying to OC4J

17-14 Copyright © 2004, Oracle. All rights reserved. Running Applications To run the deployed application, call the following URL: The context root can be customized in the deployment profile context-root/main.jsp

17-15 Copyright © 2004, Oracle. All rights reserved. Customizing Deployment To change the names of directories used in deployment, double-click the.deploy file.

17-16 Copyright © 2004, Oracle. All rights reserved. Summary In this lesson, you should have learned how to: Package the applications that you develop for deployment in a Web server Create an OC4J connection in JDeveloper Deploy your application to the Oracle9 i Application Server

17-17 Copyright © 2004, Oracle. All rights reserved. Practice 17-1: Overview This practice covers the deployment of an ADF BC- based JSP application.

17-18 Copyright © 2004, Oracle. All rights reserved. Practice 17-1

17-19 Copyright © 2004, Oracle. All rights reserved. Practice 17-1

17-20 Copyright © 2004, Oracle. All rights reserved.