oracle11g - How can I solve error 403 (Forbidden) after deploying ADF Application without any security configuration? -
friends, need help!
i have server oracle linux 6.3.
i read article install & configure weblogic server run adf 11g applications:
http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.html
everything ok.
after that, on desktop created simple adf application on jdeveloper 11.1.1.7.0 article:
http://infotechinspiration.blogspot.ru/2011/08/in-this-post-i-will-show-you-how-to.html
this adf application deployed , run when using integrated weblogic server in jdeveloper.
after deployed adf on standalone weblogic server:
[11:04:06 am] ---- deployment started. ---- [11:04:06 am] target platform (weblogic 10.3). [11:04:11 am] retrieving existing application information [11:04:12 am] running dependency analysis... [11:04:12 am] building... [11:04:14 am] deploying 2 profiles... [11:04:14 am] wrote web application module c:\jdeveloper\mywork\myfirsadfpp\viewcontroller\deploy\myfirsadfpp_viewcontroller_webapp1.war [11:04:14 am] wrote enterprise application module c:\jdeveloper\mywork\myfirsadfpp\deploy\myfirsadfpp_application1.ear [11:04:14 am] deploying application... [11:04:16 am] [deployer:149191]operation 'deploy' on application 'myfirsadfpp_application1' initializing on 'adfserver' [11:04:21 am] [deployer:149192]operation 'deploy' on application 'myfirsadfpp_application1' in progress on 'adfserver' [11:04:29 am] [deployer:149194]operation 'deploy' on application 'myfirsadfpp_application1' has succeeded on 'adfserver' [11:04:29 am] application deployed successfully. [11:04:29 am] following url context root(s) defined , can used starting point test application: [11:04:29 am] http://10.10.10.111:7003/myfirsadfpp-viewcontroller-context-root [11:04:29 am] elapsed time deployment: 23 seconds [11:04:29 am] ---- deployment finished. ----
i haven't security configuration..
so, when try run adf (http://10.10.10.111:7003/myfirsadfpp-viewcontroller-context-root)
i’ve received error:
error 403--forbidden rfc 2068 hypertext transfer protocol -- http/1.1: 10.4.4 403 forbidden server understood request, refusing fulfill it. authorization not , request should not repeated. if request method not head , server wishes make public why request has not been fulfilled, should describe reason refusal in entity. status code commonly used when server not wish reveal why request has been refused, or when no other response applicable.
i suppose, error arise adf securiy. don’t know , understand how solve problem… can me it, please?
thank you!
some question front. have installed adf runtime 11.1.1.7.0 on stand alone server?
the doc referring 11.1.1.4.0.
assuming installed right runtime, url using wrong. have used context root have not started task flow. if followed sample link have add /faces/employees.jspx
url resulting in
http://10.10.10.111:7003/myfirsadfpp-viewcontroller-context-root/faces/employees.jspx
timo
Comments
Post a Comment