Deployment consistency: App vs Web!

Hey guys,.

I just need to know what is the best way to use the consistency? If he used app server-side? or the web server layer? I need to know how the performance would be better?

Thanks in advance
Yogendra

Hi Yogendra

Consistency can have uses in the web layer so the layer app server. It depends entirely on what you want to cache. For example, the consistency has good integration with various web servers to cache session state but you can use it to cache all types of data at the web application level. Consistency is also used in the layer of application server for caching application data - as your domain classes that you would normally get from a database.

As I say, it is entirely in charge of the case and what you think you want to use the cache and for you to use in your application.

JK

Tags: Fusion Middleware

Similar Questions

  • DEPLOY THE APP WAR

    Hi people, I know that this must be the n + 1 times this issue is posted here, I have read all the post before and follow their instructions to have a Tomcat 6, working with a very simple adf components. the error I get is that Tomcat cannot deploy this App, that it is the tomcat configuration:

    inside the lib dir:
    1116 adf-controller - api .jar
    ADF - controller.jar 132
    500 adf-controller-rt-.jar
    4 adf-controller - security.jar
    ADF-faces-databinding - rt.jar 668
    32 adflibfilter.jar
    8 adflogginghandler.jar
    7576 adfm.jar
    44 adfmweb.jar
    16 adf-pageflow - dtrt.jar
    adf 216-pageflow - fwk.jar
    340 adf-pageflow - impl.jar
    ADF-pageflow - rc.jar 44
    1568 adf-richclient-api - 11.jar
    7320 adf-richclient-impl - 11.jar
    316 adf-share - base.jar
    648 adf-share - ca.jar
    3004-adfsharembean.jar
    16 adf-part - security.jar
    268 adf-share - support.jar
    16 annotations - api .jar
    1944 cache.jar
    Catalina - ant.jar 56
    Catalina - ha.jar 128
    1160 catalina.jar
    232 catalina - tribes.jar
    112 Commons - el.jar
    56 db - ca.jar
    1544 dms.jar
    492 dvt - databindings.jar
    DVT - facesbindings.jar 128
    3420 dvt - faces.jar
    6368 dvt - jclient.jar
    1244 dvt - trinidad.jar
    1268 dvt - utils.jar
    32 el - api .jar
    fmw_audit.jar 608
    808 glassfish.jsf_1.2.9.0.jar
    368 glassfish.jstl_1.2.0.1.jar
    344 identitystore.jar
    368 inspect4.jar
    Jasper - el.jar 108
    Jasper.jar 516
    1376 jasper - jdt.jar
    2512 javatools - nodeps.jar
    64 javax.activation_1.1.0.0_1 - 1.jar
    352 javax.jsf_1.2.0.1.jar
    16 javax.management.j2ee_1.0.jar
    12 javax.transaction_1.0.0.0_1 - 1.jar
    3004-jewt4.jar
    364 jmxframework.jar
    jmxspi.jar 612
    JPs - api .jar 444
    JPs-.jar 648
    JPs - ee.jar 24
    1644 jps - internal .jar
    112 jps - not supported - api .jar
    JRF 72 - api .jar
    332 jsf - api .jar
    776 jsf - ri .jar
    JSP - api .jar 76
    24 jstl.jar
    5488 mdsrt.jar
    2476 ojdbc6dms.jar
    1948 ojdbc6.jar
    Oracle - el.jar 4
    216 oraclepki.jar
    org.Apache.Commons.beanutils_1.6.jar 168
    144 org.apache.commons.digester_1.8.jar
    org.Apache.Commons.logging_1.0.4.jar 40
    osdt_cert.jar 168
    256 osdt_core.jar
    servlet - api .jar 88
    56 share.jar
    388 standard.jar
    744 tomcat - coyote.jar
    228 tomcat - dbcp.jar
    Tomcat i18n - are .jar 72
    52 tomcat-i18n-fr
    Tomcat i18n - ja.jar 56
    0 tree.txt
    1224 Trinity - api .jar
    4220 Trinity - impl.jar
    1244 wls - api .jar
    4 wls.jsf.di.jar
    1196 xercesImpl.jar
    752 xmlef.jar
    1412 xmlparserv2.jar

    I deploy the application directly from jDeveloper the same way shay did in a video tutorial I found. Looks like everything is going very well:
    [14: 47:09]-deployment began. ----
    [14: 47:09] the target platform's (Tomcat 6.x).
    [14: 47:09] analysis of the dependence running...
    [14: 47:09] building...
    [14: 47:16] deployment of profile...
    [14: 47:17] wrote the Web application Module for /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.war
    [14:47:18] wrote the Module Enterprise Application to /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.ear
    [14:47:18] copied from /home/isanchez/jdeveloper/MyGecu/View/deploy/GeCUweb.war to/usr/share/Tomcat6a/webapps
    [14:47:18] time to deployment: 9 seconds
    [14:47:18]-deployment is complete. ----

    the application is very simple. It shows only a page login.jsp with components of the adf, and it would be really nice that this application should work like that. I finished a detailed using ADF with jDeveloper application, and I only need this last step.

    This is how the application is configured by the developer:

    WEB - INF / web.xml:
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < web - app xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd".
    version = "2.5" xmlns = "http://java.sun.com/xml/ns/javaee" >
    < context-param >
    javax.faces.STATE_SAVING_METHOD < param-name > < / param-name >
    customer of < param-value > < / param-value >
    < / context-param >
    < context-param >
    < description > if this parameter is set to true, there will be an automatic check of the date of the change of your JSP pages and saved state will be scrapped when JSP change. It will also automatically check if your css skinning files have changed without requiring you to restart the server. This facilitates the development, but adds above. For this reason, this parameter must be set to false when your application is deployed. < / description >
    org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION < param-name > < / param-name >
    < param-value > false < / param-value >
    < / context-param >
    < context-param >
    < description > if the comment "generated by...» "down in pages ADF Faces HTML should contain version number information. < / description >
    oracle.adf.view.rich.versionString.HIDDEN < param-name > < / param-name >
    < param-value > false < / param-value >
    < / context-param >
    < filter >
    < filter-name > JpsFilter < / filter-name >
    > class filter < oracle.security.jps.ee.http.JpsFilter < / class filter >
    < init-param >
    enable.anonymous < param-name > < / param-name >
    < param-value > true < / param-value >
    < / init-param >
    < / filter >
    < filter >
    < name of filter > Trinidad < / filter-name >
    > class filter < org.apache.myfaces.trinidad.webapp.TrinidadFilter < / class filter >
    < / filter >
    < filter mapping >
    < filter-name > JpsFilter < / filter-name >
    < name servlet - > Faces Servlet < / servlet-name >
    < distributor > BEFORE < / dispatcher >
    < distributor > APPLICATION < / dispatcher >
    < distributor > INCLUDE < / dispatcher >
    < / filter-mapping >
    < filter mapping >
    < name of filter > Trinidad < / filter-name >
    < name servlet - > Faces Servlet < / servlet-name >
    < distributor > BEFORE < / dispatcher >
    < distributor > APPLICATION < / dispatcher >
    < / filter-mapping >
    < servlet >
    < name servlet - > Faces Servlet < / servlet-name >
    > the servlet class < javax.faces.webapp.FacesServlet < / servlet-class >
    < load-on-startup > 1 < / load-on-startup >
    < / servlet >
    < servlet >
    resources < name of the servlet > - < / servlet-name >
    > the servlet class < org.apache.myfaces.trinidad.webapp.ResourceServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > BIGRAPHSERVLET < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > BIGAUGESERVLET < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.gauge.GaugeServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > MapProxyServlet < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.geoMap.servlet.MapProxyServlet < / servlet-class >
    < / servlet >
    < servlet >
    < name servlet - > GatewayServlet < / servlet-name >
    > the servlet class < oracle.adfinternal.view.faces.bi.renderkit.graph.FlashBridgeServlet < / servlet-class >
    < / servlet >
    < servlet-mapping >
    < name servlet - > Faces Servlet < / servlet-name >
    < url-pattern > /visages / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    resources < name of the servlet > - < / servlet-name >
    < url-pattern > /adf / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    resources < name of the servlet > - < / servlet-name >
    < url-pattern > /afr / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > BIGRAPHSERVLET < / servlet-name >
    < url-pattern >/servlet/GraphServlet / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > BIGAUGESERVLET < / servlet-name >
    < url-pattern >/servlet/GaugeServlet / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > MapProxyServlet < / servlet-name >
    < url-pattern > /mapproxy / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    resources < name of the servlet > - < / servlet-name >
    < url-pattern > /bi / * < / url-pattern >
    < / servlet-mapping >
    < servlet-mapping >
    < name servlet - > GatewayServlet < / servlet-name >
    < url-pattern > /flashbridge / * < / url-pattern >
    < / servlet-mapping >
    < / web - app >

    WEB-INF/trinidad - config.xml:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < trinidad-config xmlns = "http://myfaces.apache.org/trinidad/config" >

    < skin-family > fusion < / skin-family >

    < / Trinity-config >

    and WEB-INF/faces - config.xml:
    <? XML version = "1.0" encoding = "UTF-8"? >
    < faces-config version = "1.2" xmlns = "http://java.sun.com/xml/ns/javaee" >
    < application >
    Oracle.ADF.rich < default rendering-kit-id > < / default rendering-kit-id >
    <>regional-config settings
    are < locale by default - > < / default locale >
    <>- local ownership are < / supported regional settings >
    < / regional-config settings >
    < / application >

    < managed-bean >
    SelectedApp < managed-bean-name > < / managed-bean-name >
    gecu.view.SelectedApp < managed-bean-class > < / managed-bean-class >
    session of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    DatabaseQueryBean < managed-bean-name > < / managed-bean-name >
    gecu.view.DatabaseQueryBean < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    ClavesQueryBean < managed-bean-name > < / managed-bean-name >
    gecu.view.ClavesQueryBean < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    LoginBean < managed-bean-name > < / managed-bean-name >
    gecu.view.LoginBean < managed-bean-class > < / managed-bean-class >
    session of < managed-bean-scope > < / managed-bean-scope >
    < managed property >
    user < property-name > < / property-name >
    java.lang.String < class property > < / class property >
    < value > < / value >
    < / the managed property >
    < managed property >
    password property-< name > < / property-name >
    java.lang.String < class property > < / class property >
    < value > < / value >
    < / the managed property >
    < / managed-bean >
    < navigation-rule >
    login.jsp < of view - id > < /-view-id >
    <>navigation-case
    failure of < from outcome > < / de-results >
    login.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/select.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    Logout < from outcome > < / de-results >
    logout.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /core/main.jsp < of view - id > < /-view-id >
    <>navigation-case
    < from outcome > fact < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    Logout < from outcome > < / de-results >
    logout.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    < from outcome > select < / de-results >
    /core/select.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    filter with < from outcome > < / de-results >
    /util/filters.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    export of < from outcome > < / de-results >
    /util/exports.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    <>navigation-case
    Calc < from outcome > < / de-results >
    /util/calcs.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /core/select.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /util/filters.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /util/exports.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    /util/calcs.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    /core/main.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < navigation-rule >
    index.jsp < of view - id > < /-view-id >
    <>navigation-case
    success of < from outcome > < / de-results >
    login.jsp < to view - id > < / to-view-id >
    < / navigation-case >
    < / navigation-rule >
    < managed-bean >
    ControlSession < managed-bean-name > < / managed-bean-name >
    gecu.model.ControlSession < managed-bean-class > < / managed-bean-class >
    session of < managed-bean-scope > < / managed-bean-scope >
    < / managed-bean >
    < managed-bean >
    backing_util_calcs < managed-bean-name > < / managed-bean-name >
    gecu.view.Calcs < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    <!--oracle-jdev-comment:managed-bean-jsp-link:1util/calcs.jsp-->
    < / managed-bean >
    < managed-bean >
    backing_util_exports < managed-bean-name > < / managed-bean-name >
    gecu.view.Exports < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    <!--oracle-jdev-comment:managed-bean-jsp-link:1util/exports.jsp-->
    < / managed-bean >
    < managed-bean >
    backing_util_filters < managed-bean-name > < / managed-bean-name >
    gecu.view.Filters < managed-bean-class > < / managed-bean-class >
    application of < managed-bean-scope > < / managed-bean-scope >
    <!--oracle-jdev-comment:managed-bean-jsp-link:1util/filters.jsp-->
    < / managed-bean >
    < / faces-config >

    If someone really well set up the tomcat 6 ADF running components without error, it would be nice if you can share it with us, I've exhausted ideas and still have no answers.

    Really grateful for any help received.

    ISY

    sanchezis,

    A few notes:

    (1) I'm sure that you have already read the certification and found that ADF is approved on WebLogic Server for the moment. Anyone who has managed to get it runs on Tomcat - well - but it is not supported.

    (2) someone spend like a lightning bolt to the top of their installation of Tomcat with all libraries in the ADF in it would very definitely in violation of license Oracle ADF - you can not redistribute their components without permission ;)

    (3) also, I'm sure you're aware that the ADF is not free - looking for a run-time license (which is included with WebLogic Server).

    John

  • not able to deploy ADF app in weblogic

    Hi all

    I use 11.1.1.5. When I'm deploying adf app, I get this error.

    An error occurred during activation of the changes, please see the log for more details. [J2EE:160149] Error processing library reference.

    References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: fake... etc.]

    I don't know what went wrong. can anyone suggest

    did the same thing in library so the more...

    -jstl (1.2,1.2.0.1)
    -jsf (1.2,1.2.9.0)

  • What happened to the Web Apps for Web marketing package?

    What happened to the Web Apps for Web marketing package? We have put in place three clients as part of this package as test sites, employing several situations where web Apps had a critical role. Then after that the option to purchase the hosting package disappears, leaving customers without the ability to edit it content apart from removing the tag of the page module.

    I think that this should be left on the Web marketing package, because not all users who might use it need ecommerce.

    Any ideas?

    Joel. Software now everywhere.

    It is not a trial mode.

    This is the phase of development of a site and the developer must know the system, what is the cost of the project, what the customer needs and which package they will use.

    Each project we and know and define what we do and outlines the packet type etc in the contract to the client.

    I have to say that if any valid partner on an issue that has not done this is wrong in my eyes. Sorry:(juste mon avis parce que si quelqu'un est la construction d'entreprises en ligne et sites Web pour les personnes dont ils ont besoin de savoir ce qu'ils font.)

    Many keys of development for SAAS offer everything what but you choose the plan, much of these days trial opens to all features for a short period of time.

    Was a case where the trial modes had limited features, but then people complain that they can't trial features they are interested.

    Regarding the packages themselves: they are not good, not well thought out on several levels and need re-doing.

  • Configurator can deploy more apps?

    Hello

    You can use configurator to deploy applications more once you have all your iPads travel configurator to prepare them for the students? I know that you can add that app and re deal throughout the Configurator, but since its manual and we 100...  I can't find a Yes or no answer. But I guess we use CASPER, which is fine, but I want to just make sure I understand all the steps and where to draw the line between the 2 packs.

    Thank you

    Stuart

    With that many iPads, you need to use something like Casper. You can push individual applications, update individual applications (or block them until this that tested), control updates to iOS, install restrictions and have even an internal "app store", which allows users to install only applications that you trust. For the best, you must be enrolled in the program entry Device (PED) and be a customer of the purchase Volume (VPP) program. Then, you can buy but many copies of an application you need with a single Apple ID and assign to individual devices or make them accessible to all devices. You can also use systems such as Casper to give access to enterprise applications that built your organization.

  • [Deployment Webworks App device]

    Hi friends,

    I have developed webworks app and create a plugin private by QNX Momentics IDE.

    I could config to run application on Dev Alpha Simulator BB10_1_X.

    But when I deploy to device Z10 and executed, an error has occurred:

    Need of that error cannot find usr/lib/webplatform/plugins/jnext/lib*Jnext.so.

     

    Please help me. If you need more information, please comment here.

    Thank you very much.

    Dennis.

    Dear friends,

    Thanks for your help. I thank all. Through your help, I found a solution for this problem.

    The problem is related to ' dependency or link"*.so (shared objects) or the excutable in UNIX-Like file.» I think BB10 filesystem is SYSTEM-V, a type of UNIX systemfile.

    With Simulator to create a link to a libbrary EX: libbtapi, I said to "Simulator-Debug". But when I built for the camera, I don't, it's problem. Messade error that gave me BB10, it was bad message. I stated a dependant on "libbtapi" for "release device". Everything was OK.

    By the way.

    Thank you for all.

    Thank you.

    Dennis Ritchie.

  • Can I deploy WebWorks app on several private aircraft?

    Hey! Sorry for the noob question... I'm new on this.

    I developed an application of training, and I don't want to put it on App world. I want to just deploy in about 10 PlayBooks.

    How / can I do?

    Thank you.

    You can use the command-line blackberry - deploy tool provided with the developer tools.  If you want a GUI to wrap the command line tools, try this:

    BlackBerry Tablet OS graphical help

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/BlackBerry-Tablet-OS-graphical-aid/TA-...

  • White screen when the deployed test app on dev alpha, but ripple is very well?

    I've been creating a webworks for awesomeness UI using bbUI.js application.  When you use visual studio to create the application and the Wellington test, all was well and allowed me to test.

    However, when I load the application on the alpha of dev (debugging token and all) and try to start, I get a blank screen.  What is more strange when I try to open the web Inspector, I see nothing being loaded for the network and all I see is the basic HTML code.

    I tried to deploy two separate unsuccessful applications.

    Is there something I can do to try to test / close to the bottom of this problem?

    Y at - it traps? When I'm building a bar with bbwp, I just get statements of information with a warning about the features of my config.xml file that is currently not used.

    Hello

    Check that the value of your piece of content in the config.xml file is correct. Make sure you're building with SDK gold and referencing webworks as local://chrome/webworks.js.

    Thank you

    Bryan

  • EPMA 11.1.2.4 unable to deploy HFM App

    Someone at - he struck this problem. We run EMP 11.1.2.4 and created applications through EPMA, HFM. Validate it removes any error. Yet when try to deploy we get this error

    "Failed to retrieve product details to deploy the application." This message does not appear in the newspapers in the Web session in the library to the Application.

    Any information appreciated.

    R

    Well, the problem seems to be that a disconnect be EPMA and HFM. Her only we could find was that to solve down the HFM HSS (Epmregistry), scheme of EPMA. If you perform an export of your SSP metadata LCM and deployment, you can recover most of your settings. It's as bad as the 8001 error when adding or changing the connections of DB of Reporting financial.

    If someone hits the big problem here is a solution.

    1. make a LCM Export of your instance.

    2. remove the HSS, the EPMA and HFM schema. This may mean go in SQLDeveloper or TOAD and the abandonment of the views, sequences manually.

    3. run the HSS, EPMA, HFM configuration.

    4. selectively import the HSS and the deployment metadata.

    5. for all components not imported not do a redeployment.

    6. restart all

  • To access the OS browser app reviews web host

    Hello

    I created my vmware Player (X) application using a vmdk disk file.

    There was a single web application deployed in the comments that is accessible in the browser firefox comments. ( http://< localhost/hostname >: 8080)- Tomcat

    My question is - is it possible to access the same web application from my host machine browser by typing the URL. Unfortunately at this time I couldn't able to access.

    For ex: http://< GuestVMIP/hostname >: 8080 (Tomcat)

    Settings of the player hostname & VMware

    (1) add the host ip address and hostname in/etc/hosts

    (2) card WLAN - NAT: used to share the IP address of the host

    SystemOPERATING SYSTEMIPAddressHost nameInternet
    HostWindows 10192.168.x.xPHY:/var/Xen/domains/testwin/disk.img,had,wwork
    CommentsCentOS 6.5127.0.0.1testcentwork

    (3) vmware Ifconfig is included in the image.

    Vmware_IPAddress.jpg

    Any help on this will be highly appreciated.

    Thank you

    Billon

    Hi Wila,

    Thanks for your reply.

    I solved this problem. to be precise, the question is how to establish communication between the host operating system and the guest operating system.

    I never thought that this was much simpler. Broke my head with lots of DHCP/static IP configurations.

    Running order with access root and its given an ip liaison to the guest operating system (CentOS) output. That intellectual property allowing access to the web applications of comments through the host browser.

    dhcpcl - v

  • How to create a default domain and deploy the app in jdeveloper using a script or code (not manually)

    Hello

    I installed Jdev using silent installation.

    Now I have some apps already created I want to create a default domain, and then to deploy apps in it through any script or ants?

    Can someone help me on this?

    Thank you and best regards,

    Vivek Pemawat

    Hi This worked for me I checked the log of the jdev, how he creates the domain and then using that I created the field

    I used the python script for deploying applications:

    Connect ('weblogic', 'welcome1 ','slc01fnw:7103 ')

    deploy (appName = ' Application13 ', path='/home/rasubra/jdeveloper/mywork/Application13/deploy/Application13_Project1_Application13.ear' target = 'DefaultServer')

    Exit()

    called using wlst.sh TestAppsDeploy.py

    Thanks for all the help!

  • The deployment of flex in web server

    Hello.

    IM newbie flex developer and im having problem to deploy my web server project.

    Hello

    If your use of the linux server and then see the path below

    for example, this is my path "/ home/xyz/public_html ' in this folder, you must keep your application and zend framework and when your server downloaded on forget the folder bin-debug ok run your html file in the bin-release folder and file amfconfig see above example guy

    [zend]
    ; define the absolute path to the webroot directory, example:
    ; Windows: C:\apache\www
    ; MAC/UNIX: / user/apache/www
    ; Webroot = / var/www/html
    Webroot = / home/xyz/public_html / / / change webroot in your path of the web server.

    ; define the absolute path to the zend installation directory, example:
    ; Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ; MAC/UNIX: / user/apache/PHPFrameworks/ZendFramework/library
    ; zend_path =

    [zendamf]
    AMF.production = false
    AMF. Directories [] = your application folder name/bin-debug/services / / put the name of your application.

    This may solve your problem.

    make this change in bin-release amfconfig also and bin-debug also

    and finally run your application from the bin-release record.

    Kind regards

    Gallot

  • Edition B2B Message of EJB deployed in App Server for B2B IP_OUT_QUEUE

    I tried to publish a text containing xml B2B IP_MSG to B2B IP_OUT_QUEUE of an EJB. I used the JMS API. I sent an AQResource adapter that has a pointed to the B2B database data source in the application server.

    I had a mistake in the app server log indicating that the text is not supported. One type of payload B2B. IP_MESSAGE_TYPE is supported.

    Do we need to use QA related API's to create and publish this type of message an EJB deployed on the application server?

    It's a different approach to create and publish the IP_MESSAGE_TYPE of EJB B2B of IP_OUT_QUEUE load?

    The AQ queues are accessible via the JMS API only when its underlying message type is defined as compatible type JMS. In the default queue of B2B, the message type is IP_MESSAGE_TYPE, this is a custom type named as a load of ADT and not available as a standard JMS.

    You may need to press utility AQ or adapter JCA AQ to post messages in the queue.

    Thank you
    Sinkar

  • iOS 9.2.1 - question to deploy the app on ipad personnal

    Hello

    Yesterday, I updated my ios on my ipad, since then I can't "run" my xcode for ipad app.

    I am on ios 9.2.1 (13D 15) and Yosemite (10.10.5)

    I tried to uninstall xcode and reinstall, but nothing seems to work.

    Could you help me please

    I have the error message is when I try to launch the app from xcode:

    "dyld_shared_cache_extract_dylibs failed".

    Waiting to read from you guys

  • POST requests have failed by deployed/used app, gets is OK but

    Recently, my implementation faces a problem with sending of POST requests, when I run the browser all my queries work very well. When I try to do a POST through the emulator of the ripple, phonegap app on the device, or a built apk, they will fail and I get no information about the exception. I know that my endpoint is fine because A. It works in the browser and B. I can raise requests in fiddler all day without problem. This leads me to believe it's a matter of phonegap, what I had before where I had to update the CLI version and miraculously, he started to work again... This time I've updated 6.1.0 6.3.0 and no luck...

    The application uses Angular1 and sends the MESSAGE via $http.

    I have the plugin list white and everything set as allow in the config.xml file

    < name of the ditch: plugin = "cordova-plugin-whitelist" source = "MNP" / >

    < allow navigation href = "" * "/ >"

    < access origin = "" * "/ >"

    < allow intention href = "" * "/ >"

    Here's what I got when I tried to log the exception, first line is a handmade journal when the error was caught, second line is the error that was taken... aka nothing.

    [phonegap] [console.log] Exception occurred while inserting the mobile user record

    [phonegap] [console.log] {}

    Any help is appreciated.

    Issue in the browser seems intent... That is 100% my fault, I didn't have a script in source for angular-local-storage. However, the 503 error is always produced by ripple and it seems that my Android becomes a completely different error.

    Ripple using 503 error displays in the console that phonegap is served.

    Using my Android device - no newspaper is connected to the console - but the alert began my error $http function

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

    a little later since I have actually never posted ^ ^ ^

    If the first cause of all it was a problem with MY code. No PhoneGap. However, ripple still exposes the strange 503 even when I have both the browser and the Android operation. I have no idea why its happening and that sucks because the ripple is really a nice place to debug to except if I something is misconfigured, who, like this post, can attest, is entirely possible.

Maybe you are looking for

  • Can I use my private VPN site?

    How dns aliases in settings configuration ff?10.78.1.14 mysite.locto go through the vpn

  • Equium A100 - 02L - backlighting will turn off by itself

    Hi people, I have another strange problem on a Toshiba laptop and I hope someone can tell me where to find a solution. The laptop turns on ok and post ok, screen is fully informed and nice n bright. Immediately after the POST the back light turns off

  • STOR. E TV can play some formats - is it possible to get the firmware update?

    Is it possible to get the update of firmware for STOR. E TV, because this product cannot read many formats.I woud would better update of firmware for video - AVI (Xvid, AVC, MPEG1/2/4), MPG/MPEG, VOB, MKV (h.264, x.264, AVC, MPEG1/2/4, VC - 1), TS/TP

  • Wi - fi stopped working on my iPhone 4S after 9 IOS?

    After that I downloaded 9 IOS on my iPhone 4S my Wi - Fi has stopped! I tried all the solutions on the Discussions on the Apple site. Is there a problem with the 4 and 9 of the IOS?

  • Phase or 9234

    I have a 9174 OR compact DAQ with an NI 9234 and a NI 9269. I am in a position two accelerometers with the NI 9234. I get forms of appropriate wave and RMS values, but I'm unable to measure a good phase. I don't mean to measuing a phase difference! I