APEX 4 with two HTTP servers?

Hi Im in a new territory for me here
hope someone can point me in the right direction.

I have an internal linux 11i and APEX4 with the server HTTP Server
all the apps work perfectly internally

I have a HTTP server in the demilitarized zone with modplsql set up to link to one of the apps on my internal network
The app is in a Linux box with 11i and apex 4.0.

Internally (on the LAN) of the HTTP server that is located on the same box as 11i and Apex correctly renders every thing.


When I try to access the application via the web images are not rendered.
Drop-down menu lists all jobs but do not have the dynamic actions on them.
also send has none when you press.

Can someone point me in the direction of reading documents on this kind of Setup?

Thanks in advance

Björn

Hello

My proxy section reverses in the httpd.conf file:

------------------------

image # Alias
Alias is/u01/apex/images /.
# Directory for files of APEX
     

None of the options
AllowOverride None
Order allow, deny
Allow all the
          
# Cache
          
ExpiresActive on
ExpiresDefault "access plus 1 month".
          

# compressed files of type
     
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml + xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE text/x-component
          


     
# Proxy reverse setting

(# graphic flasch #HOST #)
ProxyPreserveHost on

ProxyPass /apex http://localhost: 8080/apex
ProxyPassReverse /apex http://localhost: 8080/apex

SetEnv force-proxy-request - 1.0 1
SetEnv proxy-nokeepalive 1
--------------------------------

It works perfectly for me.

Concerning

Tags: Database

Similar Questions

  • Synchronize with two remote servers

    Is it possible to use the file manager of Dreamweaver to synchronize a local site with TWO remote servers? I want to be able to synchronize everything on my test server for the client to approve and then synchronize with the server. Only way I can do it is by changing the server in the management of sites window, thought it might be a way to do this in the File Manager window.

    You can switch between the test server and the remote server in the window files expanded with the keys on top. Click the (square icon 2) expand button at the far right of the files tab, and then select the test or the remote server it...

  • Is it possible to send Radius accounting packets with two different servers?

    Hello experts!

    I have dilemma I send info Radius accounting on two different servers for authentication of the dot1x. Here are the relevent config. However the switch just to send a copy on the first server in the server group...

    RADIUS AAA server Acct group
    ACCT-port of the server 172.17.1.1 auth-port 1812 1813
    ACCT-port of the server 172.17.1.2 auth-port 1812 1813

    accounting dot1x default start-stop broadcast group AAA Acct

    RADIUS-server host 172.17.1.1 auth-port 1812 acct-port 1813 key xxxxxx
    RADIUS-server host 172.17.1.2 auth-port 1812 acct-port 1813 key xxxxxx

    Is it possible to send two copies of two different servers? I tried the key word 'issue' in the aaa accounting command, but it does make a difference. What is doing? I can't find it in the manual...

    Thank you!

    Difan

    Difan,

    You must create two aaa server groups to operate. Allows the sending of accounting records to multiple AAA servers.  At the same time returns accounting records the first server in each group. If the first server is unavailable, the failover occurs using servers defined within this group.

    Accounting AAA broadcast configuration
    The following example shows the turn on broadcast accounting using the aaa accounting global command:

    RADIUS AAA server group isp
    Server 1.0.0.1
    Server 1.0.0.2

    AAA isp_customer radius server group
    Server 3.0.0.1

    AAA accounting network default start-stop broadcast group isp group isp_customer

    host server RADIUS 1.0.0.1
    host server RADIUS 1.0.0.2
    Server RADIUS key key1
    RADIUS-server host 3.0.0.1 key2 keys

    The broadcast keyword causes the start and stop accounting for dot1x connections to be sent simultaneously to the 1.0.0.1 group isp server and Server 3.0.0.1 in the isp_customer group. If 1.0.0.1 is unavailable, Server failover 1.0.0.2 occurs. If the 3.0.0.1 server is unavailable, no failover occurs because backup servers are not configured for the isp_customer group.

    Kind regards

    ~ JG

    Note the useful messages

  • Apex 4.2 with Oracle HTTP Server 12 c?

    So, we have already implemented Oracle APEX with Oracle HTTP Server 11g Oracle WebTier utility. These are all works well.

    However, we wanted to try with the latest version of the stand-alone version of HTTP. So, we installed and configured the server for HTTP from Oracle 12 c (Stand Alone). However, we do not find instructions for things like where to copy the images, which dads.conf to edit etc. The current facilities seem to be oriented with the older, version 11g.

    Someone at - it a source for instructions to update configuration APEX with Oracle HTTP Server 12 c?

    Thank you

    -Joe

    Joe,

    Check in the documentation http://docs.oracle.com/cd/E16655_01/install.121/e17958/db_install.htm#HTMIG230

    Leave.

  • Integration of apex EBS with the APPS schema

    Hello

    I'm a developer APEX with no experience of BSE, but I took on a project to review the current context where the APEX and EBS are integrated. The first thing that I found is that 40 + Apex Applications all use the EBS 'APPS' schema as the schema work space of analysis, I read in the document Oracle 'white paper of March 2015 release on Extending Oracle E-business 12.1 and above using APEX', is a large, no!. Below are the details of the environment. In addition, they use a PLSQL Embedded walkway that once, it looks like the less favored approach and a listener of the Apex on (Glassfish?) must be used.

    So my question is... what would be the best approach, should I change all the existing application to use a newly created Apex analysis schema for example APEX_EBS_EXTENSION and then create views and grants him so it can access the data of the applications. I do this manually through all the applications by looking at each piece of code? This seems a very unpleasant approach. Should we deviate from the integrated bridge, any guidance would be appreciated?

    The task that made me initially was to manage the upgrade of the schema in the database to 5 APEX Apex, regression test all existing applications and create new applications using the universal theme, but I want to get the House in order before the upgrade.

    Environment

    E-Business Suite Release 12.1.3

    Apex 4.1.0.00.32

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    IBM/AIX RISC System/6000: Version 11.2.0.3.0 - Production

    Hi AndyLou,

    AndyLou wrote:

    I'm a developer APEX with no experience of BSE, but I took on a project to review the current context where the APEX and EBS are integrated. The first thing that I found is that 40 + Apex Applications all use the EBS 'APPS' schema as the schema work space of analysis, I read in the document Oracle 'white paper of March 2015 release on Extending Oracle E-business 12.1 and above using APEX', is a large, no!. Below are the details of the environment. In addition, they use a PLSQL Embedded walkway that once, it looks like the less favored approach and a listener of the Apex on (Glassfish?) must be used.

    Yes. Oracle REST Data Services (ADR) (formerly known as the APEX listener) deployed to the support for Java EE application servers is a best/best option as for Oracle APEX instead of the EPG Web listener option.

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/overview.htm#HTMIG29325

    Learn about considerations when using of EPG (Embedded PL/SQL Gateway) as the web listener with Oracle APEX.

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/overview.htm#HTMIG29140

    So my question is... what would be the best approach, should I change all the existing application to use a newly created Apex analysis schema for example APEX_EBS_EXTENSION and then create views and grants him so it can access the data of the applications. I do this manually through all the applications by looking at each piece of code? This seems a very unpleasant approach. Should we deviate from the integrated bridge, any guidance would be appreciated?

    Yes. You must move far EPG to a better option.

    The task that made me initially was to manage the upgrade of the schema in the database to 5 APEX Apex, regression test all existing applications and create new applications using the universal theme, but I want to get the House in order before the upgrade.

    Environment

    You should go for upgrade of the Oracle APEX of 4.1 to 5.x with existing architecture first. Regression test your applications to remove if any errors introduced by upgrade. The kickoff of a new project to migrate your applications to universal theme.

    Reference:

    After the upgrade, when all the dust about the upgrade issued sets in, then you can consider changing your architecture, analysis scheme for your APEX applications according to white papers issued by Oracle:

    Kind regards

    Kiran

  • Can someone direct me to resources on how you get TWO esx servers to the same storage array?

    Hi all

    I use:

    2 x Compaq DL380 G2 with 5i

    cards controller 5300 AND attached to the base storage Bay

    STORAGEWORKS ENCLOSURE 4354R RM DOUBLE PORTS U3 (not yet pregnant

    compatibility list).

    The first server appears to see the good in the console of the virtual server storage Center.  The second server will see s for only its own storage room tho.  How do both to see and use the same storage.  The concept is new to me, but trying to learn.  Is there something I need to see the same storage in the virtual Center for TWO machines esx Server?  All IM just not in the right place?  Thank you.

    http://communities.VMware.com/thread/78873 was a previous thread on this can enlighten us. Looks like the 4354R has the bus is divided into 2 x 7 disks and each connector in the back can 'see' 1 of the two buses. The quickspecs (http://h18000.www1.hp.com/products/quickspecs/10624_div/10624_div.html) refer to "... allows access to two areas of storage separated from two different servers. So the first "thing" would be to get two buses attached together inside the unit so that the two connectors on the back see all readers, you must get the endpoint SCSI disabled on the device (you want termination on each 'end' of the cable that is two SCSI adapters in the servers).

    While you might be able to get the 4354R shared between the two ESX hosts, you can also get all the benefits of the shared disk + the possibility of vMotion, etc. by implementing the 4354R known as iSCSI or NFS storage. It also swings you back to something that is 'supported '. To do this, you have two approaches

    1. Fix 4354R on one of the ESX boxes, create a virtual machine that has access to the entire disk on the 4354R and run something like OpenFiler in the virtual machine to 'share' the disk via NFS or iSCSI

    2. Set up a 3rd server if you have one available and run the version of "bare metal" OpenFiler, or install Linux or OpenSolaris distribution and configure NFS and/or iSCSI target.

  • How to call a procedure with two arguments.

    Hello
    I have a procedure with two arguments, IE. MyProcedure (p1 in numbers, p2 in number) to display an image blob.
    How can I call this image blob in the url.
    I tried http://127.0.0.1:7777/pls/apex/SCHEMA.myprocedure?p1=1 & p2 = 2, but it does not work...
    Thank you
    Vincent

    Vincent,

    As long as you've got the possibility to execute the procedure and there is no space in the url and you have not misspelled the names of parameters then it looks right.

    Here is a link to a procedure to download a file that takes two parameters.

    http://mywebsite.com/pls/htmldev/schema.package.function.download_file?p_session_id=1221970786026206&p_seq_id=724

    See you soon,.

    Janet Tyson

  • My MBP boot with two horizontal lines at the start

    Hello

    I have a Macbook Pro (15 "mid 2015).

    2.5 GHz Intel Core i7

    OS X El Capitan

    (1) my MBP boot with two horizontal lines on a black screen after the apple logo.

    (2) sometimes the screen suddenly became all glitch on the dry mouse 5-7 (2 - 3 times a day) the cursor moves and CPU rises from 4% to 13%

    What I did, reset the SMC, check mac by TechTool 8 - is shows OK.

    Please help, what happens? Someone at - it experience of something similar?

    Thanks for any help,

    Ivan

    Try a reset of the NVRAM:

    https://support.Apple.com/en-us/HT204063

    Ciao.

  • You can play with two players on the same conlsoe on modern war

    XXXXXXXXXXXXXX

    Hi Capcurt,

    Welcome to the Microsoft Answers site!

    You try to play the game live with 2 players on the same console?

    Unfortunately, you can not go online with two people on the same console. Modern Warfare 2 allows a user to sign in when you play in multiplayer.

    Modern Warfare 2 is a completely new game mode that supports 2-player cooperative play in single line of the solo campaign in history. To do this, you will need two machines.

    For better support, you can contact Xbox Forums.

    http://www.xbox360forum.com/Forum/

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • With W - XP and a utility 6540dt, why it prints black (bakkup) with two LDTC wet ink?

    Someone out there:

    I'm under Windows XP and using a HP Deskjet 6540dt printer.  I removed two LDTC (ink cartridges) which indicated down and replace them with two new HP Inkjet LDTC and the printer indicates it will only print black ctg in backup modeusing.   This got me puzzzled.   I deleted the drivers and reinstalled from a CD disc (part No. C8963-10001) HP   after reinstall the drivers, the printer still prints with the onlyblack print cartridge.  I was super confused.

    I am running AVG free edition , and Microsoft Security Essentials and have even unintalled them then turing the driver for the Modem from Verizon to reintall the HP Deskjet 6500 series and still no luck I thought that the firewall can interfere with the installation.  He does not appear.

    What do you think is the problem?.    I have the installation disc at home MS W - XP original (not a recovery disk) and have all the dates of arrival and Service Pack (SP-3).

    I'll have to take the computer and printer to a repair (specialist) {no BestBuy or Geeks or Office Depot} man or can I fix it myself. ??   If I can fix it myself, you please give me instructions step by step IE: A: cela;  B: do;    etc.

    The specialist repairer should have renovated th ? printer

    Thanks in advance for your input

    Completely confused

    Hello

    I suggest you try the steps from the following link:
    http://h10025.www1.HP.com/ewfrf/wc/document?DocName=c00219782&tmp_task=solveCategory&cc=us&DLC=en&lang=en&LC=en&product=357211

    Additional information:
    Troubleshooting print quality problems
    http://h10025.www1.HP.com/ewfrf/wc/document?DocName=c02046460&LC=en&cc=emea_middle_east&DLC=ar&product=357211

  • Problem setting up Port Forwarding with two routers.

    I can't set up by Linksys RT31P2 and routers port forwarding WRT160Nv3.

    My setup is Webstar Modem = RT31P2 = WRT160N = Mac OS 10.6.5. (No configurable modem and ISP do not prevent port forwarding. It comes with two Linksys routers).

    I had a Monty Python-going around with the support of Cisco cat; and follow up with telephone assistance in which the agent knew nothing about port forwarding and his supervisor expressed the view that it was not possible with two routers. Sigh.

    If anyone can help me with step by step specific and simple instructions to configure routers. I know that the basic procedures. I'm not clear, what exactly changes on routers.

    I read that portforward.com has to say and it does not work so I must be misunderstanding something.

    The ip address of my computer is 192.168.1.103.  Are the last three digits of this speech concluded the two routers in the area on the port forwarding page? What other changes should be done what router?

    I know the port numbers that I use are OK because I can implement successfully if I connect to one or other of the routers (but not both), and my software of p2p shows port are open.

    Any help and suggestions most welcome.

    If you set up as I have suggested that you have only a single LAN that will be using in your addresses * 192.168.15 case. So in your case:

    1. change the address LAN IP of 192.168.1.1 to 192.168.15.2 WRT.
    2 disable the DHCP server.
    3. connect the LAN of the WRT port to port LAN of the RT.

    That's all. Disable the DHCP server will not affect whatever it is that you're connected LAN - LAN and DHCP server on the RT is still operational.

    After the change, previously the WRT computers may require a reboot to get a new address 192.168.15. *.

    Your computer to which you are transferring must have an IP static and not dynamic (or variable). Check the current IP information on this computer. It must have an IP address like 192.168.15.103, mask 255.255.255.0, gateway 192.168.15.1 subnet and DNS 192.168.15.1 server or maybe two other IP addresses instead. Note DNS servers if you do not 192.168.15.1.

    Then configure a static IP address on the computer. Use something like 192.168.15.10, 255.255.255.0 gateway 192.168.15.1 and the DNS servers you found before.

    After this implement 192.168.15.10 port forwarding.

  • Windows Mail is no longer supported by HTTP servers.

    What can I do to solve the following problem?  When I try to attach a photo to an e-mail message, I get the following message is displayed.  'Windows Mail can't stand the HTTP servers used by Hotmail and other web e-mail providers'. I am informed that I need to set up a different e-mail account. When I start to install a different account, I was informed that I already have an account.  I am also advised to see the other options to access my e-mail on the web.  If Microsoft developed and sold a program that caught sometime supported HTTP servers and then is no longer supported HTTP servers then it seems that Microsoft should offer and share a simple solution to this very disturbing problem.  Please notify.

    I had the Geek Squad and out Make It Work guys to solve the problem.   It seems they can't.  If they cannot solve the problem, then I know I'm in trouble.  Maybe there is no solution.   Respectfully, Vista is the 'Edsel' from Microsoft?  Can I replace Vista with Windows 7 without disturbing all the info on/in my PC?

    Your help is greatly appreciated.

    Hello
     
    You can follow below link that can help you to solve your problem:
    You cannot configure Windows Mail to use an e-mail account on the Web (HTTP) on a computer that is running Windows Vista
  • Two R810s, each with two 8Gb Fiber Channel HBA + MD3620F + MD1220

    Hi people.

    I am planning an installation on this end, and I'm tender hand in the hope that the community can help me carry this all together.

    To explain, I have two servers Dell PowerEdge R810, each with two 8 GB HBA Fibre Channel adapters.

    I also have a Bay SAN of Dell PowerVault MD3620F 8 Gbps, with two controllers.

    I also have a Dell PowerVault MD1220 DAS SAS Expander Bay.

    I think to connects both R810 servers directly to the MD3620F, in order to consume all ports of four CF on the MD3620F. That is, one in each controller, from two HBAs in each server. (I can do this, or do I need a Fibre Channel switch? The MD3620F has 4 available ports, 2 per controller, so it would seem to be a natural configuration for only these two servers)

    Then, I will link the MD1220 to the MD3620F, so that its readers are also accessible through the two R810s on the link of Fiber Channel 8 Gbps. (what is the process to connect a MD1220 to a MD3620F?)

    Thoughts, tips, suggestions?

    Thank you

    -Wentil

    Hello Wentil,

    Here is a link to our deployment guide. FTP://FTP.Dell.com/manuals/common/PowerVault-md3600f_Deployment%20Guide_en-us.PDF . in the deployment guide, we show how you can do an install direct attach & network attached using a fiber switch.

    Please let us know if you have any other questions.

  • How to integrate two unity servers unique cluster CCM?

    I have two sites that are connected by 10 M ATM and unique cluster CCM this PUB and on Traghetti SUB1 and SUB2 site B. I want to install two unity servers on each location.

    How can I incorporate two unity servers in a single cluster CCM? (* please post URL if available)

    Thank you

    Hello

    This link should help...

    http://www.Cisco.com/en/us/partner/products/SW/voicesw/ps2237/products_white_paper09186a0080114a56.shtml

  • PAT for two web servers

    Hi all.

    I want to change the MS ISA for Cisco ASA server, but I have problem with PAT.

    The two addresses are published under the same internet address 1.1.1.1 MS ISA server configured static PAT for two web servers, example.web1.com inside the address 192.168.1.10 and example.web2.com inside the address 192.168.1.11.

    When the user try to open the web page example.web1.com the internet ISA Server MS create translates an internal address 192.168.1.10

    When the user try to open the web page example.web2.com the internet ISA Server MS create translates an internal address 192.168.1.11.

    In the cisco example uses single address:

    static (inside, outside) tcp 1.1.1.1 192.168.1.10 www www netmask 255.255.255.25

    but I have two web servers uses the same port 80 and even outside of the address 1.1.1.1

    SAA can create translation URL? For example:

    static (inside, outside) tcp example.web1.com, www www 192.168.1.10 netmask 255.255.255.255

    static (inside, outside) tcp example.web2.com 192.168.1.11 www www netmask 255.255.255.255

    Hello

    To my knowledge, this type of NAT is not possible in the SAA.

    The ASA has nothing to differentiate the 2 translations to eachother other than the order of the NAT configurations. But I think that at the level of your software it doesn't accept even the second NAT configuration that it overlaps with the first. In the most recent software that it would accept the second configuration, but the traffic would still be hit only one of the NAT configurations.

    There must be something on the ISA MS who, in addition to NAT overlapping, knows that static PAT choose based on the requested web page?

    -Jouni

Maybe you are looking for

  • 9.3.5 on Air iPad iOS installation error

    no error number. Said only: Setup error 9.3.5. Have tried several times. Does anyone else know same error? What is the solution? also received the error to sync to my laptop but managed to save

  • Photos of phone not appearing is not in the clouds or Photo Mac app

    Hi, I'm under 10.11.6 and my OSi objects run 9.3.4 so I'm updating all areas. My question?  For the past two weeks no matter what picture I take is not appear in the clouds / or a Photo on my Mac. When I run the Photo app I see black squares with an

  • Error code 70879003: cannot lock the memory segment.

    Hi guys,. I am trying to build a program runs on a windows CE of touch screen system and tested the majority of individual components to see that they work on the system and they have all been successful, however when I build and try to run the entir

  • Newbie here, please, need help from someone.

    Hello Using Windows Vista with 1 GB of RAM. Have a connection to the internet through slow modem. Have SD, 2 GB Micro Cruzer. Is it possible to get more internet speed using the Cruzer to increase my computers RAM? Thanks in advance, Ralphie24

  • Vista does not recognize the 640 GB hard drive

    How can I get Windows Vista to recognize my Western Digital 640 GB with 640 GB hard drives instead of 596?