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