Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Here is the step-by-step on how I got uPortal running. I have not done any testing with this configuration yet. Feel free to update this page with any tips or corrections.

Build uPortal EAR file for deployment

  1. Check out uPortal 2.5.0 RC3
  2. Copy JAXP 1.3, Xalan 2.6.0 and Xerces 2.6.2 JARs to lib/endorsed of 1.4.2 JRE. The files are dom.jar, sax.jar, jaxp-api.jar, xml-apis.jar, xerces-2.6.2.jar, xalan-2.6.0.jar
  3. Copy modified source files JNDIManager.java and GuestUserInstance.java (Which to ignore null session IDs)
  4. Edit build.properties with OAS information
  5. Update rdbm.properties with database information
  6. Update properties/oc4j/data-sources.xml with database information
  7. Add log4j.xml and log4j.dtd to properties directory
  8. Use attached Ant buildfile build.xml
  9. Ran Ant task: db
  10. Ran Ant task: i18n-db
  11. Ran Ant task: pubchanall
  12. Ran Ant task: pubfragmentsall
  13. Ran Ant task: OC4J-EAR

Deploy uPortal

  1. Install Oracle Application Server 10.1.2.0.0
  2. Copy JAXP 1.3, Xalan 2.6.0 and Xerces 2.6.2 JARs to lib/endorsed of OC4J JRE (/OC4J-10.1.2/jdk/jre/lib/endorsed), you'll need to create the directory.
  3. Copy JAXP 1.3, Xalan 2.6.0 and Xerces 2.6.2 JARs to applib of OC4J (/OC4J-10.1.2/j2ee/home/applib).
  4. Bounce Oracle Application Server (May need to restart because JVM was modified)
  5. Deploy oc4j-uportal.ear
  • No labels