How to point to 3 Applications / APEX bodies

Upgrade of the APEX: 4.0.1 to 4.1.1
O/s: Red Hat Linux 5.4
DB: 11 GR 1 material
GlassFish: 3.0.1

He had to have 3 APEX applications defined in GlassFish with each application pointing to a separate environment the APEX/database (development, QA, and Production). How to do it is with APEX listener/GlassFish is the question? A listener APEX can be configured to point to 3 environments? Or is a separate APEX listener for each application set in GlassFish?

See you soon!

HI user601798,
It is always useful to find everything first. It is a question repeatedly asked. {: identifier of the thread = 2404909}
An ApexListener instance can point to a DB only. You can configure several ApexListeners on the same installation of GF, each pointing to a DB.

Kind regards

Tags: Database

Similar Questions

  • How to open a session in an application apex of a link to the html page, passing the username and password in the url

    Hello

    I have a html page (can be created by jsp/other technology) where I need to provide a link to an apex application passing the user name and password, so that the user does not have to connect. I tried below, but it shows the login page.

    <! DOCTYPE html >

    < html >

    < body >

    " < p > < a href =" https://Apex.Oracle.com/pls/Apex/f?p=75478:101:0:login:P101_USERNAME, P101_PASSWORD:[email protected], gmail@123 [email protected] , gmail@123 "> my Application < /a > < /p > "

    < / body >

    < / html >

    no idea how to do it?

    Apex 5 / chrome browser / window 7

    Concerning

    Sanjaya

    Hi Sanjaya,

    from a security point of view I would strongly recommend NOT to include a clear text password in an HTML page or pass it through a url!

    But back to your question why it does not work. It does exactly what you say APEX. Go to page 101. If you want to simulate a page you submit must use BRANCH_TO_PAGE_ACCEPT which tells APEX to go to this page, but performs the 'Treatment of the Page' page instead of make. See http://docs.oracle.com/cd/E59726_01/doc.50/e39147/concept_sub.htm#CHDICEDJ

    Here is the correct URL, you must use.

    https://Apex.Oracle.com/pls/Apex/f?p=75478:101:0:BRANCH_TO_PAGE_ACCEPT:P101_USERNAME, P101_PASSWORD:[email protected], gmail@123

    Concerning

    Patrick

  • APEX Session point of the Application or the item of Session State set and get?

    I need assistance with items and values in a single Application-Apex:

    I have a List-Item (P101_UMGEBUNG) selected on the page of connection (Page 101) in my application (next to username and password).

    After this item has been selected in the list of outfits and the "Login" button pressed, I want to use this value of the element in the context of different select statements on other pages for example in reports to the 4 Page, like this:

    "select * from mytable where environment =: P101_UMGEBUNG;

    The select statement is faulty, it dosent go back any line. It turns out that the value I just chose in the list is not saved in session state, so of course the select statement fails.  I determine this by clicking on the session menu item in the developer bar - the item itself presents itself, but the value of the element is empty:

    Unbenannt.png

    Which would cause a selected list value not end upward in session state and how to make sure he gets there?

    I've tried different solutions (process of pl/sql, javascript actions dynamics and brances) I found here in further discussions and with google, but maybe im wrong,

    Someone has a solution for this problem and could explain it in detail?

    Hello

    Value of the item on your login page is disabled by the process of "Empty the Cache page (s)". To save the State of this element, you can:

    1. remove the "Empty the Cache" page (s) process or set the condition to "never". It security hole.

    2 create the point on another page (for example, on page 10 P10_UMGEBUNG) and create processes on the login page BEFORE the process of "Empty the Cache" page (s), which will be

    Save the State of P10_UMGEBUNG. Make the process of PL/SQL:

    BEGIN
      APEX_UTIL.SET_SESSION_STATE('P10_UMGEBUNG', :P101_UMGEBUNG);
    END;
    

    After that, you can use the value of the P10_UMGEBUNG element:

    select * from mytable where environment =:P10_UMGEBUNG;
    
  • How can I delete old applications unwanted as well as share my family can't see them?

    How can I delete old applications unwanted as well as share my family can't see them?

    You can hide (you can't permanently remove any purchase) on the cloud via iTunes on your computer: mask and unmask purchases iTunes or iBooks on your Mac or PC - Apple Support (the 'x' could not show when you place your pointer over an application, there is a bug in iTunes, but clicking on its upper left corner must always hide)

  • Running the background (sms listening thread) connected to the GUI (another point of entry) application thread

    Hi, I'm new to the development of Blackberry, I read everything on the application running at startup and have a different point of entry for this application. I still need help with my application

    I use BB JDE 4.7

    Simulator: BB 9530 4.7.0

    I'm developing an application of SMS. (extends UiApplication)

    1) there is a thread that listens for incoming messages

    2) there is a wire which is a SMS sender

    3) there is a main screen and two full screens. for example, when the user clicks a button in one of the screens full... I send you a message

    (4) when a message is received, based on the content of the message I push either a full screen

    (5) I have, all the wires and screens as the class internal to the main class that extends from the UiApplication.

    I got the basic features. I need help making that demand the application of autostartup

    (1) I need to start listening to the sms thread when the BB phone starts

    (2) I need to have the application icon in the applications screen as another entry point for the application (only for the GUI), and the listening thread must remain active in the background.

    (3) when an incoming message is detected, the application GUI should be brought to the foreground (if it isn't already forground) after posting a popup (instead of bring the application to the foreground, is it better to display a flashing icon in the status bar of the home screen blackberry and perhaps global popup)

    (4) when the GUI of the application part is closed, I need to stop the sms sending thread, and when the system shuts down, I need to stop the listening thread.

    Please help me guys... I have read many articles and discussions regarding the automatic start-up of applications, another point of entry, the # of background threads...

    but I couldn't find how to implement my needs.

    (1) should I need to create two different projects (applications [GUI thread, a sender] and one for the listening thread)? or I can achieve in single application?

    (2) should I have to sign in the background thread to the GUI app? If so, how?

    (3) it is necessary to use the RunTimeStore object? If so, I don't know how I can bring to the foreground the application GUI of the background thread.

    (4) if I have to stop the thread of listening by overiding onExit() method, the important question I have is, if the onExit() method is only for applications that extends from the Application class and not for the UiApplication class?

    (5) if I should have two projects (one main and the other as a spare point entry), which project should I do as "autorun at startup" and a "system module".

    As I need to have the background still running thread when the GUI application is active. I don't know how I do.

    Hello world...

    I reached my needs thanks to a single application. I used an other entry point.

    To refer to chk my other post

    http://supportforums.BlackBerry.com/T5/Java-development/how-to-avoid-creating-two-instances-of-the-a...

  • HOW TO CREATE AND MANAGE APPLICATIONS OF PLANNING CLASSIC ON EMP 11.1.2.4

    Hi all

    We installed and configured 11.1.2.4 EMP, and was happy to work on planning that was created by using the workspace EPMA until we came across a requirement for reports plan type, coming to the point:

    1. in the EMP 11.1.2.4 how to create a classic application and how to perform administrative tasks, any suggestions would be helpful.

    2 if we conduct EPMA planning application, then how to convert it into classic?

    concerning

    Shahrukh

    Try to run it with - Setting of Applications Using Planning Application Administration

    Is what I'd do to convert a conventional application of EPMA

    Set the property to true EDIT_DIM_ENABLED - Management of Dimensions in Planning Applications deployed

    Restart the planning

    Extract the application of planning using LCM.

    EDIT_DIM_ENABLED property set to false

    Restart the planning

    Remove application EPMA

    Import the backup LCM to build the new classic application.

  • It must for application Apex runs in mode listener Apex to use Apex listener 2.0 as a print server?

    Hello world

    I'm an Oracle Apex developer for 2 years now.

    Recently, I was in charge of search and do a few examples of how to print pdf with Oracle Apex 4.2.2 (Oracle 11 g).

    I want to use Apex 2.0 listener that standalone as a print server, we installed and we changed the configuration of the print server in the administration workspace. Then I created a report query and when I have the test report, a pdf file is downloaded, but when he opens, Adobe reader tells me that is not a valid pdf file.

    Our Apex application runs in the pl/sql gateway mode not Apex listener.

    So my squestion is: "" Is it mandatory for application Apex runs in mode listener Apex to use Apex listener 2.0 as a print server?".

    Thanks for help.

    Best regards

    You

    Khadija Khalfallah wrote:

    Thanks for your reply.

    We have an apex application that already runs using EPG and we want to allow printing of the pdf in it. So, we installed the ADR offline, to use as a print server but it does not seem possible if the Apex app uses a different web server than the listener of the Apex. right?

    Thank you once again.

    You have answered your own question... If you use the EPG, then you can NOT use another product middleware or application server until you turn off the EPG...

    Why you use the EPG in production?  Oracle does NOT recommend this (see the APEX Oracle installation instructions..)

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • How to disable Oracle DB internal Apex Servlet?

    I have installed tracking software:

    1. Microsoft Windows XP
    2. Oracle Database 11 g r2 Express edition 32-bit
    3. 3.2 SQL Developer
    4. Apex 4.2.3 update ok
    5. GlassFish Server Open Source Edition 4.0
    6. Apex listener 2.0.5

    My CRM app just runs correctly on Apex.

    I already set up the independent auditor Apex and already create [top] and [i] of the applications in the Glassfish Console, as well as users and passwords for APEX_PUBLIC_USER, APEX_REST_PUBLIC_USER and APEX_LISTENER. I already connected with Apex listener in SQL Developer 3.2.3.

    The Glassfish console is correctly on runnning [http://localhost:4848], but on [http://localhost: 8080/apex] internal the Servlet and XML DB Oracle Database [C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\jlib\servlet.jar] executes the Apex and I can't use the Glassfish. How the Oracle XE database is not delivered with Enterprise Manager Web Admin Console, I don't need this internal Servlet Java container.

    I tried to change the port of Glassfish to 8090 but not work and I do not need 2 web servers in RAM.

    How to disable Oracle DB internal Apex Servlet to use Glassfish on port 8080?

    Thanks in advance.

    Kind regards

    Fernando Santucci

    Well,.

    / * I change the port of 8080-8090 for

    XDB - Oracle XML database or

    EPG - Embedded PL/SQL gateway, or

    HTTP service or

    Apex Java Servlet container * /.

    Run DBMS_XDB. SetHttpPort (8090);

    Now, I did disable the XML (XDB) Oracle database with these system settings:

    See 'Setting up Oracle Database for shared server' in the DBA Guide

    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/manproc003.htm

    -Monitor SHARED_SERVERS and DISPATCHERS

    Select * from v$ shared_server;

    Select * from v$ shared_server_monitor;

    Select service, earphone, network of v$ dispatcher_config;

    Select name, distributor of v network $;

    -Disable SHARED_SERVERS and DISPATCHERS

    ALTER system set SHARED_SERVERS = 0;

    ALTER system set MAX_SHARED_SERVERS = 0;

    alter system set DISPATCHERS = ";

    change "D000" immediate shutdown system -Research the name of SHIPPING before.

    -I stop and start the Oracle database service, and there is no XDB on port 8080, only of Glassfish.

    net stop OracleXETNSListener

    net stop OracleServiceXE

    net start OracleServiceXE

    net start OracleXETNSListener

    I keep very well access to the Console of administration of Glassfish in [http://localhost:4848] and the static homepage by default Glassfish 'index.html' in [http://localhost: 8080].

    However, in [http://localhost: 8080/apex] I get the following error:

    [2013 11-30 T 01: 56:27.899 - 0200] [glassfish 4.0] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID = 18 _ThreadName = http-listener-1 (1)] [timeMillis: 1385783787899] [levelValue: 900] []

    StandardWrapperValve [HttpEndPoint]: Servlet.service () for servlet HttpEndPoint threw the exception

    java.lang.ExceptionInInitializerError

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.poolInfo(DatabaseConnectionFilter.java:90)

    at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.applyDatabaseConnectionInfo(DatabaseConnectionFilter.java:135)

    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:122)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:318)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)

    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)

    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)

    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)

    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:357)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:260)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:188)

    at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

    at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

    at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

    to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

    at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

    at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

    in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

    to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

    to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

    at java.lang.Thread.run(Thread.java:724)

    Caused by: java.lang.RuntimeException: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:87)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder$ 1PoolFilter.startElement(UrlMappings.java:233)

    at oracle.dbtools.common.x3p.MatchFilter.startElement (MatchFilter.java:54)

    at oracle.dbtools.common.x3p.impl.Event.invoke(Event.java:52)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:125)

    to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:79)

    at oracle.dbtools.common.util.AbstractIterator._advance(AbstractIterator.java:89)

    at oracle.dbtools.common.util.AbstractIterator.next(AbstractIterator.java:47)

    at oracle.dbtools.common.x3p.impl.X3PReaderAdaptor.next(X3PReaderAdaptor.java:34)

    to oracle.dbtools.common.config.db.UrlMappings$ Builder.read (UrlMappings.java:203)

    at oracle.dbtools.common.config.db.UrlMappings.existing(UrlMappings.java:127)

    at oracle.dbtools.common.config.db.UrlMappings.urlMappings(UrlMappings.java:155)

    to oracle.dbtools.common.config.db.DatabasePoolConfig. (DatabasePoolConfig.java:327)

    ... 31 more

    Caused by: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

    at java.text.DateFormat.parse(DateFormat.java:357)

    at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:85)

    ... more than 43

    ]]

    I find this kerchief date timestamp is in the [C:\Documents and Settings\fernandosantucci\Local Settings\Temp\apex\url-mapping.xml] configuration file with following content:

    http://xmlns.Oracle.com/Apex/pool-config">

      = Update "" 2013-11 - 29 T 04: 55:05, 672Z '/ > "

    I can't believe it! A simple date plant a web application J2EE server?

    What happen that I can't see?

    Thanks in advance for any help.

    Kind regards

    Fernando Santucci

  • How to a script in the Apex schedulate

    Hello
    I have this need.
    Each month, I want my app to insert automatically the N records in a table each for each day of the current month.
    How can I do?
    I could create a pl - sql script or a conteining to trigger the script, but how do I get the application or the database to start automatically? Y at - it a schedulator in the apex or shoud that I get it started as soon as the user to connect, but how?
    You are waiting for your solutions

    Thanks in advance!

    Hello

    1. connect to your ex in schema scott using sqlplus,
    2. create a procedure named YOUR_PORCDURE and include your code insertion including validation;

    3. create a system schedular as below

    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(JOB_NAME=>'INSERT_DAILY',
    JOB_TYPE=>'STORED_PROCEDURE',
    JOB_ACTION=>'YOUR_PORCDURE',
    REPEAT_INTERVAL=>'FREQ=DAILY;byhour=15;byminute=00;bysecond=00',
    ENABLED=>TRUE);
    end;
    /
    

    of course, you can change the REPEAT_INTERVAL.
    to file your schedular system

    BEGIN
     DBMS_SCHEDULER.DROP_JOB(JOB_NAME=>'INSERT_DAILY');
    END;
    /
    

    Concerning

    Published by: Maahjoor on June 3, 2013 01:18

  • Oracle document for backups of applications Apex?

    Y at - it an official document from Oracle that tells us how to export applications apex command line instead of using the GUI in apex?

    When I google, I've seen a few links of apex users who had written that export using utilities to ApexExport, but since we are in the windows environment, we are
    hard time getting the class_path, java_home... etc to install correctly. I guess that its not just me most of them would have met there.


    But I'm looking for an official document to Oracle? (export of the Apex of the command line applications in the Windows environment).

    Hello

    Take a look at the blog following view that contains a Windows BAT files.

    http://www.talkapex.com/2012/04/command-line-backups-for-Apex.html

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to run 2 different applications of the same Application Server

    Hello

    I would like to know how to run two different applications of the same Application Server with different databases?

    We use
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Oracle Application Server 10g 10.1.2.0.2

    Kind regards

    Hassan

    You can have as much as you want, just your applications should have different names or URLs and point to a specific database (using data sources).

    Greetings.

  • How can I remove an application from the App Store in the section update application?

    How can I remove an application from the App Store in the section update application?

    You can not delete Apps from the update tab. It's just a list

    The list is just for information purposes. Finally, they are deleted from the list on their own.

  • How to remove some unusual applications of my apple ID

    How to remove some unusual applications of my apple ID

    I don't know what you mean by unusual apps, but you cannot delete apps from your purchase history at all. All purchases are for always connected to your Apple ID and cannot be deleted.  You can hide and expose the purchases.

    Hide and expose the iTunes Store, App Store or purchases made on iBooks Store - Apple Support

    If you want to remove third-party applications not used, press on the icon of the app until it wiggles and then tap the X in the corner of the icon. When you are finished, press the home button. You can also go into settings > general > storage & use iCloud > storage > storage management. Let the list of load applications. Tap the one you want to delete and delete on the next screen.

    You can not remove the preinstalled applications.

  • How can I move an application to another screen

    How can I move an application to another screen

    Hold down the icon until they start to move. From there, you can tap the application that you want to move and drag it to the left or right to access the screen you want. Once you are finished, press the home button to complete the task and turn off the wiggle.

  • How can I remove the application dropbox to my Imac?

    iMAC 21.5 Inc.

    OXS X El capitan

    10.11.3 Versie

    How can I remove the application dropbox to my Imac?

    I get a warning when I click on the dropbox app to delete!

    Thank you very much

    ollylibby

    Official instructions are here-> https://www.dropbox.com/help/41

    It helps tremendously if you actually post the text of the error message that you receive.

    You may need to view the activity monitor, search for dropbox and stop all processes before removing the Dropbox app in the folder/Applications.

Maybe you are looking for