Wednesday, February 13, 2008

How to create a new OC4J server instance in Oracle Application Server 10g

It is important to segregate all the custom/composite applications into a specific OC4J instance for better manageability and control.

Use the following on the server node to create a new OC4J server instance

./createinstance -instanceName CustomApps
Creating OC4J instance "CustomApps"...
Set OC4J administrator password for "CustomApps" (password text will not be displayed as it is entered):
Enter password:
Confirm password:

Now start the 'CustomApps' instance from /em website.

No comments: