Deploy Simple App to WebLogic
677816Nov 18 2010 — edited Nov 18 2010Hello: Thanks for looking at this post...
I am trying to test a simple ADF app Jdeveloper 11.1.1.3 in a stand along WebLogic server. Here is the steps that I did:
IN JDEVELOPER:
1. created a Fusion Web App named helloworld
2. added a view named view1 to the adfc-config.xml and created jsf page view1.jspx
3. Added Output text to the page with a value of helloworld
4. Create a war deployment profile: webapp1
5. Specify Java EE Web Context root: hello
6. Deploy helloworld_application1 --> deploy to EAR --- this creates ear file ok
IN WEBLOGIC:
7. In deployments, click install
8. click on upload your file(s) and navigate to the location of the above EAR file and select
9, WebLogic respons helloworld_application1.ear uploaded successfully.
10. Install this deployment as an application
11. Accepts defaults on next screen and select next
12. Accept defaults which says Yes take me to deployment configuration screen.
13. Click save and weblogic reapons settings updated successfully.
14. When I click on the testing tab there is nothing in Test Point
So what is the url to test this application?
I thought it would be the following but this does not work
http://192.168.1.103/hello/faces/view1
Any ideas as to what I'm doing wrong???
Thanks much,
Don