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!

Navigation not working after deployment

CInglezAug 21 2012 — edited Aug 21 2012
Hello all.
I created a small application (fusion web) using Jdeveloper 11.1.2.1. It opens a page (SacExports.jsf), that has a "Create" button. This button navigates to another page (CreateSchedule.jsf, with a create method). I used a bounded task flow. Running the app on the integrated weblogic server is ok, it works perfectly.

Then I deployed it to a 10.3.5 weblogic standalone server. When I type on the browser the url (http://192.168.0.20:7005/SacExportDTB/faces/SacExports.jsf), it opens the first page, but if I click on the Create button, it does not navigate to the CreateSchedule.jsf.

Any tips on how to solve this problem?

Jdeveloper 11.1.2.1 on a W7 64
WLS 10.3.5, ADR 11.1.1.5.0, sherman patches on a Linux server

The deployment has no errors. Shouldn't it behave like in the integrated standalone server?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2012
Added on Aug 21 2012
2 comments
160 views