Skip to Main Content

APEX

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!

apex listener and images alias

MSKJul 15 2013 — edited Jul 16 2013

Hi

I am trying to configure apex listener (2.x) on top of weblogic server.  Followed the steps as per the documentation and no errors here. But when I try to login I get a blank page. In the log file I see page 404 errors. I think the problem is my alias is 'apex_images' and not 'i' and I used the following syntax to make apex_images as the image location.

jar -cvf apex_images.war --context-path /apex_images /app/of1_tch/r12/apps/apps_st/comn/java/classes/oracle/apps/media/apex_images/  static  /app/of1_tch/r12/apps/apps_st/comn/java/classes/oracle/apps/media/apex_images/

I see these type of messages in the log file

172.20.201.149 - - [08/Jul/2013:18:08:26 -0700] "GET /apex_images/css/apex_builder_ie_4_1.min.css HTTP/1.1" 404 1164

172.20.201.149 - - [08/Jul/2013:18:08:26 -0700] "GET /apex_images/css/apex_ie_4_1.css HTTP/1.1" 404 1164

I checked Article ID 1453632.1 and the steps are not of much help in this case.

Oracle analyst says I should 'i' for alias. I can use it. But 'apex_images' should also work because it is a configurable parameter.

Any ideas on how to proceed further?

Thank you

Kumar

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2013
Added on Jul 15 2013
2 comments
800 views