Beginner trying to run a simple test app, help with Weblogic Error: 403
793773Sep 22 2010 — edited Sep 28 2010I am using jDev 11.1.1.3 with the integrated webLogic server. I am just learning about ADF and i created my business components from tables and created a simple task flow with a few pages. When i deploy to the integrated webLogic server and it runs my app, i get:
Error:403--Forbidden
10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.
Through research it looks like a permissions issue of some kind. I have ran through the ADF Security wizard and used all the default roles. I have the all-users role defined in my web.xml and weblogic.xml files. I went into the webLoic administrator console and check the box to allow all roles. I am not doing any type of login or authentication, just a standard set of JSP pages that do nothing but display text, just so I can get my task flow working. I'm sure i'm missing something simple. Any ideas?
Thanks all.