Home » Page 107

Top Questions about JAVA/JRE in Oracle Apps

 1) What is the JDK and the JRE? JDK(SDK): Java (Standard) Developer Kit. JRE: Java Runtime Environment This is the full suite of Java products necessary for development in Java.    Designates the set of tool necessary for developing in Java. It includes its own JRE, development libraries, JAVA compiler (javac)… It is a scaled …

Top Questions about JAVA/JRE in Oracle Apps Read More »

How to change the Web Port in EBS 12.2

As we all  know,httpd.conf configuration is managed by FMW  in R12.2, the method to change the webport is quite different in R12.2 Here are the steps to change Web Port in EBS 12.2 – Launch EM Console http://<s_wls_admin_host>.<s_wls_admin_domain>:<s_wls_adminport>/em) – Login as weblogic admin user (s_wls_admin_user) – Select the webtier instance from the Web Tier drop down …

How to change the Web Port in EBS 12.2 Read More »

Solaris OS parameter required for R12.2 Upgrade

R12.2 Upgrade on Solaris Operating requires the below prerequisites to be in place before starting with any upgrade steps Operating System Supported Versions The following table lists the supported operating system versions. Operating System Name Supported Version Oracle Solaris on SPARC (64-bit) 10 (5.10) – 9/10 (Update 9) or higher 1,2,6 Oracle Solaris on SPARC …

Solaris OS parameter required for R12.2 Upgrade Read More »

Step by step guide to build local Apache PHP MySQL development environment on windows

A php developer would offcourse like to test the php file before deploying on the webserver.A local Apache PHP MySQL development environment on windows allows you to test your code as you develop your web application before publishing it to the web. This article will guide you through setting up a local Apache PHP MySQL development environment …

Step by step guide to build local Apache PHP MySQL development environment on windows Read More »

Scroll to Top