Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deploy Simple App to WebLogic

677816Nov 18 2010 — edited Nov 18 2010
Hello: 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2010
Added on Nov 18 2010
5 comments
453 views