Apex listener images deployement

Hi
I installed the APEX listener recently. I have a question. Can I deploy the images in a different way other than jar them and then deploy to WLS. I have a lot of custom images/javascripts reside under the /i/ virtual path (e.g. /i/extjs). The images and javascripts change frequently. I guess that every time this happens I have to create a new i.war and redeploy which is not so convenient. Is there any other way to do that (e.g. copy them directly to a directory as I was doing with OHS/modplsql)
Thanx
George

Hi George,
you could do this by locating the directory where the WLS has unpacked the deployment to. But the more I think about this, the more I think you shouldn't do that, because staging etc. makes this very complex again.
Instead of deploying the images as war file, you could add a virutal directory mapping, which is far easier.
It should be possible to do that in the weblogic.xml of the apex.war (unpack the war, edit the file, repack the war, similar to what you'll do if you edit the web.xml, e.g. to change to config.dir parameter). See the [url http://download.oracle.com/docs/cd/E13222_01/wls/docs81/webapp/weblogic_xml.html#1039396]corresponding part of the WLS documentation for details on that parmaeter. The result could be a weblogic.xml as follows
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
<container-descriptor>
  <prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
<virtual-directory-mapping>
  <local-path>/opt/oracle/apex/images</local-path>
  <url-pattern>/i/*</url-pattern>
</virtual-directory-mapping>
</weblogic-web-app>if your images are stored in */opt/oracle/apex/images* .
Not that this can cause node specific dependencies if you have a clustered WLS, and that you'll have to undeploy the i-application before you can redeploy the apex.war.
-Udo

Similar Messages

  • Apex listener images folder issue

    Hi expert,
    I'm newbies in oracle apex listener and would like to know more about oracle apex listener from all the expertise.
    My situation is like that i would like to install apex listener (standalone mode) in a server to browser apex application from another server with oracle database 11g and oracle apex development.
    My installation step as below;
    1. I copy images folder from database server apex\images folder to apex listener installation folder before i install apex listener (called "apexlistener").
    2. Run cmd "java -Dapex.home=c:\apexlistener -Dapex.images=c:\apexlistener\images -Dapex.port=8585 -Dapex.erase -jar c:\apexlistener\apex.war" to install apex listener.
    Just a question, if i amended oracle apex application in database server, should i need to copy the images folder again to apex listener server?
    What is the main source in images folder used in oracle apex listener server?
    My experience is i tried to copy images folder from database server A with apex application (in runtime mode) to apexlistener folder server B. And i configure the database connection to server c with same oracle apex application as well. I tried to browser oracle apex application in server c from server B. I found out my apex application is not running properly due to the javascript is not installed properly. I would like to ask, is the images files in apex listener server must same with apex application server?
    Anyone have idea on automatically start apex listener when the server reboots?
    How to run apex listener in backend?
    Hope can get some idea and solution from all the expertise!
    Thanks in advance!
    Best regards,
    Apex Junior

    Hi,
    Too many questions, and too little input, for one post.
    I'm newbies in oracle apex listener and would like to know more about oracle apex listener from all the expertise.My situation is like that i would like to install apex listener (standalone mode) in a server to browser apex application from another server with oracle database 11g and oracle apex development.
    My installation step as below;
    1. I copy images folder from database server apex\images folder to apex listener installation folder before i install apex listener (called "apexlistener").
    2. Run cmd "java -Dapex.home=c:\apexlistener -Dapex.images=c:\apexlistener\images -Dapex.port=8585 -Dapex.erase -jar c:\apexlistener\apex.war" to install apex listener.
    Just a question, if i amended oracle apex application in database server, should i need to copy the images folder again to apex listener server?
    >
    The images folder has a relation with the Apex Version installed on the database, not with the applications in the Apex.
    Depends on what you mean by amending applications. If you add custom CSS, JS ,etc to the application , and are not uploading the files to WORKSPACE_IMAGES, then you need to copy the external files to the images folder. But not copy it all over again.
    If no custom files then no need to copy the images folder.
    >
    What is the main source in images folder used in oracle apex listener server?
    >
    The images folder, what else?
    >
    My experience is i tried to copy images folder from database server A with apex application (in runtime mode) to apexlistener folder server B. And i configure the database connection to server c with same oracle apex application as well. I tried to browser oracle apex application in server c from server B. I found out my apex application is not running properly due to the javascript is not installed properly. I would like to ask, is the images files in apex listener server must same with apex application server?
    >
    As stated earlier, the contents of the images (/i/) folder are related to the Apex Version. If your two db servers have different versions of Apex then the same images folder will not work with both. It will work with only one, the one that has the Apex Version compatible with the images folder.
    >
    Anyone have idea on automatically start apex listener when the server reboots?
    >
    How to suggest without knowing OS?
    You can write a batch file that runs on bootup to achieve this.
    >
    How to run apex listener in backend?
    >
    What is backend? Do you means background or as a service?
    Cheers,

  • Apex Listener Images... urgent help

    I followed the steps in this doc to install apex listener with weblogic, and got it running
    http://www.oracle.com/technology/products/database/application_express/html/apex_listener_install_web.html
    but I cannot for the life of me find where to put the images directory on here.... can someone help me out?
    this is a windows 2003 machine.
    I copied into the images directory in C:\Oracle\Middleware\Oracle_PFRD\j2ee\home\default-web-app\docs
    and copied a new directory called "i" in here.... anyone able to help me out?
    Thanks,
    Scott

    I found an image on this site, but my listener config looks different
    http://2.bp.blogspot.com/_HTPuwjEAZfk/SZngkENGFSI/AAAAAAAAAM8/W6UmUx5mvtM/s1600-h/ListenerConfig.JPG
    at the bottom of mine, it says
    Files can be stored for quick access and will expire at the specified duration. and for file storage, does not give /i location

  • How to print a BLOB (image) on a PDF report using Oracle APEX Listener as Print Server

    Hi,
    I use APEX 4.2.
    I have the following query as SQL text for a Report Queries in Shared Components:
    select
        customer_id,
        cust_first_name,
        cust_last_name,
        cust_street_address1,
        cust_street_address2,
        cust_city,
        cust_state,
        cust_postal_code,
        phone_number1,
        phone_number2,
        credit_limit,
        cust_email,
        filename,
        company_profile,
        -- customer_image,
        decode(nvl(dbms_lob.getlength(customer_image),0),0,null,
        '<img style="border: 4px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px;" '||
        'src="' ||
        apex_util.get_blob_file_src('P22_CUSTOMER_IMAGE', customer_id) ||
        '" height="75" width="75" alt="Photo Customer" title="Photo Customer" />') customer_image,
        mimetype,
        image_last_update
    from
        demo_customers;
    I am unable to have the image printed on the PDF report. Even when the P22_CUSTOMER_IMAGE is defined as session state item.
    Does someone knows how to print such image/BLOB in a PDF report?
    Thanks by advance.
    Kind Regards.

    Hi,
    Indeed, I would need a custom layout.
    Unfortunately, it seems (according to this white paper) not possible with the APEX listener only. I would need a third pary tool. A pity...
    For me strange, that I cannot generate such a report having images or pictures in a pre-definied report layout... Maybe a future enahancement for Oracle.
    Kind Regards.

  • Apex Listener return blank pages with no configuration errors!

    - I set up an Apex Listener "Version:1.1.3.243.11.40" at "10.0.114.11" in standalone mode.
    - I configured Apex Listener via http://10.0.114.11:8585/apex/listenerConfigure and return with no errors.
    - I get http://10.0.114.11:8585/apex/listenerStatus, it returned this:
    Current Time:     Tue Dec 13 17:06:32 ICT 2011
    Server Uptime:     0 Days 01:10:14.101
    Total Accesses:     38.0
    Total Traffic:     161.34K
    Total Errors:     0
    Total File Downloads:     0
    Total Processing Time:     0 Days 00:00:09.354
    Processing Time in milliseconds:     Minimum: 20 Average: 246 Median: 64 Maximum: 3062
    Database Time in milliseconds:     Minimum: 14 Average: 61 Median: 50 Maximum: 204
    Active Requests:     0
    Connections in the pool apex:
    Active: 0 Available: 1
    But when I go to "http://10.0.114.11:8585/apex" or "http://10.0.114.11:8585/apex/apex_admin", I got blank pages.
    The page displays "Application Express Login" or "Application Express Administration Services" in the tab at the top of IE, but nothing else. Anyone have any ideas what could be happening here ?
    thanks so much,

    Hi Udo!
    I run apex_listener with this below command and the output is that:
    java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war
    INFO: Starting: /source_install/apex_listener.1.1.3.243.11.40/apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: /tmp/apex
    INFO: Using classpath: file:/tmp/apex/apex/____embedded/start.jar:file:/tmp/apex/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/tmp/apex/apex/WEB-INF/lib/commons-fileupload-1.2.1.jar:file:/tmp/apex/apex/WEB-INF/lib/je-4.0.103.jar:file:/tmp/apex/apex/WEB-INF/lib/apex.jar:file:/tmp/apex/apex/WEB-INF/lib/ojmisc.jar:file:/tmp/apex/apex/WEB-INF/lib/ucp.jar:file:/tmp/apex/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/ojdbc6.jar:
    INFO: Starting Embedded Web Container in: /tmp/apex
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=/tmp/apex/apex/WEB-INF/web.xml
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: deployed application path=/tmp/apex/apex/WEB-INF/web.xml
    Using config file: /tmp/apex/apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.3.243.11.40
    APEX Listener server info: Grizzly/1.9.18-o
    Dec 13, 2011 6:40:23 PM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Tue Dec 13 18:40:23 ICT 2011
    INFO: http://localhost:8585/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    I don't know how to "could you please check if you configured the directory for the static contents ("images") correctly"
    because the Installation Guide of Oracle about Install Apex in standalone mode do not tell me to configure images any more. I just run apex listener with above command "java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war".
    Thank you for your reply,Udo!

  • Apex Listener Configuration Issue.

    Hi there,
    As I wanted to try the latest Restful services in apex 4.2, I decided to install Apex Listener 2.0. I downloaded the file and followed the steps as in the installation notes. As a pre-requisite, I configured the Restful services successfully in apex 4.2 along with Oracle 11g Express Edition. However, the installation of listener seems to be not compleated successfully with the following installation feed back.
    D:\software\apex_listener>java -jar apex.war
    This Listener instance has not yet been configured.
    Please complete the following prompts
    Enter the location to store configuration data:d:\apexlistnerconf
    Dec 27, 2012 3:34:47 PM oracle.dbtools.common.config.cmds.ConfigDir execute
    INFO: Set config.dir to d:\apexlistnerconf in: D:\software\apex_listener\apex.war
    Dec 27, 2012 3:34:49 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Enter the name of the database server [localhost]:
    Enter the database listen port [1521]:
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:2
    Enter the database SID [xe]:
    Enter the database user name [APEX_PUBLIC_USER]:
    Enter the database password for APEX_PUBLIC_USER:
    Password must not be empty
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:3
    Dec 27, 2012 3:37:03 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: defaults, apex
    Enter 1 if you wish to start in standalone mode or 2 to exit [1]:
    Enter the APEX static resources location or Enter to skip:D:\software\apex42en\apex\images
    Enter the HTTP port [8080]:
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It isnot supported for use in production environments.
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in:  d:\apexlistnerconf\apex
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 3:41:18 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Default Database connection not configured properly
    Dec 27, 2012 3:41:20 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 12/27/12 3:41 PM
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.SelectorHandlerRunner handleSelectException
    SEVERE: doSelect IOException
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.http.SelectorThread$3 onException
    SEVERE: Exception during starting the controller
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Dec 27, 2012 3:41:20 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.It simply hangs at the last line and I couldn't make any further progress.
    Can you please help to find out what went wrong?
    Thanks in advance.
    Regards,
    Natarajan

    Thank you Probodh for your quick help. I set the port 8080 to apex listener and it does not give that error now.
    However, it still says "Default Database Connection not configured properly"
    I gave the SID name as xe which is the default one, and that is the correct SID for my DB also.
    Any possible mistakes in there?
    D:\software\apex_listener>java -jar apex.war
    Dec 27, 2012 7:29:45 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It is
    not supported for use in production environments.
    Dec 27, 2012 7:29:45 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in:  d:\apexlistnerconf\apex
    Dec 27, 2012 7:29:45 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xm
    l
    Dec 27, 2012 7:29:46 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 7:29:46 PM oracle.dbtools.common.config.file.ConfigurationFolder lo
    gConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Default Database connection not configured properly
    Dec 27, 2012 7:29:48 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Dec 27, 2012 7:29:48 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 12/27/12 7:29 PM
    Dec 27, 2012 7:29:48 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.Regards,
    Natarajan

  • Apex Listener started successfully however nothing show on the web browser

    Apex Listener started successfully, when try to visit APEX (http://localhost:8080), nothing showing on the local web browser. See following output message during the startup of APEX Listener. Thank for your help.
    Kevin
    D:\app\administrator\apex_listener.2.0.0.354.17.05>java -jar apex.war
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in: D:\app\administrator\apex_listener.2.0.0.354.17.05\apex
    Feb 16, 2013 2:17:23 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = D:\app\administrator\apex_listener.2.0.0.354.17.05\apex\apex\WEB-INF\web.xml
    Feb 16, 2013 2:17:24 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = D:\app\administrator\apex_listener.2.0.0.354.17.05\apex\apex\WEB-INF\web.xml
    Feb 16, 2013 2:17:24 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\app\administrator\apex_listener.2.0.0.354.17.05\apex
    Configuration properties for: apex
    cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=dpuwomd-cluster
    db.password=******
    db.port=1521
    db.servicename=dpuwomor.clevelandwpc.com
    debug.debugger=true
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=false
    log.maxEntries=50
    misc.compress=
    misc.defaultPage=apex
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.username=APEX_PUBLIC_USER
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
    Feb 16, 2013 2:17:26 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Feb 16, 2013 2:17:26 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 2/16/13 2:17 PM
    Feb 16, 2013 2:17:26 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.

    Hi Kevin,
    this looks like a common issue: You've probably not configured the static contents for APEX ("images") properly. Please make sure you've set the parameter to point to a path that contains the contents of the "images" directory of the APEX installation package that fits to the APEX version of the instance your APEX Listener is supposed to host.
    -Udo

  • APEX LISTENER Install troubleshooting

    Hi, I need help.. :-)
    Default Database connection not configured properly
    What I have done:
         ALTER USER APEX_LISTENER ACCOUNT UNLOCK;
         ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
         ALTER USER APEX_REST_PUBLIC_USER ACCOUNT UNLOCK;
         connect APEX_LISTENER/mypasswd1
         connect APEX_PUBLIC_USER/mypasswd2
         connect APEX_REST_PUBLIC_USER/mypasswd1
    Check default.xml
    password: replaced encrypted one with clear text one for APEX_PUBLIC_USER to ensure it is correct
    even tried APEX_LISTENER password just incase
    Is there a simple JDBC test to see if it connects? it is APEX_PUBLIC_USER who is connecting isn't it?
    ======================================================================
    java -jar apex.war
    Feb 22, 2013 12:44:40 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.
    Feb 22, 2013 12:44:40 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in: /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex
    Feb 22, 2013 12:44:41 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex/apex/WEB-INF/web.xml
    Feb 22, 2013 12:44:41 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex/apex/WEB-INF/web.xml
    Feb 22, 2013 12:44:41 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex
    Default Database connection not configured properly
    Feb 22, 2013 12:44:42 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Feb 22, 2013 12:44:42 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 2/22/13 12:44 PM
    Feb 22, 2013 12:44:42 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8888/apex started.

    That could be a problem.
    I was answering the question:
    BillC wrote:
    Is there a simple JDBC test to see if it connects? it is APEX_PUBLIC_USER who is connecting isn't it?Yes - APEX_PUBLIC_USER is the connecting user.
    You can use SQLPLUS to make sure you have the correct password.
    After that, it is the SERVER, PORT, SID/SERVICE in the APEX listener you need to confirm.
    You can TNSPING to confirm you have the correct selections for those.
    You can always re-run the java -jar apex.war setup command to all of the basic settings.
    The reason I mention that is because if you modify the settings manually - we need to ask "which file?" because there is the default and the database specific one too.
    Try making a request to the service in standalone mode and you should get a terminal output (the window stays open) with a more detailed error. I would guess there will be an ORA-12514, TNS listener does not currently know of service requested in descriptor or something similar that will give you the "debug" information you are looking for.
    Regards,
    --Tim St.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • APEX Listener with APEX 3.0 on 11gR2

    Yes, I am crazy.
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.
    The APEX listener appears to be more than just a Java PL/SQL gateway.
    Is there a minimum version of APEX the APEX Listener supports?
    Interested in pointers!
    Rob

    Hi Rob,
    Yes, I am crazy.Why would that be? ;)
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.APEX 3.0 is supprted by EPG. See the [url http://docs.oracle.com/cd/B32472_01/doc/install.300/b32468/post_inst.htm#CHDBEJDA]APEX 3.0 Installation Guide for details.
    APEX Listener is capable of hosting APEX 3.0 as well, though APEX 3.0 wasn't supported anymore when APEX Listener was initially released. The current APEX release at that time was 4.0, so this would be the first version to be known as really stable, whereas you won't get any support for older releases anymore. From personal experience I know that there are now issues with APEX 3.1 and APEX Listener, so it'll probably also work with 3.0.
    Concerning your database release, the minimum for APEX Listener is 10.2.0.3, so you're definetly safe on that part, though I'd recommend to upgrade as regular support for 10.2 databases ended.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.This indicates that your APEX would actually be a 3.1 and you should update you images directory.
    The APEX listener appears to be more than just a Java PL/SQL gateway.It is, but this has nothing to do with your 3.1 JS files, if this is why you stated this.
    Is there a minimum version of APEX the APEX Listener supports?As mentioned above, 4.0 would be a safe approach, but 3.1 will definetly work, 3.0 probably will as well. I'd recommend you find out which APEX version is actually installed on your database before you consider any upgrade operations. Run the following query as privileged user:
    SELECT comp_name, version, status
      FROM dba_registry
    WHERE comp_id = 'APEX';-Udo

  • APEX listener - empty page ??

    Hi,
    I have installed tomcat / APEX listener on Oracle Enterprise Linux 5 (with 11gR2 database)
    The configuration seems to be done ... but the page: http://oel52server:8080/apex/apex give me an empty page ?
    do you know what's wrong ?
    Cyryl

    Thanks for the answers.
    I have a similar problem-- but I believe it may not be because of JDK ver. (becaue I already use ver. 6.0).
    Although I am able to see the Apex login page. http://localhost:8888/apex/, but no images are displayed. Moreover it asks for Workspace, Username, Password which I am unaware of (it did not ask for any such information while installing apex). It looks like none of the buttons/links are active. Did I do anything wrong while installing apex?
    This is how I installed Apex.
    1. Downloaded and installed tomcat application server and Apex Listener as per the instructions given in the link:
    http://www.oracle.com/technology/products/database/application_express/html/apex_listener_install_web.html
    (section B. Installing with Apache Tomcat in the installation )
    2. The images are copied to the following location (as given in the instruction):
    C:\apache-tomcat-6.0.24\webapps\ROOT\images
    3. Started both oracle db server and tomcat app. server
    4. Opened the page http://localhost:8888/apex/Config
    at this point I get the login page with no images and inactive links/buttons.
    Appreciate any help.
    Thank you,
    Pravy

  • Apex listener 503 - Service Unavailable

    Hi,
    I installed APEX LIstener 2.0.5.
    This ist my file defaults.XML:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment>Saved on Thu Jan 02 13:26:45 CET 2014</comment>
    <entry key="db.password">!apex_public_user</entry>
    <entry key="debug.printDebugToScreen">false</entry>
    <entry key="security.disableDefaultExclusionList">false</entry>
    <entry key="cache.maxEntries">500</entry>
    <entry key="error.maxEntries">50</entry>
    <entry key="security.maxEntries">2000</entry>
    <entry key="cache.directory">/tmp/apex/cache</entry>
    <entry key="jdbc.DriverType">thin</entry>
    <entry key="log.maxEntries">50</entry>
    <entry key="db.hostname">localhost</entry>
    <entry key="jdbc.MaxConnectionReuseCount">1000</entry>
    <entry key="log.logging">false</entry>
    <entry key="jdbc.InitialLimit">3</entry>
    <entry key="jdbc.MaxLimit">10</entry>
    <entry key="cache.monitorInterval">60</entry>
    <entry key="cache.expiration">7</entry>
    <entry key="jdbc.statementTimeout">900</entry>
    <entry key="jdbc.MaxStatementsLimit">10</entry>
    <entry key="db.sid">ORPC3</entry>
    <entry key="misc.defaultPage">apex</entry>
    <entry key="misc.compress"/>
    <entry key="jdbc.MinLimit">1</entry>
    <entry key="cache.type">lru</entry>
    <entry key="cache.caching">false</entry>
    <entry key="db.port">1521</entry>
    <entry key="error.keepErrorMessages">true</entry>
    <entry key="cache.procedureNameList"/>
    <entry key="cache.duration">days</entry>
    <entry key="jdbc.InactivityTimeout">1800</entry>
    <entry key="debug.debugger">false</entry>
    </properties>
    I startet the listener with java -jar apex.war
    When I startet with http://localhost:8080/apex/f?p=4550:1:2983093393191825
    I got ORACLE APPLICATION EXPRESS LISTENER 503 - Service Unavailable
    Please help  me!
    Regards
    Siegwin

    Hi Jari,
    when I start  APEX Listener there are the answers:
    C:\>java -jar C:\app\Administrator\product\11.2.0\dbhome_2\apex_listener_2_0_5\a
    pex.war
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
    INFO: HINWEIS:
    Der Standalone-Modus ist zur Verwendung in Entwicklungs- und Testumgebungen entw
    ickelt worden. Er wird bei Verwendung in Produktionsumgebungen nicht unterst³tzt
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
    INFO: Standalone-Webcontainer in C:\app\Administrator\product\11.2.0\dbhome_2\ap
    ex_listener_2_0_5\config\apex wird gestartet
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Deployer deploy
    INFO: Anwendung wird bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\
    dbhome_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
    Jan 04, 2014 9:04:07 AM oracle.dbtools.standalone.Deployer deploy
    INFO: Anwendung bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\dbhom
    e_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
    Jan 04, 2014 9:04:12 AM oracle.dbtools.common.config.file.ConfigurationFolder lo
    gConfigFolder
    INFO: Using configuration folder: C:\app\Administrator\product\11.2.0\dbhome_2\a
    pex_listener_2_0_5\config\apex
    Default Database connection not configured properly
    Jan 04, 2014 9:04:13 AM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.5.287.04.27
    Application Express Listener server info: Grizzly/1.9.49
    Jan 04, 2014 9:04:13 AM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 04.01.14 09:04
    Jan 04, 2014 9:04:13 AM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex gestartet.
    Jan 04, 2014 9:05:05 AM oracle.dbtools.rt.web.HttpEndpointBase modApex
    SEVERE: The pool named: apex is not correctly configured, error: ORA-01017: inva
    lid username/password; logon denied
    oracle.dbtools.common.jdbc.ConnectionPoolException: The pool named: apex is not
    correctly configured, error: ORA-01017: invalid username/password; logon denied
            at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(C
    onnectionPoolException.java:65)
            at oracle.dbtools.common.config.db.DatabaseConfig.badConfiguration(Datab
    aseConfig.java:207)
            at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
    .java:346)
            at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
    .java:326)
            at oracle.dbtools.common.config.db.DatabaseConfig.access$200(DatabaseCon
    fig.java:42)
            at oracle.dbtools.common.config.db.DatabaseConfig$DatabaseFactory.apply(
    DatabaseConfig.java:380)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
    nnectionFactory.apply(PerThreadConnectionCache.java:233)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
    nnectionFactory.apply(PerThreadConnectionCache.java:217)
            at oracle.dbtools.common.util.PerThreadCache.get(PerThreadCache.java:60)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache.get(PerThrea
    dConnectionCache.java:49)
            at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(Database
    Config.java:78)
            at oracle.dbtools.common.jdbc.ora.OraPrincipal.connection(OraPrincipal.j
    ava:69)
            at oracle.dbtools.apex.ModApexContext.getConnection(ModApexContext.java:
    372)
            at oracle.dbtools.apex.Procedure.getProcedure(Procedure.java:167)
            at oracle.dbtools.apex.OWA.validateProcedure(OWA.java:386)
            at oracle.dbtools.apex.security.Security.isValidRequest(Security.java:22
    0)
            at oracle.dbtools.apex.ModApex.validateRequest(ModApex.java:264)
            at oracle.dbtools.apex.ModApex.doGet(ModApex.java:93)
            at oracle.dbtools.apex.ModApex.service(ModApex.java:300)
            at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:
    350)
            at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
    132)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.doFilter(
    ServletAdapter.java:1059)
            at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.invokeFil
    terChain(ServletAdapter.java:999)
            at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
    java:434)
            at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServle
    tAdapter.java:91)
            at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
    va:379)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
    :179)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
    Chain.java:196)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
    :179)
            at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:8
    49)
            at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
            at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
            at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
    ter.java:228)
            at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
    tocolChain.java:137)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:104)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:90)
            at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
    :79)
            at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
    ask.java:54)
            at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
    java:59)
            at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
    ool.java:532)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
    .java:513)
            at java.lang.Thread.run(Unknown Source)
    Please help me

  • APEX Listener for Extranet

    Hi,
    We've been using Oracle HTTP Server (Apache) for my APEX connections. We're new to APEX Listener and have no knowledge about it.
    1. First of all, is Oracle GlassFish Server free? Does it require license cost per CPU like Oracle Weblogic does?
    2. We currently have an extranet box that runs Oracle HTTP (actually Oracle HTTP inside Oracle AS 9i). If we need to use APEX Listener, should we install the J2EE Container (Oracle GlassFish) with APEX Listener inside our "Intranet" and only the Oracle HTTP Server in our extranet server? I'm confused about the appropriate method for "extranet" environment.
    Thanks.
    Andy

    Hi Andy,
    1. First of all, is Oracle GlassFish Server free? Does it require license cost per CPU like Oracle Weblogic does?As Prabodh already mentioned, there exist two different editions of GlassFish by now: The officially supported Oracle GlassFish Server (with license costs) and GlassFish Server Open Source Edition (free). While you can run APEX Listener on both of these JEE Containers, you will not get any support through MOS when using the latter one.
    2. We currently have an extranet box that runs Oracle HTTP (actually Oracle HTTP inside Oracle AS 9i). If we need to use APEX Listener, should we install the J2EE Container (Oracle GlassFish) with APEX Listener inside our "Intranet" and only the Oracle HTTP Server in our extranet server? I'm confused about the appropriate method for "extranet" environment.I'm not sure if this has become clear yet: You don't actually need OHS for APEX if you start using APEX Listener. You can deploy APEX Listener to a GlassFish on your extranet server. It'll connect to the database listener of your APEX instance using JDBC like OHS/mod_plsql did before.
    Of course, you could think about adding a security layer to your database by hiding it's listening endpoint from your extranet. To do that, you could deploy APEX Listener in your internal network and let OHS (or a "plain" Apache HTTPD) on your extranet box act as a proxy. That way, you'll have only HTTP or AJP traffic through your firewall (or whatever is in between your internal network and your extranet), but you could close your database port. In that case, it also could be a good idea to let the proxy serve the static contents for APEX ("images") on your extranet box for less traffic on the link between internal network and extranet and especially for better response times towards extranet clients. Of course, if you have internal users for that instance as well, you'll want to deploy the images to the GlassFish as well...
    -Udo

  • APEX Listener and EPG - strange behaviour

    Hi
    For some years, I've used EPG for APEX but have struggled with performance particularly as I can have up to 150 student developers using at any one time.
    I do a fair amount of work using ORDImage and have successfully developed APEX applications to upload image files and display full-size and thumbnail images.
    After upgrading to APEX 4.1 (from 4.0), I decided to install APEX Listener standalone.
    Before I did so I checked that my applications still worked in 4.1 and they did.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.
    Configuring APEX Listener and running the same application through that DOES display the images.
    So this part of the application works under APEX Listener but not under EPG.
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank page with a wwv_flow.accept URL although the image does indeed upload. Under EPG it works as expected and I get a success confirmation.
    So this part of the application works under EPG but not under APEX Listener.
    Has anyone else come across different behaviour depending on the mode of connection?
    Thanks
    Brian
    [Oracle EE 11gR2, Windows Server 2008R2, APEX 4.1, APEX Listener 1.1.3]

    Hi Brian,
    it sounds like you have both EPG and APEX Listener running on the same machine, so your problem might result from a port conflict. Note that both services use TCP port 8080 as default.
    At least a port conflict would explain the strange behaviour in your case, some things working on one web server and some on the other.
    Some parts of your initial post hint to that direction, e.g.
    However, just installing APEX Listener but not configuring it (yet) has meant that my image display in a report using a procedure based on >wpg_docload.download_file( l_ordimage_image.source.localData ) no longer works in EPG - the images are not displayed.... because the APEX Listener only interfere with the EPG if it is at least running on the same machine as your database and furthermore, if it is unconfigured in terms of ist database connection, a port conflict might be the only way it could cause anything like that.
    However, if you are sure that's not the issue, please check if you see any error in the APEX Listener's log for the following action you performed:
    My application also allows users to upload images from APEX_APPLICATION_FILES using standard code. Under APEX Listener after uploading, I'm left with a blank >page with a wwv_flow.accept URL although the image does indeed uploadIf you actually see just a blank screen, something very bad must have happened and you should see some kind of stack trace there.
    For further investigations, if necessary, it would be helpful to know how you deployed or started your APEX Listener and which JDK version you use.
    For the moment, I still think the port conflict is my best guess.
    You could avoid it by either changing the port for EPG (I'd not recommend that if you have other users still using it) or by changing the port for your APEX Listener.
    -Udo

  • APEX Listener 1.1.4 install issue with listener configuration

    Oracle XE 11gR2
    APEX 4.1.1
    APEX Listener 1.1.4
    Glassfish 3.0.1
    =============
    Installing APEX Listener 1.1.4 to replace APEX Listener 1.0.2. Deployed apex.war file but now:
    (1) http://10.10.1.111:8080/apex/listenerConfigure web page comes up but with no frames/windows rendered, as if it can not find images. Still I can enter data into fields. Wonder why the graphics/images are missing when page is rendered.
    (2) after entering Listener connection information for user APEX_PUBLIC_USER, I get "Permission denied". I can connect via SQL Developer to APEX_PUBLIC_USER with same credentials. I was able to connect before with previous APEX Listener.
    Any ideas?

    Hi,
    (1) http://10.10.1.111:8080/apex/listenerConfigure web page comes up but with no frames/windows rendered, as if it can not find images.
    You either have to clean your browser cache or your browser is too old/not capable of rendering the css of APEX Listener correctly.
    (2) after entering Listener connection information for user APEX_PUBLIC_USER, I get "Permission denied". "Permission denied" doesn't sound an issue with your database configuration. Do you have anything in your APEX Listeners log (probably within your GFs server.log) for that issue?
    But perhaps the error disappears as soon as you also get a proper configuration page.
    -Udo

  • Apex 3.1.2 on Apex Listener 1.0.2:  Totally Non-functional

    I have ran into a huge speed bump that I have no idea how to correct. I have tried deleting my Weblogic server, deleting the apex containers, reinstalling the apex containers, upgrading the listener to the EA release and nothing works. When I try to login to my APEX instance, I am unable to even reach the developer tools. It accepts the login information, seems to validate it, then nicely drops you right back at the main APEX login screen with no errors at all. I know it is validating the login information because it will catch you on a bad password. I have tried going directly to applicaitons on the server and receive an error any time I try to login to any of my apps of "ERR-7621 Could not determine workspace for application (:) on application accept.". The funny thing was that my apex listener worked when it was first installed. I know the apex instance is not to blame as we have it running through OAS10g right now as well as through WLS11g running the apex listener. The errors are only present on the WLS server running the listener. I followed the install guide to the letter and have worked for almost 8 hours trying to resolve the problem with no luck. Anyone have any recommendations on places to look?

    I did go back today and pull an http headers off the browser using Live Http Headers. Here are those results:
    http://weblogic.somewhere.com/apex/wwv_flow.accept
    POST /apex/wwv_flow.accept HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:442179476726990
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 272
    p_flow_id=4550&p_flow_step_id=1&p_instance=442179476726990&p_page_submission_id=1477581136138901&p_request=LOGIN_BUTTON&p_arg_names=30250621039456935&p_t01=employment&p_arg_names=30251012844458645&p_t02=dapullia&p_arg_names=30251520608467092&p_t03=033083dp&p_md5_checksum=
    HTTP/1.1 302 Moved Temporarily
    Date: Mon, 13 Dec 2010 14:03:15 GMT
    Transfer-Encoding: chunked
    Location: http://weblogic.somewhere.com/apex/f?p=4500:1000:1060718122175350
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Type: text/html; charset=UTF-8
    X-ORACLE-IGNORE: IGNORE, IGNORE, IGNORE, IGNORE
    Set-Cookie: ORA_WWV_REMEMBER_UN=DAPULLIA:employment; expires=Sat, 11-Jun-2011 17:03:17 GMT; path=/apex; secure
    Set-Cookie: ORA_WWV_USER=3E52D0B00BE9C870; path=/apex; secure
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/apex/f?p=4500:1000:1060718122175350
    GET /apex/f?p=4500:1000:1060718122175350 HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:442179476726990
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 302 Moved Temporarily
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Transfer-Encoding: chunked
    Location: http://weblogic.somewhere.com/apex/f?p=4500:1000:3276828940008452
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    X-ORACLE-IGNORE: IGNORE, IGNORE, IGNORE, IGNORE
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/apex/f?p=4500:1000:3276828940008452
    GET /apex/f?p=4500:1000:3276828940008452 HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:442179476726990
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 302 Moved Temporarily
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Transfer-Encoding: chunked
    Location: http://weblogic.somewhere.com/apex/f?p=4550:1:3276828940008452::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    X-ORACLE-IGNORE: IGNORE, IGNORE, IGNORE, IGNORE
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/apex/f?p=4550:1:3276828940008452::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    GET /apex/f?p=4550:1:3276828940008452::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\ HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:442179476726990
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 302 Moved Temporarily
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Transfer-Encoding: chunked
    Location: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    X-ORACLE-IGNORE: IGNORE, IGNORE, IGNORE, IGNORE
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    GET /apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\ HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:442179476726990
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Transfer-Encoding: chunked
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Type: text/html; charset=UTF-8
    X-ORACLE-IGNORE: IGNORE, IGNORE, IGNORE, IGNORE
    X-DB-Content-length: 7152
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/javascript/apex_ns_3_1.js
    GET /i/javascript/apex_ns_3_1.js HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: */*
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 34536
    Last-Modified: Mon, 01 Mar 2010 21:35:34 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/javascript/apex_3_1.js
    GET /i/javascript/apex_3_1.js HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: */*
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 40051
    Last-Modified: Mon, 01 Mar 2010 21:35:36 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/javascript/apex_builder.js
    GET /i/javascript/apex_builder.js HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: */*
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 5050
    Last-Modified: Mon, 01 Mar 2010 21:35:34 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/javascript/apex_get_3_1.js
    GET /i/javascript/apex_get_3_1.js HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: */*
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 7591
    Last-Modified: Mon, 01 Mar 2010 21:35:34 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/css/apex_3_1.css
    GET /i/css/apex_3_1.css HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/css,*/*;q=0.1
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 17774
    Content-Type: text/css
    Last-Modified: Mon, 01 Mar 2010 21:35:56 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/css/apex_builder_3_1.css
    GET /i/css/apex_builder_3_1.css HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: text/css,*/*;q=0.1
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 43823
    Content-Type: text/css
    Last-Modified: Mon, 01 Mar 2010 21:35:56 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/htmldb/apex_logo.gif
    GET /i/htmldb/apex_logo.gif HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:17 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 3263
    Content-Type: image/gif
    Last-Modified: Mon, 01 Mar 2010 21:35:56 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/1px_trans.gif
    GET /i/1px_trans.gif HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:18 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 43
    Content-Type: image/gif
    Last-Modified: Mon, 01 Mar 2010 21:35:36 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/htmldb/builder/topnav2.gif
    GET /i/htmldb/builder/topnav2.gif HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/i/css/apex_builder_3_1.css
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:18 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 91
    Content-Type: image/gif
    Last-Modified: Mon, 01 Mar 2010 21:35:50 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/htmldb/builder/left_curve.gif
    GET /i/htmldb/builder/left_curve.gif HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:18 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 188
    Content-Type: image/gif
    Last-Modified: Mon, 01 Mar 2010 21:35:54 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    http://weblogic.somewhere.com/i/htmldb/builder/right_curve.gif
    GET /i/htmldb/builder/right_curve.gif HTTP/1.1
    Host: weblogic.somewhere.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)
    Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://weblogic.somewhere.com/apex/f?p=4550:1:2060954701356902::::FSP_AFTER_LOGIN_URL:\f?p=4500|1000|3276828940008452\
    Cookie: __utmz=41442213.1291917490.286.30.utmcsr=www|utmccn=(referral)|utmcmd=referral|utmcct=/it/eis/systems/workgroups/WorkgroupServicesStaff.shtml; __utma=41442213.397456448.1279572798.1291932464.1291934557.288; oracle.uix=0^^GMT-5:00^p
    HTTP/1.1 200 OK
    Date: Mon, 13 Dec 2010 14:03:18 GMT
    Accept-Ranges: bytes
    Server: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Oracle WebLogic Server Module Dependencies 10.3 Tue Mar 2 15:22:37 PST 2010
    Content-Length: 190
    Content-Type: image/gif
    Last-Modified: Mon, 01 Mar 2010 21:35:54 GMT
    X-Powered-By: Servlet/2.5 JSP/2.1
    ----------------------------------------------------------I also checked the Javascript side by running the webpage directly on the Solaris server. It is a development box so there is no security setup. I received the same results.
    Edited by: David Pulliam on Dec 13, 2010 9:48 AM

Maybe you are looking for