Non-default system-application.xml file?

There's mention in the OC4J documentation regarding specifying a non-default system-application.xml file; however, I cannot find the string defining it in any of the OC4J files, nor in the documentation though I might have missed it in that.
I am attempting to have multiple instances run out of the same ORACLE_HOME, and I'd like to point the logs to separate places per instance. Every other one is pretty clear (defined in the customized server.xml), this one with its logging parameter I cannot find a method for keeping a separate log file per instance other than simply creating multiple oracle or at least j2ee homes. Short cut for keeping things consistent for many settings and deployments, though may not be feasible for a running environment.
Any information or points in the right direction would be appreciated. Thanks,
Geoff

You can modify the <log> tag in system-application.xml to rotate the system log file.
System application is a key internal component that is critical to OC4J startup, the system-application.xml file should not be modified except for the <jazn> and <log> tags.
You can modify the <jazn> tag as needed to specify changes to the security provider, the location of the OC4J security configuration file (system-jazn-data.xml), or both. For more information about <jazn> and the system-jazn-data.xml file, see the Oracle Containers for J2EE Security Guide.
There's no reference of system-application.xml in other config files.
-Frances

Similar Messages

  • I'd like to carry my system, applications and files on a portable Thunderbolt ssd drive and boot from it.  I have a Mac Pro in the office, iMac at home

    I'd like to carry my system, applications and files on a portable Thunderbolt ssd drive and boot from it.  I have a Mac Pro in the office, iMac at home, a MacBook Air for when I'm on the road, all with TB.  Can a single external TB drive boot all three hardware configurations successfully?  I've been told that differences in hardware configurations between the systems make this impossible.  Is this correct?

    Piece or peace of cake really though.
    A quick install on new hard drive or SSD or 10K and less than an hour to move everything over properly.
    YOU looked for a quick fix and found none and all the brick walls.
    It is not  days of work to do a clean install and migrate.
    There are few if any apps that need to be freshly installed either though there are updates needed for them to be compliant, any driver or plugin also and that is done ahead of time with research.
    And your backup or clone of your system is taken care of - you leave the old system boot drive 'as is' untouched.
    Also, better strategy to move most all your home folder (except for its own ~/Library) to ANOTHER disk drive and not on t he system drive at all.
    As for applications on its own drive or 3rd party, beeen there done that, even SSD or 15K SCSI - no benefit in performance or organization.

  • Can I unzip the .ipa file and edit the application.xml file

    I want to modify the below info to also have an additional string value of 2, which somewhere along the line tells something somewhere that the app can run on the ipad. Is there some info in the compiled application that will error out if I modify this document?
    <InfoAdditions>
    - <![CDATA[ <key>UIDeviceFamily</key><array><string>1</string></array> ]]>
    </InfoAdditions>
    into this
    <InfoAdditions>
    - <![CDATA[ <key>UIDeviceFamily</key><array><string>1</string><string>2</string></array> ]]>
    </InfoAdditions>

    you can change the file extension to zip, unzip it, find the application.xml file in one of the subdirectories, edit it, rezip the files, change the file extension to ipa and install.

  • Air plugin for dreamweaver breaks application.xml file

    the air plugin for  dreamweaver breaks the application.xml file when the version is  changed from 2.0 to 2.7
    How to fix this?

    Hi Roberto,
    I'm sorry I don't know the answer to this one, but I'll ask around.  Have you checked out the dreamweaver forum?
    Chris

  • Application.xml file?

    What is the use of the Application.xml file in enterprise application> If we not specified it...what will happen?
    Thanks,
    R.

    The application.xml file specifies metadata about the Java EE application as a whole. The main pieces of information are the list of modules(ejb-jar, .war, application client, etc.) in the .ear. It was required for J2EE 1.4 and earlier but is optional in Java EE 5, where the module type is derived based on the contents of the modules themselves.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • EAR proects deploys but has no application.xml file!

    Hello,
    I working my through a Web Logic tutorial and the very first step is to create a the application projects like this:
    # Select File > New > Project.
    # In the New Project dialog, open the node Workshop Quick Start Applications and select WebLogic/Beehive Web Application.
    Click Next.
    # In the Application Name field, enter CustomerCare.
    Next to Domain home click the Browse button. Browse to <BEA_HOME>/workshop_10.3/samples/domains/workshop. Click OK.
    Click Finish.
    The applications are create and I can deploy the ear project, but it doesn't contain an application.xml file and I don't understand how this can work. Can someone enlighten me please.

    The applications are create and I can deploy the ear project, but it doesn't contain an application.xml file and
    I don't understand how this can work. Can someone enlighten me please.
    The wizard created three projects: CustomerCare, CustomerCareEAR and CustomerCareSharedCode. I'm assuming
    that the project is being deployed is an EAR.The CustomerCareEAR is an EAR project in your application. The application.xml file will be located in CustomerCareEAR/EarContent directory.
    I'm not entirely sure where the project is getting deployed to. I thought it would be to <BEA HOME>\user_projects,
    but I can't see an EAR or directory structure in there that would suggest that this is the deployment directory.
    As I am deploying the project from within Eclipse it is possible (perhaps) that eclipse is deploying the project directly
    from my workspace - but I can't be sure.The deployment does not use user_projects directory. It happens largely directly from the Eclipse workspace with assistance of a few temporary directories. The structure of deployment is not something that you need to be concerned about.
    If you want to see what the EAR will look like when you are done, export an EAR archive using the wizard under File -> Export. Point the wizard at CustomerCareEAR project.
    - Konstantin
    - Konstantin

  • Editing my application.xml file

    The server hosting our FMS does not have space to adequately store the media files over time.  I have since connected a 500GB external drive to the server.  This drive is mapped as the Z drive.  I am not exactly sure how I need to edit my application.xml for all http requests to point to this external drive.  Below is a small sample of the file.  How would I correctly edit this file?  Would I just add a line that says <Streams>/;${Z:\VOD_DIR}</Streams> ???  Do I need to delete either of the below lines?
    - <Application>
    - <StreamManager>
    - <VirtualDirectory>
    - <!-- Specifies application specific virtual directory mapping for recorded streams.   -->
    <Streams>/;${VOD_COMMON_DIR}</Streams>
    <Streams>/;${VOD_DIR}</Streams>
    </VirtualDirectory>
    </StreamManager>

    It doesn't seem to work.  Does this only apply to rtmp:// ???  Because we are only using http:// to view our media.
    My current application.xml looks like the below.  I can still play all media located in the webroot\vod directory but not from the external drive.  Do I need to delete <Streams>/;${VOD_COMMON_DIR}</Streams> and <Streams>/;${VOD_DIR}</Streams> ???  The Z drive is the external hard drive.  Did I add the entry correctly?
    <Streams>/;Z:\vod</Streams>
    <Streams>/;${VOD_COMMON_DIR}</Streams>
    <Streams>/;${VOD_DIR}</Streams>

  • Ignoring non-ASCII characters in XML file.

    Hello all who read this,
    I got the following problem. Trying to read an XML file which contains UTF-8 characters. My database doesnt support UTF-8 char set .... obviouselly.
    Below you will find my procedure for parsing XML file ... now i was wondering if there is a way (and how ) to ignore those "special" characters in my XML file.
    Thank you for you help!
    PROCEDURE xml_import is
    BEGIN
    DECLARE
      l_bfile   BFILE;
      l_clob    CLOB;
      l_parser  dbms_xmlparser.Parser;
      l_doc     dbms_xmldom.DOMDocument;
      l_nl      dbms_xmldom.DOMNodeList;
      l_n       dbms_xmldom.DOMNode;
      l_temp    VARCHAR2(1000);
      FILER     VARCHAR2(1000) := 'xml.xml';  
      TYPE tab_type IS TABLE OF X_XML%ROWTYPE;
      t_tab  tab_type := tab_type();
    BEGIN
      l_bfile := BFileName('XML_DIR',FILER);
      dbms_lob.createtemporary(l_clob, cache=>FALSE);
      dbms_lob.open(l_bfile, dbms_lob.lob_readonly);
      dbms_lob.loadFromFile(dest_lob => l_clob,
                            src_lob  => l_bfile,
                            amount   => dbms_lob.getLength(l_bfile));
      dbms_lob.close(l_bfile);
      dbms_session.set_nls('NLS_DATE_FORMAT','''DD-MON-YYYY''');
      l_parser := dbms_xmlparser.newParser;
      dbms_xmlparser.parseClob(l_parser, l_clob);
      l_doc := dbms_xmlparser.getDocument(l_parser);
      dbms_lob.freetemporary(l_clob);
      dbms_xmlparser.freeParser(l_parser);
      l_nl :=  dbms_xslprocessor.selectNodes(dbms_xmldom.makeNode(l_doc),'/Doc/Upk');
      FOR cur_emp IN 0 .. dbms_xmldom.getLength(l_nl) - 1 LOOP
        l_n := dbms_xmldom.item(l_nl,cur_emp);
        t_tab.extend;
        dbms_xslprocessor.valueOf(l_n,'@id',t_tab(t_tab.last).id);
        dbms_xslprocessor.valueOf(l_n,'line1',t_tab(t_tab.last).vr);
        dbms_xslprocessor.valueOf(l_n,'line2',t_tab(t_tab.last).used);
        dbms_xslprocessor.valueOf(l_n,'line3',t_tab(t_tab.last).got);
      END LOOP;
      FORALL i IN t_tab.first .. t_tab.last
        INSERT INTO X_XML VALUES t_tab(i);
      COMMIT;
      dbms_xmldom.freeDocument(l_doc);
    --EXCEPTION
    --  WHEN OTHERS THEN
    --    dbms_lob.freetemporary(l_clob);
    --    dbms_xmlparser.freeParser(l_parser);
    --    dbms_xmldom.freeDocument(l_doc);
    END;
    END;
    XML file structure:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <AjpesDokument>
    - <Ident vrsta="KOMP">
      <Datum>2011-06-17</Datum>
      <Ura>09:33:10</Ura>
      </Ident>
    - <Dolznik id="88888888">
      <DatumObdelave>2011-06-10</DatumObdelave>
      <Trr>56546654545</Trr>
      <PopolnoIme>Firm d.o.o.</PopolnoIme>
      <Ulica>Kičečeva ul</Ulica>
      <HisnaStev>026</HisnaStev>
      <PostaId>5421</PostaId>
      <Posta>MELJE</Posta>
      <IzpSif>00</IzpSif>
      <IzpNaziv>MELJE</IzpNaziv>
      <IzpNaslov>ČUPAVA</IzpNaslov>
      <IzpNaslov2>MELJE</IzpNaslov2>
    - <Upnik davcna="10232293">
      <Naziv>CMC GALVANIKA d.o.o.</Naziv>
      <Kraj>LEŠČE</Kraj>
      <VrstaPobota>2</VrstaPobota>
      <Prijavljeno>3227.12</Prijavljeno>
      <Pobotano>3227.12</Pobotano>
      </Upnik>
    - <Upnik davcna="11212191">
      <Naziv>AŽERO  d.o.o.</Naziv>
      <Kraj>MELJE</Kraj>
      <VrstaPobota>2</VrstaPobota>
      <Prijavljeno>219.30</Prijavljeno>
      <Pobotano>219.30</Pobotano>
      </Upnik>
      </Dolznik>
    </AjpesDokument>
    Edited by: 869620 on 1.7.2011 2:04

    869620 wrote:
    Hello all who read this,
    I got the following problem. Trying to read an XML file which contains UTF-8 characters. My database doesnt support UTF-8 char set .... obviouselly.It's not obvious as Oracle can certainly be configured for UTF-8.
    How about giving us some example XML and what you expect as output as there can be easier ways of extracting data from XML than using the dbms_xmldom package.
    The dbms_xmldom package is one way, but it's not necessarily the best, as I would tend to use that for processing XML based structure that I don't actually know (I have used it myself, for example, for parsing XML Schemas (XSD) to auto-generate code for producing XML to match that schema), but for extracting date from a known XML structure, I would probably use SQL's XMLTABLE functionality.
    And when you post code/data, please use the {noformat}{noformat} tags as detailed in the FAQ: {message:id=9360002}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Is there a way to find a non backed up library xml file or auto save it?

    About once a year when I go to start up iTunes my library will load with nothing in it and I'm guessing it has something to do with my library xml file.
    So I have two questions is there anyway to find a more recent xml file other than the one from my last back up (which was is June)?
    Is there a way where I can have the computer back up the xml library file on its own? Is there I can have that file be saved whenever my computer starts a new restore point?

    The bookmarks and other user data are not stored in the program files, they are stored in the profile folder. For details of the location of the profile folder see http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you have access to the old profile folder, you can recover the files from it, for details on how to do that see https://support.mozilla.com/kb/Recovering+important+data+from+an+old+profile

  • SAP Business Connector XML File processing

    Hi All,
    we're using SAP Business Connector to process XML Files (from NON-SAP system).
    XML-Files are mapped to IDOCs and sent to our sap-system in order to create purchase orders.
    Let's say we have 3 Purchase Orders (XML) in our SAP BC input directory,
    the first purchase order has a header text (customer field), the following 2 dont. After processing the xml-files all 3 Idocs have the same header text of the first purchase order.
    How can i change this behaviour?
    Regards
    REA

    Hello Ramy,
    You have to check this logic of t BC. if you want to check the Idocs then goto WE02 in SAP.
    if you are using message type PORDCR1 then check segment E1BPMEPOTEXTHEADER or PORDCR thne check segment E1BPEKPOTX
    Regards
    Naresh

  • Setup meta-inf/orion-application.xml through jdeveloper

    Hi,
    I have a bc4j application. I don't want to use the default orion-application.xml file.
    I created a new one and put that under a new folder named meta-inf.
    In project properties, I created a new file groups named meta-inf and defined my new meta-inf folder.
    when the project gets deployed, doesn't have my custom orion-application.xml file.
    it is still using the default one.
    Any idea?
    thanks,
    Setare

    Hi,
    you can only have one orion-application.xml in a project and it need to be in the specified location. You can change the default with your file, but this is what you can do.
    If you don't believe, open the deployment profile of your application, which is the part creating teh WAR and EAR file, and add a new File Group pointing to this directory (note that the directory must be under the SRC folder of the project
    Frank

  • Generate configuration file with non-default binding configuration in WCF 4.5

    Hi,
    I am using WCF 4.5 for generating configuration file.
    I have referred following MSDN link for generating configuration file.
    https://msdn.microsoft.com/en-us/library/hh309266(v=vs.110).aspx
    I want binding property for e.g 'maxReceivedMessageSize'  in configuration file.
    I changed default value of 'maxReceivedMessageSize' to non-default value, but i could not able to saw 'maxReceivedMessageSize' binding property in configuration file.
    Is anyone know why i am not able to see non-default value in configuration file.
    Thanks.

    Hi Amy,
    Thanks for reply. Please see below content of configuration file.
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <system.serviceModel>
            <bindings>
                <netTcpBinding>
                    <binding name="TestCustBind_CustomerService" />
                </netTcpBinding>
            </bindings>
            <client>
                <endpoint address="net.tcp://ABC/CustTest"
                    binding="netTcpBinding" bindingConfiguration="TestCustBind_CustomerService"
                    contract="CustomerService" name="TestCustBind_CustomerService">
                    <identity>
                        <userPrincipalName value="[email protected]" />
                    </identity>
                </endpoint>
            </client>
        </system.serviceModel>
    </configuration>
    Thanks.

  • Why are system and application sound files appearing in itunes?

    Suddenly, over 900 system and application sound files, each about a second or 2 long, have appeared in my iPhone 4S music player. They've also appeared in my iTunes on my desktop iMac. Not sure whether they appeared on the computer first or on the phone first. I can't figure out why they appeared there or how to get rid of them (without also removing them from the system and applications which, of course, I don't want to do).
    I searched through the discussions here and found several other people complaining about the same thing, going back a couple of years, but no solutions offered. I hope someone can offer a clue.

    Thanks for the suggestions and help. While the cause of this problem is still obscure, we've managed, with an Apple tech's help, to remove the system/application sound files from both the iPhone and iTunes. We used Time Machine to backtrack to the point at which the sound files first appeared in the iTunes folder, then moved back one more day and restored the iTunes Media folder (where all the music was stored) and 2 iTunes files: iTunes Library.itl and iTunes Music Library.xml (we could also have simply restored the entire iTunes folder with the same effect). Then we synced the iPhone.
    As for the cause, that's still a puzzle. From Time Machine, we were able to determine that the files were added between midnight and 12:47 AM on a particular day, but that computer was not in use at that time (the user was asleep in bed, and the only other person in the house at the time was me -- and I don't touch that computer).

  • Make DW default for XML files?

    I'm sure there's a way to do this that I'm missing, but I'd like to make DW my default app for XML files.  I know how this can be done on Windows (using "open with" and changing default), but I'm using Mac OSX.  I tried messing with the file types section of DW's preferences, but it didn't work.  Anyone know how to fix this?  Thanks.

    In the Mac Finder, select an XML file, and click More Info (or press Cmd+I - that's I, not a lowercase L) to bring up an Info panel. Expand the section that says Open With, and then select Dreamweaver from the pop-up menu (click Other, if it's not listed). Then click the Change All button to apply it to all XML files.

  • Application.xml in ear file

    Hi
    When we deploy to ear file the application.xml file is created with the following root tag:
    <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    Previously (Jdev10.1.2) it was created with only:
    <application>
    We are running on an older app server which does not accept the new tag. Any way to set up 10.1.3 to deploy the same tag as the previous version?
    If I manually edit the ear file and change the application.xml file, it runs fine on the older app server. We do not want this manual intervention.
    Thank you

    Does setting a target platform in the deployment profile that points to a 10.1.2 application server works?
    Also you can create a 1.3 application.xml using New->deployment descriptor->J2EE deployment descriptor wizard

Maybe you are looking for

  • Creating material bom with reference to Sales order bom.

    How to create material bom by coping Sales order bom.?

  • Populate partner number from return IDOC.

    Hi Experts, I have a requirement where I need to populate partner number from return IDOC to the delivery document. The partner number will not be necessarily have a master data in SAP.Example: I will get a forwarding agent number which will not have

  • RE: BPC 10.0 NW Consolidation of Investment (Multi-level)

    Hi Expert, I'm having difficulty in eliminating Holding Company's investment accounts and the Subsidiaries' share capital and retained earning  and computing the related minority interest, every time I process consolidation at higher level of consoli

  • Apple photo services vs Smugmug

    Does anyone have any views on whether Apple Photo Services does a better job with prints than Smugmug? How do they compare? Thanks

  • Help me with powerpoint for mac (older version)

    Hello, I clicked on format, then slide design, but I thought this was how I added a background picture so I delevted desktop in the file chooser. But now I cant get back to the design layouts because I dont know where they are. Can someone tell me ho