Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: OC4J explanation
On Mon, 16 Sep 2002 10:45:59 +0200, Bart Van den Bergh wrote:
> Hello,
>
>
> I'm a total novice in Java, and unfamiliar with OC4J, are there any good
> articles/books/manuals which explain the use and architecture of OC4J
> and how to use it in IAS9i?
>
> It's a pity you cannot cluster IAS instances which contain forms
> services, but is it possible to convert those forms servlets into OC4J?
> If this would be possible, then I think that the IAS9i cluster
> environment would be a great solution for high availability/load
> balancing at our site.
>
> Thanks for any input,
> Bart
otn.oracle.com has load of information pertaining to OC4J. Basically, OC4J is two 'containers' for Java, one for EJB stuff, the other for Servlet/JSP stuff.
Unzip the files (forgetting about 9iAS for now), go to $j2ee_home/home and enter
java -jar oc4j.jar -install
When prompted enter the admin password you choose.
Then start the thing:
java -jar oc4j.jar
and it will start, first time in 20 seconds, subsequent times in 5 seconds.
Then write some Java stuff and deploy it, starting with deployment from JDeveloper. This really is easy stuff.
-- Cheers, dmz17 --- If I had an Xbox it would run Linux ---Received on Mon Sep 16 2002 - 15:59:39 CDT