Navigation not working after deployment
CInglezAug 21 2012 — edited Aug 21 2012Hello 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.