Oracle APEX Listener has been released as an early adopters. It is an alternative to Oracle HTTP Server (OHS) and Oracle Embedded PL/SQL Gateway (EPG) as web server to APEX database engine. You may find more information about this at the Oracle’s APEX Listener Download site, or Dimitri’s or John’s blogs.
I just configured the APEX listener with Oracle WebLogic 11g as I would like to compare it with the existing OHS environment. The instructions coming with the download for WebLogic is very straightforward except the last one which asks to recursively copy the apex/images directory to the webserver’s /i. My initial setup shows the logon screen but no images displayed.
I have to admit that I’m a WebLogic novice. My simple workaround to fix this image issue is to make all APEX images into a new application called “i”. This simply can be done by creating a war file of all images under apex/images directory.
F:\DOWNLOAD\apex_3.1.2\apex\images>jar -cvf i.war *.*
Using this i.war file, you just simply install it as a normal application.
If anyone out there have better approaches, please feel free to share.









November 16th, 2009 at 12:54 pm
I would like to switch to a new listener with tomcat but there is a file upload problem. I’ve got a working application on apache/embedded listener but with a new listener a file is not uploaded and a file name is not passed to a file upload procedure.
November 16th, 2009 at 1:59 pm
Art,
Can you give the clearer description of your file upload problem? Did you follow the instructions from here? Please also note that this is just the early adopters – it is not recommended to deploy for production use yet.
Ittichai
November 16th, 2009 at 4:22 pm
Hi ittichai, I’ve followed instructions. I’ve got Oracle XE on Linux Fedora. My application (http://przezwlasciciela.pl) is up and running on Apache and an embedded listener. I’ve installed a new listener with Tomcat and everything is working fine but a file upload. It looks like a value from a file input filed is not passed to an upload process. It is definitely not passed to my oracle procedure that is executed once a file gets uploaded.
Thanks,
Art
November 16th, 2009 at 5:25 pm
I see. I’m not familiar with Tomcat. This may be a specific issue for this web server. You may try to post your question on a forum thread dedicated for this early adopter (http://forums.oracle.com/forums/thread.jspa?threadID=968065).
November 16th, 2009 at 5:31 pm
I did ask this question there but this thread is dead.
November 22nd, 2009 at 2:26 pm
This really helped out a lot, thanks for the advice.