Apex image access [message #653305] |
Fri, 01 July 2016 04:22 |
|
pcouas
Messages: 112 Registered: February 2016
|
Senior Member |
|
|
Hi
i search how add new images button to my APEX ?.
I could see in browser current custom images with http://xx.xx.xx.xx:8080/i
I have add new images into APEX with share components then Files and Images then Create and attach gif to my application
BUT my new images are not added to directory and i could not use it ??
I have searched too on remote Linux current existing button without succes.
Regards
[MERGED by LF]
[Updated on: Thu, 21 July 2016 14:55] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
Re: APEX images acces [message #653903 is a reply to message #653899] |
Thu, 21 July 2016 13:17 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I approach this as a DBA, not as a developer. However, I do know that depending on whether you are using the embedded PL/SQL gateway, or Apache with modplsql, or ORDS deployed to a Java container of some sort, there are different mechanisms for making images available. For our commercial implementations, we use ORDS deployed to Glassfish on one machine and place images on an Apache reverse proxy server on a different machine. How is your environment configured?
|
|
|
|
|
|
|
Re: APEX images acces [message #653916 is a reply to message #653914] |
Fri, 22 July 2016 02:04 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Do you understand how APEX works? Did you install it, or your DBA?
You must have an http listening service. That is what you connect to when you issue a URL. That service could be an Apache httpd web listener with modplsql, which could be running on any machine in the universe. Or it could be be the ORDS (do you know what that is? Have you looked that up yet?) either running stand-alone or deployed to a Java container somewhere. Or it could be the database listener, running on your database server machine withe EPG configured within the database.
You really do need to this out. Then your question can be answered.
|
|
|
|
Re: APEX images acces [message #653922 is a reply to message #653920] |
Fri, 22 July 2016 02:33 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Better do some studying, then. Read the installation guide. That explains the http listening options, and where your images are stored for each case.
|
|
|
|
|
|
|
|
|
Re: APEX images acces [message #654035 is a reply to message #654034] |
Tue, 26 July 2016 02:22 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Nice description of how to make images available when using the EPG. I'm sure other members will find it helpful.
Remember that the technique is different when using ORDS. The company I work for uses ORDS for all production systems. Oracle states that the EPG is not supported for production systems. That does not apply to you because you are using XE, which isn't supported either. However, our developers tell me that they need access to facilities that ORDS provides which are simply not available through the EPG. If you intend to move this application forward, you may want to think about this.
|
|
|