How to access my Apex application as a website

On my Windows 8.1 desktop machine, the stack is,
Oracle Standard 11g R2
Apex 4.2.6
ORDS 2.0.10
Open Source Glassfish 4.1
Apache Tomcat 8.0.21
Apache HTTP Server 2.4.3
Port details
Apex ORDS - 8080
Glassfish - 8090
Tomcat - 8888
Apache HTTP server - 9090
I have done Port Forwading to myDesktop on my home wi-fi as follows
Apex ORDS 8080
Glassfish 8090
Tomcat 8888
Apache HTTP server 9090
Following is c:\windows\system32\drivers\etc\hosts
127.0.0.1       localhost
::1                 localhost
100.100.1.1     myDesktop       ( This is fixed IP of the desktop at my home network. This is made up here )
100.100.1.1     www.my_website.com       ( This is fixed IP of the desktop at my home network. This is made up here )
c:\Program Files\Apache Software Foundation\Apache2.4\conf\httpd.conf
Listen 80
c:\Program Files\Apache Software Foundation\Apache2.4\conf\extra\httpd-vhosts.conf
<VirtualHost *:80>
    ServerName www.my-website.com
    ServerAlias my-website
    ErrorLog "logs/my-website.com-error.log"
    TransferLog "logs/my-website.com-access.log"
    Redirect / http://www.my-website.com/ords/f?p=100:LOGIN_DESKTOP
    <Location /ords/>
        ProxyPass               http://localhost:8888/ords/
        ProxyPassReverse        http://localhost:8888/ords/
    </Location>
    <Location /i/>
        ProxyPass               http://localhost:8888/i/
        ProxyPassReverse        http://localhost:8888/i/
    </Location>
</VirtualHost>
When I access 111.111.11.11:8888 from outside, I can access Tomcat page successfully.
( 111.111.11.11 is my static IP provided by my ISP ).
Without internet, I can access the Apex Admin page on the same desktop machine by www.my-website.com/ords/f?p=4550. This indicates, all the stack is working properly.
But if I access www.my-website.com, over the internet, I only get blank page.
(my domain is registered with GoDaddy and I forwarded to 111.111.11.11 which is my static IP)
Why can't I access my Apex application over the internet by typing the website.

Hi 3ds/Niranjan,
     To all the forum members, this thread is related to : 2 applications on one website
     I have helped him to setup architecture like this : Dimitri Gielis Blog (Oracle Application Express - APEX): Preparing architecture for APEX 5.0 upgrade
     The above architecture is setup properly on his home PC. He has obtained a domain from GoDaddy and on the domain he has configured redirect to his home PC.
     This redirect thing will not work I have explained him. For an APEX application to be accessible on internet(hosted) it should be hosted on APEX hosting solution providers domain. Refer : https://apex.oracle.com/pls/otn/f?p=24793:11::::::
     OR there is cloud option available.
     Refer :
hosted or cloud ? Apex...
Re: Apex on Cloud?
     Forum members can provide more clearance on this issue.
     Hope this helps!
Regards,
Kiran

Similar Messages

  • How to access Flex builder application on VC??

    Hi,
            I have developed an Flex application using Flex Builder 2.0.1 & i want to access this application on VC how to do that??
    Is there any other way accessing flex application on SAP portal???
    I want to know whether It is possible or not?? if possible how to do that??
    please help me if anyone knows about this isssue.
    Thanks in advance.
    Regards,
    Malar

    Double post, look at this How to access Flex builder application on VC??
    Best Regards,
    Marcel

  • How to access the MDX application from SQL server when working with OBIEE?

    Hi,
    I am new to MS SQL Server 2005. We have developed the OLAP Cubes on SQL Server Business Intelligence Development Studio with its integration with Oracle Business Intelligence Enterprise Edition (OBIEE).
    The backend query is in MDX language. Now if I need to run that query I need to access the MDX Application, rite?
    So need to know how to connect to MDX application.
    Regards,

    Administration Tool: File - Import - "from multidimensional". There you choose "Provider Type" = "Analysis Server 2005". You specify the URL, user name and password. Then you can import MSAS cubes just like Essbase ones.
    Cheers

  • How to access the MDX application from SQL server?

    Hi,
    I am new to MS SQL Server 2005. We have developed the OLAP Cubes on SQL Server Business Intelligence Development Studio with its integration with Oracle Business Intelligence Enterprise Edition (OBIEE).
    The backend query is in MDX language. Now if I need to run that query I need to access the MDX Application, rite?
    So need to know how to connect to MDX application.
    Regards,

    I think that you have posted this query to the wrong forum. Try this one:
    Business Intelligence Suite Enterprise Edition
    --Andy                                                                                                                                                                                                                                                                                           

  • Can't access any Apex application

    I don't have access to any Apex application. SQL Workshop and Utilities on the same database work fine, but application builder doesn't work (gives time-outs with message: page could not be found). I can see all the pages of the different applications in SQL Developer. I can also make a new application with the wizard, but after the application has been created, I can't run or access it (also time-outs).
    What could be the problem here? In last instance, I could ask the system admin to restart the db service, but this is the last option. Is there someting else I could try? I don't have full access to the DB in question, and the DB admin has a day off today. So any help would be welcome.

    I cannot create a page in an existing app, because apex simply doesn't open existing apps. I can, however, create an app with the wizard, which actually creates the app too, but I can't access or edit it afterwards.
    Anyway, i did consult the sysadmin, and there's something wrong with the server itself, according to him. The machine will be rebooted. Hope this helps.

  • How to secure an Apex application?

    I have created an Apex web based application and like to distribute the URL to public.
    Any user can query something and can insert new records (but not update or delete).
    How can I prevent my site from malicious attacks?
    Eg. some bots trying to insert junk data million times.
    Some junk trying to run automated queries to fetch all data from database
    Any other suggestions welcome.
    Thanx

    Hi
    Session State protection
    Example:
    http://apps2fusion.com/at/64-kr/400-preventing-url-tampering-using-apex-session-state-protection
    Explaination
    http://theheat.dk/oracle/ukoug2007/Lorenzen-apex.ppt
    Regards,
    Iloon
    Don't forget to mark replies helpful or correct ;)

  • How to access oracle R12 applications from windows client

    Hi All,
    I installed R12 oracle applications on Linux through VMWare and every thing was fine now. My database listener, database and applications are up and running. I installed Java and Mozillla and established a soft link on LInux but was not able to access oracle applicaitons from Uniix box. I was seeing if i can do it from windows client. Mine is windows vista and i pinged the ipaddress and its connecting but was not able to access applications from windows client and also from linux.
    Can any one help me accessing applications from windows client and unix box

    Hi;
    I installed R12 oracle applications on Linux through VMWare and every thing was fine now. My database listener, database and applications are up and running. I installed Java and Mozillla and established a soft link on LInux but was not able to access oracle applicaitons from Uniix box. I was seeing if i can do it from windows client. Mine is windows vista and i pinged the ipaddress and its connecting but was not able to access applications from windows client and also from linux.
    Can any one help me accessing applications from windows client and unix box1. Be sure you can ping your linux from your client
    2. Be sure your selinux and firewal disable on linux machine
    3. Add your IP and hostaname to your windows C:\WINDOWS\system32\drivers\etc\hosts file
    4. Add your url to your trusted site on windows
    5. Use IE7 or check below note to can use certified browswer and access EBS
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Regard
    Helios

  • How to access INTRANET mobile applications from a cell phone

    Hi,
    I have installed 9iAS rel 2 on two HPUX boxes (2 tiers installation) and I have followed the quickstart section of the 9iAS wireless - Get Started and System Guide, to test the wireless functionality. Most of the functions are working fine except the SMS and we are still working on the (out of the box) SMS function and try to fix it. Anyway, the next step is to access the out-of-the-box functionality in reality. The 9iAS installation is sitting in our intranet and would like to know what steps we need to do in order to access our intranet wireless application? I know we need a dial up line to access our intranet and a WAP gateway. Our unix admin is in the process of installing the WAP gateway. Once he finish setting up the gateway, what is the next step to access the intranet wireless application using the cell phone?
    Your comments are highly appreciated.
    Thanks,
    Derek

    The way I did it was install the WAPLite gateway and then set up my mobile phone to use PPP access to get behind my firewall. I had to set the IP of my WAP gateway in the mobile phone settings too.
    Hope that helps.
    Tom

  • How to start a java application from a website

    hey does anyone know how i can start my java application, when a user clicks a button on my website. I dont want to convert to applet because it will be quite hard plus im gonna have to cut down alot of functionalities? thanks!

    [http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp]
    Kaj

  • How do I download an Application from my Website?

    I need to be able to have visitors to my Website download an Application that I have authored.
    With Mac it is easy - make a DMG for the App., put that file on the Website, do an HTML Href to the file:
    <a href="download/tabwrite_demo.dmg">Download Now</a> </h2>
    When the user clicks the Link, the DMG is downloaded.
    Using the same methods, but for a Windows Installer:
    <a href="download/setup.exe">Download Now</a> </h2>
    doesn't seem to work.
    The Windows Version and Installer were created on a Windows7 Computer, then I transferred the Installer File to my Mac.
    I developed the Website on my Mac, with Dreamweaver, and use MAMP for testing, that is why I transferred the Installer to my Mac.
    Can anyone shed some light on this subject?
    I'm a bit slow at catching on, so I need a relatively simple, and complete explanation.
    Thanks for any help - Myron Meyer

    No prob.  We often field other web related questions here . 
    Nancy O.

  • How to access from the internet an APEX app running in Oracle's VM.

    I'm fairly new to the world of VMs and networking. I have a DB instance with a APEX 4.1 application installed on my host operating system (VISTA) and another inside the VM. Is it possible to get users on the net to access the APEX application inside the VM rather than the one default one? I have no problems with users accessing the vista version.
    regards
    PaulP

    If you can "ping" from outside the VM OS IP , then you can also access the VM Apex.

  • How to access deployed J2EE Web application ?

    Hi,
    I am new to J2EE Web Application. I have created a Web Module project and in that I have created a servlet. I did a build for WAR file. I have created an Enterprise Application Project and included this WAR file. I built  the EAP and deployed it to J2EE engine. I am successful till here.
    I am not sure how to access this deployed application and thus this servlet.
    I tried to access the following way :
    http://<hostname>:<portnumber>/<EAPName>/<ServletName>
    However, I receive the error no such location.
    In the web.xml file, in the servlet-mapping section, I have mentioned the servletname and urlpattern.
    I have mentioned the urlpattern as MyServlet and not /MyServlet. Notice the 'backslash'.
    Could this be an issue ?
    Regards,
    Subramanian V.

    Hi
    See this Thread
    Re: servlet ----->url association ?
    Re: Servlet not getting loaded when put in a jar file
    Re: I just want to run a simple servlet. No EJBs, no Web DynPro...
    /message/610344#610344 [original link is broken]
    Kind Regards
    Mukesh

  • APEX application starts very slow

    Hi all,
    I have developed a small apex application for my website. I am running this application on OracleXE. Every time I when I log in the response is extremily slow. It will take approx. 1 min before the login page appears, then it takes another 20 sec. before the homepage appears. After that you can notice that the application is getting faster and faster. If I stop working with the application and I start working again after 1 hour the same thing happens.
    I log in localy, not thru my website, but I can imagine that people that approach the application thru the website will experience the same.
    What is causing this ? Is the database going into some sort of 'sleeping mode' ?
    How can I prevent this ? The database is (ofcourse) running 24/7. Any help will be appreciated, because people will stay away when everytime the responsetime is as long as 1 min before they can login.

    This seems to be a issue specific to Oracle XE
    See Re: Workaround to keep users happy

  • Deploy APEX Application

    Hi,
    I'm using Oracle Apex for development, I designed a small application. I checked with in my computer(as my PC is application server) when I use following link to different PC it can not be run
    http://<my_pc_IP>:8080/apex/f?p=100:101:688126209521487:::::
    can anyone describe me how I'll Deploy APEX Application?
    Thank in advance.
    Baloch

    1. switch off firewall
    2. Log to sqlplus as sys as sysdba and launch this:
    begin
    dbms_xdb.setListenerLocalAccess (l_access => FALSE);
    end;
    3. Try again

  • How to prevent the access of more than one person to an APEX application?

    Hello,
    I want to prevent the access to an application when it is already opened by another user.
    How to do it?
    Thank you by advance
    Jean-Louis

    Why would you want to do this? APEX applications are MEANT to be MULTI-USER WEB BASED APPLICATIONS? This makes NO SENSE..
    If you need this functionality, you can do this in Access..
    Thank you,
    Tony Miller
    Webster, TX

Maybe you are looking for

  • Export to PDF

    Hi,   This is Rajesh, i have a problem while exporting a report to PDF. my requirement is:- when the user clicks on the report button from jsp, internally it has to execute the query, invokes the report and exports into PDF dynamically. Stores into p

  • Adobe acrobat pro 9.2 crashes in windows xp sp3 when closing a pdf

    Adobe acrobat pro 9.2 crashes in windows xp sp3 when I close a pdf. This means that if I have multiple files open, all of them close. I get an error message from windows that the problem is due to windows' Data Execution Prevention (DEP). I tried mak

  • System did not find a valid bill of material

    Hi All, I have a requirement in which the client needs to supress the standard SAP message(information) which appears at the time of creation/change of sales order. Message :The system did not find valid bill of material. I am working on user exit :

  • Error when adding data into ODS

    I have created a SS->Info area->Infoobject catalog->Info objects->Application component->Info source->ODS->Info cube.This is how i have created my structure.And i have created the appropriate transfer rules and update rules.And am choosing automatic

  • Does patching in test mode requires Maintenance mode on?

    Does patching in test mode requires Maintenance mode on or I have apply it with options=hotpatch I am applying a patch in test mode and its erroring out giving error AutoPatch error: You must be in Maintenance Mode to apply patches. You can use the A