Reputation: 1208
We developed a Oracle ADF web app using
We successfully deployed our application onto Tomcat 6.x. But our problem is page navigation is not happening on tomcat server. We have first.jsf in that we have a button when ever I press this button I should get second.jsf, But am not getting. We checked our application on Integrated WLS it is working fine(Page Navigation is happening).
Please help us.
Thanks In Advance.
Upvotes: 0
Views: 45
Reputation: 3721
What's the URL that you are using to call the page? It is has .jspx or .jsf at the end, try the same URL without that extension - so just http://...../first
Upvotes: 1
Reputation: 1657
A while ago I was experimenting something similar on Tomcat. To be honest, I can't point you the exact solution because I am not in front of the computer right now , but try to test navigation using fragments, not pages. Also, you may try navigation using facelets vs one using jsp. I remember one of these combinations was working.
Upvotes: 0