Sunday, June 14, 2015

Oracle ADF to publish your project

Dear readers here is the steps to do that

1.- Get a machine with public IP. (You can use amazon cloud for example).
2.- Install your webserver (Weblogic / Glassfish)
3.- Install ADF Runtime libraries.
4.- Open your server ports so it can be access from outside.
5.- Deploy your EAR file to this server.
6.- Access your application.

If your two machines are on the same network (one can ping the other) then you are all set.
Just install a stand-alone WebLogic, deploy the ADF app to it and the other computer should be able to access the URL using the ip-address of the machine running your server.

If the client machines are on an external network, you'll need to have a server that has a public ip address that they can access. Then install WebLogic on it and then deploy your ADF app on it.

Alternatively you could user a cloud hosted environment.
Some examples:
https://pinboard.in/search/u:OracleADF?query=cloud

No comments:

Post a Comment