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!

ADF 11g application, WebLogic and OHS

rade.todorovichOct 18 2010 — edited Oct 19 2010
1. We have ADF 11g application deployed on Weblogic 10.1.3. Application runs fine when we run it:

http://10.39.149.55:7001/AccessSystemTesla/faces/birth.jspx

2. We installed Oracle OHS WebTier in front of application server and configured mod_wl_ohs.conf:
LoadModule weblogic_module   "${ORACLE_HOME}/ohs/modules/mod_wl_ohs.so"
<IfModule weblogic_module>
      WebLogicHost 10.39.149.55
      WebLogicPort 7001
      Debug ON
      WLLogFile /tmp/weblogic.log
      MatchExpression *.jspx
</IfModule>
<Location /weblogic>
      SetHandler weblogic-handler
      PathTrim /weblogic
      ErrorPage  http:/WEBLOGIC_HOME:WEBLOGIC_PORT/
</Location>
3. When we run the page 'through' Webtier:

http://10.39.149.57:7777/AccessSystemTesla/faces/birth.jspx

the page returns garbled with errors:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; iOpus-I-M; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 18 Oct 2010 20:21:00 UTC

Message: 'AdfLogger' is undefined
Line: 2
Char: 1
Code: 0
URI: http://10.39.149.57:7777/AccessSystemTesla/faces/birth.jspx?_afrLoop=440447412867361&_afrWindowMode=0&_adf.ctrl-state=5rk016f79_4

Message: 'AdfDhtmlPage' is undefined
Line: 2
Char: 1
Code: 0
URI: http://10.39.149.57:7777/AccessSystemTesla/faces/birth.jspx?_afrLoop=440447412867361&_afrWindowMode=0&_adf.ctrl-state=5rk016f79_4

Message: 'AdfBootstrap' is undefined
Line: 2
Char: 1
Code: 0
URI: http://10.39.149.57:7777/AccessSystemTesla/faces/birth.jspx?_afrLoop=440447412867361&_afrWindowMode=0&_adf.ctrl-state=5rk016f79_4

Message: 'AdfBootstrap' is undefined
Line: 2
Char: 1
Code: 0
URI: http://10.39.149.57:7777/AccessSystemTesla/faces/birth.jspx?_afrLoop=440447412867361&_afrWindowMode=0&_adf.ctrl-state=5rk016f79_4
Anyone ever configured OHS with WebLogic and ran ADF 11g rich client app?

Rade
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2010
Added on Oct 18 2010
1 comment
191 views