This is an OC4J pre-configured for Oracle WebCenter with the following components:
- 10.1.3.1.1 OC4J
- 10.1.3.2.0 Portal Tools
- 10.1.3.2.0 PDK-Java, including sample portlets
- 10.1.3.2.0 Oracle Portlet Container
- 10.1.3.2.0 Rich Text Portlet
- 10.1.3.2.0 ADF Runtime libraries

This OC4J is listening on port 8888. You can change this by going to 
$UNZIP_DIR/j2ee/home/config/default-web-site.xml and changing the following entry:
<web-site port="8888" ... >
You can access the home page by pointing your browser to:
http://localhost:8888/index.html

You need to have JDK 1.4.2 or higher in your host machine for this OC4J instance to run successfully.

Please set the JAVA_HOME environment variable to point at your JDK installation
 and ORACLE_HOME to point to the $UNZIP_DIR before running OC4J startup or shutdown scripts.

To start OC4J:
go to $UNZIP_DIR/bin. oc4j -start

To stop OC4J: 
go to $UNZIP_DIR/bin. oc4j -shutdown -port <rmi_port> -password password

Please note:
If a WebCenter application is deployed on this OC4J instance you may get an error in the OC4J console which starts with:

<DATE><TIME> java.lang.OutOfMemoryError: PermGen space

In this case you need to increase the permanent memory size for OC4J using a
JVM argument. For example,

-XX:MaxPermSize=256m

will set permanent memory size to 256MB.  Further details may be found in the
online WebCenter developer's guide.

