How to disable config.xml file reloading

Hi,
I changed the value of PreferWebInfClasses in my config.xml with the weblogic.admin SET command. I restart my saerver, everything works fine... But then, two/three minutes after deploying my web app, I got a <Configuration changes for domain saved to the repository.> in my weblogic.log and the config.xml file is restored from I don't know where without the PreferWebInfClasses set to true.
Anyone has an Idea ?
Thanks in advance,
Regis

Are you using 6.1sp3 or 7.0?
Is there any reason why u r using SET Command
You can enable this option via console. This will persist the property
Regis <[email protected]> wrote:
Hi,
I changed the value of PreferWebInfClasses in my config.xml with the
weblogic.admin SET command. I restart my saerver, everything works fine...
But then, two/three minutes after deploying my web app, I got a <Configuration
changes for domain saved to the repository.> in my weblogic.log and
the config.xml file is restored from I don't know where without the
PreferWebInfClasses set to true.
Anyone has an Idea ?
Thanks in advance,
Regis

Similar Messages

  • How to disable the XML file produced under SYSMAN/RECV/ERRORS folder of EM?

    Under $ORACLE_HOME/sysman directory where 10G Grid Control management server installed there is a SYSMAN/RECV/ERRORS subdirectory that contains files that were uploaded by the agents but could not be processed by the management server;
    [root@tcellhost errors]# pwd
    /u01/app/oracle/oracle/product/10.2.0/db_1/tcellhost.tcelldomain_tcell/sysman/recv/errors
    [root@tcellhost errors]# ls
    B0000000001.err_2007_02_22_15_14_59 B0000000001.err_2007_03_15_22_01_53 B0000000003.err_2007_02_23_21_16_21
    B0000000001.err_2007_02_23_11_01_00 B0000000002.err_2007_02_22_15_14_59 B0000000003.err_2007_02_23_21_19_21
    B0000000001.err_2007_02_23_21_15_23 B0000000002.err_2007_02_23_21_15_23 B0000000003.err_2007_02_23_21_19_44
    B0000000001.err_2007_02_23_21_16_21 B0000000002.err_2007_02_23_21_16_21 B0000000003.err_2007_02_23_21_25_18
    B0000000001.err_2007_02_23_21_19_21 B0000000002.err_2007_02_23_21_19_21 B0000000003.err_2007_02_23_21_28_59
    B0000000001.err_2007_02_23_21_19_44 B0000000002.err_2007_02_23_21_19_44 B0000000003.err_2007_02_23_21_29_17
    B0000000001.err_2007_02_23_21_20_22 B0000000002.err_2007_02_23_21_25_18 B0000000003.err_2007_02_24_22_55_59
    B0000000001.err_2007_02_23_21_25_18 B0000000002.err_2007_02_23_21_28_59 B0000000003.err_2007_03_05_08_07_30
    B0000000001.err_2007_02_23_21_28_59 B0000000002.err_2007_02_23_21_29_16 B0000000003.err_2007_03_05_08_22_44
    B0000000001.err_2007_02_23_21_29_15 B0000000002.err_2007_02_24_22_55_59 B0000000003.err_2007_03_05_08_22_57
    B0000000001.err_2007_02_24_00_06_39 B0000000002.err_2007_03_05_08_07_30 B0000000004.err_2007_02_24_22_56_26
    B0000000001.err_2007_02_24_22_55_59 B0000000002.err_2007_03_05_08_22_44 B0000000005.err_2007_02_24_22_56_26
    B0000000001.err_2007_03_05_08_07_30 B0000000002.err_2007_03_05_08_22_57 B0000000006.err_2007_02_24_22_56_27
    B0000000001.err_2007_03_05_08_22_44 B0000000003.err_2007_02_22_15_14_59
    B0000000001.err_2007_03_05_08_22_57 B0000000003.err_2007_02_23_21_15_23
    [root@tcellhost errors]# more B0000000001.err_2007_03_15_22_01_53
    <!--
    Time: 2007-03-15 22:01:51
    From: http://tcellhost.tcelldomain:3938/emd/main
    -->
    <UPLOAD OMS_PROTOCOL_VERSION="10.1.0.2.0" UPLOAD_TYPE="severity" EMD_URL="http://tcellhost.tcelldomain:3938/emd/main" MERGE_TIMEST
    AMP="2007-03-15 22:01:51">
    <ROWSET OMS_PROTOCOL_VERSION="10.1.0.2.0" TABLE="MGMT_SEVERITY">
    <ROW>
    <TARGET_GUID>F580A92FBEDDFE7A5754D45B3CB71375</TARGET_GUID>
    <METRIC_GUID>D6438569B496BC9205481E8A70F92F1E</METRIC_GUID>
    <KEY_VALUE>SYS_tcellhost</KEY_VALUE>
    <COLLECTION_TIMESTAMP>2007-03-15 22:01:48</COLLECTION_TIMESTAMP>
    <SEVERITY_CODE>20</SEVERITY_CODE>
    <MESSAGE>User SYS logged on from tcellhost.</MESSAGE>
    <MESSAGE_NLSID>UserAudit_username_alertmessage</MESSAGE_NLSID>
    <MESSAGE_PARAMS><![CDATA[SYS&tcellhost]]></MESSAGE_PARAMS>
    </ROW>
    </ROWSET>
    </UPLOAD>
    How can I disable this feature since after some time it fills up the file system?
    Thank you, best regards.
    Tonguc

    Myself I did stop (forever) the dbconsole then
    rm -r $ORACLE_HOME/myhost.mydomain.com_MYSID
    not sure if this is an acceptable workaround ;-)

  • How to specify the webLogic server startup script to use different config.xml  file ??

    Hi,
    I have 2 weblogic startup scripts (startWebLogic.sh and
    startWebLogic_recovery.sh) for the same domain.
    startWebLogic.sh uses config.xml file.
    I would like to use config_recovery.xml as the configuration file for startWebLogic_recovery.sh
    How would I do this ?
    I am using WebLogic Server 6.1 on SunOS 5.8 / HP-UX 11.0.
    Appreciate any help.
    Regards
    Gunaseelan Venkateswaran

    I guess you're using Weblogic 6.1 with WLCS 3.5. I think you're supposed to work with one config.xml for the same domain, and not have a different config.xml.
    To start up different applications or EJBs, use the "target" property to control which applications to start up for the particular instance.
    YY

  • How can the client know if the SSL certificate specified in the service-config.xml file is invalid/u

    Hi,
    How can the client know if the SSL certificate specified in the service-config.xml file is invalid/untrusted/expired? For example using iOS client, the trusted certificate will not work and the client has no way to know that the certificate is untrusted. Can the lcds server return any specific exceptions for SSL errors?
    Thanks,
    Swathi.

    We use a standard Java keystore and certificate validation can be handled as per standard best practices. At present we do not provide a hook point to validate the server certificate. However, you can register a bootstrap service which validates the certificate on system startup: http://help.adobe.com/en_US/dataservicesjee/4.6/Developing/WSc3ff6d0ea77859461172e0811f00f 6fe7f-7ffeUpdate.html This would require you to pass another copy of the keystore configuration to you Bootstrap service and then you can inspect the certificate in the keystore and validate it.

  • "Error at Open" sturts-config.xml File

    Hi,
    I have totally “using JDG and the JAG” convert an oracle designer modules “that uses the CDM Rule frame” using the JHeadstart 10g under JDeveloper 10g.
    The generation was successful and there was no errors the runtime of the generated application.
    After that I have opened the struts-config.xml file, I hade an error messages showing that the all pages could not be found and all the Actions has “!NLS Error” message.
    I have looked over these “could not be found” pages and I didn’t find any of them in the hard disk “they have not been generated at all”.
    How can I open the struts-config.xml file and update it?
    Thanks

    Ibrahim,
    From the JHeadstart 9.0.5 installation guide:
    We have to disable the Struts Page Flow Diagram of JDeveloper 10 g, because it is currently unable to handle the kind of struts-config files that are created by JHeadstart (bug 3607211). See Suppressing the Struts Page Flow Diagram on OTN (http://www.oracle.com/technology/products/jdev/tips/mills/struts_diagram.html) for information how to do that.
    Hope this helps,
    Sandra Muller
    JHeadstart Team

  • More than one struts-config.xml files in one project

    Hi all
    Can we have more than one struts-config.xml files in one project developed using struts.
    If so what is purpose and how to do this.
    Anybody please explain on this topic.
    Thanks
    Parvathy

    Hi all
    Can we have more than one struts-config.xml files in
    one project developed using struts.
    yes it is possible
    If so what is purpose and how to do this.
    it is use for odular application so developer won't share a single configureation file.. as you know struts-config.xml is defined on the web.xml
    like this:
    <servlet>
    <servlet-name>mybank</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet
    </servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>config/module1</param-name>
    <param-value>
    /WEB-INF/struts-module1-config.xml
    </param-value>
    </init-param>
    </servlet>

  • How to call the XML file as PrivateResourcePath in JSP

    Hi All,
    I want to call the layer-config.xml values in JSP dropdown list. How to call the XML file as PrivateResourcePath in JSP... please advise me if any solution.
    locaiton: dist/PORTAL-INF/layer-config.xml
      <?xml version="1.0" encoding="utf-8" ?>
    - <layer-config>
    - <system>
      <layer>Test</layer>
      <internal>true</internal>
      </system>
    - <system>
      <layer>Test1</layer>
      <internal>false</internal>
      </system>
    - <system>
      <layer>Test3</layer>
      <internal>false</internal>
      </system>
      </layer-config>
    Thanks in advance.

    Hi,
    The below link may help you.
    [Accessing image from dist/imgaes folder inside JSPDynpage Component;
    Regards,
    Suresh Bachimanchi

  • The Managed Bean in the faces-config.xml File

    I am still very new to JSF. I am confused about the managed bean.
    For example, I have a button in my web page. A click on this button invokes an action; say, ListAction.java.
    In this ListAction class, I instantiate a business delegate; say, ListPersonnel.java and call a method in this business delegate to return an ArrayList: personnel. Of course, this business delegate goes through facade, DAO, etc. to populate the ArrayList. This ArrayList is a collecation of a JavaBean called PersonnelBean that gets and sets a number of personnel information; such as ssn, name, etc.
    Upon this ArrayList is successfully populated and received by the ListAction class, I am going to display a web page with a table. In JSF, it is <h:dataTable ...>.
    My questions are regarding the managed bean in the faces-config.xml file.
    1. Which one is my <managed-bean-class>? packageName.ListAction? or packageName.PersonnelBean? or something else?
    2. What should be my <managed-bean-name>? I guess that I can give a name I like. Is it right? What about xyz?
    3. Then, how do I specify the "value" attribute of my <h:dataTable ...> tag when I display a web page to show the data table? Is it correct to specify value="#{xyz.personnel}"? What is the correct specification if it is wrong?
    4. I guess that I can give any name to the "var" attribute in the <h:dataTable ...> tag. Is it right?

    1. Which one is my <managed-bean-class>?
    packageName.ListAction? or
    packageName.PersonnelBean? or something else?ListAction
    2. What should be my <managed-bean-name>? I guess
    that I can give a name I like. Is it right? What
    about xyz?Anything you like. xyz is OK.
    3. Then, how do I specify the "value" attribute of my
    <h:dataTable ...> tag when I display a web page to
    show the data table? Is it correct to specify
    value="#{xyz.personnel}"? What is the correct
    specification if it is wrong?xyz.personnel is OK assuming that ListAction class has a public
    method getPersonnel() which returns the ArrayList of PersonnellBeans.
    4. I guess that I can give any name to the "var"
    attribute in the <h:dataTable ...> tag. Is it right?Yes, you can give any name you like.

  • COnfiguring Struts-config.xml file for two level popup windows?

    This is the code for 1st level
    <action path="/search/advanced" scope="request" parameter="method"
                   type="org.fao.gilw.agris.action.AdvancedSearchAction" name="advancedForm" validate="false">
                   <forward name="failed" path="/search/advanced.jsp" redirect="false"/>
                   <forward name="success" path="/search/advanced.jsp" redirect="false"/>
              </action>"search" is the main window, in this window I'm opening/loading a pop-up window called " advanced" ..the above code is for this
    Now again i want to pop-up another window in "advanced" page
    So how to configure for this in Struts-config.xml file...?

    Better post this question at a Struts related forum. There is a mailinglist at their own homepage and a forum at Nabble.com.

  • Can i make more than one faces-config.xml file ?

    Can i make more than one faces-config.xml file under one project or application, if yes than how it will link.

    Just that you know,
    In the second week of july I was taking the Jdeveloper/Jheadstart course at Oracle Netherlands. During that course we were asked to split the faces-config. After splitting it, we were not able to find the navigation rules that were defined in the first faces-config in the web.xml. The Jdeveloper IDE was confused........
    However, we were able to use the navigation rules (type in manualy) and that worked in the application.
    I talked about it with Steven Davelaar and he thought it might be a bug. I don't know if it's reported, and I don't know if it's fixed.
    So, if you get confused.... it works, but Jdeveloper might have some problems with it.
    Luc Bors

  • Config.xml file missing after using pack/unpack (WebLogic 12c)

    Hi,
    When I use the utilities pack/unpack to "copy" a domain from one physical server to another one, I end up with the config directory where there is no config.xml file while on the source physical there is of course this file.
    If I use the scp command (I work under Linux) to "copy" the domain I do not encounter problem and I can start the Node Manager and the WebLogic server.
    Did someone faced this situation?
    How did you solved it? Or, is there something that I am missing?
    Kind Regards.

    Hi all!
    I am having the same problem with WebLogic Workshop 8.1 SP4.
    Any idea?
    Thanks in advance.

  • How this services-config.xml works?

    I going through some  gettingstarted examples of using flex with AMFPHP I got it working. But to be honest, I don’t understand this services-config.xml file
    Given:
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
          <services>
                <service id="remoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                      <destination id="amfphp">
                            <channels>
                                  <channel ref="my-amfphp"/>
                            </channels>
                            <properties>
                                  <source>*</source>
                            </properties>
                      </destination>
                </service>
          </services>
          <channels>
                <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
                      <endpoint uri="http://localhost/amfphp/gateway.php"
                      class="flex.messaging.endpoints.AMFEndpoint"/>
                </channel-definition>
          </channels>
    </services-config>
    The only info from that file i use in my RemoteObject is this destination atttribut:
    <mx:RemoteObject destination="amfphp" …/>
    But what I don’t understand way they split the services-tag from channels-tag and most important how do they relate? Could somebody explain this or hint me to some easy to understand tutorial?
    I tried to read adobe livedocs on Using RPC Components etc but it is so confusing, to be honest i don’t understand a word of it. what exacly is service-tag and channel-tag and whay i have to use both of them- i mean one will never switch my amfphp endpoint at runtime, will one? And way?
    (ok, that destination has channel ref which reference the “other” channel-tag which points to my amfphp-gateway -but so what? what does it mean, way so commplicated - Wouldn’t it be easier if one would jut give the endpoint attribute to the RemoteObject and everything is fine?)
    Thankful for any help

    Maybe this will help?
    http://www.sephiroth.it/tutorials/flashPHP/flex_remoteobject/page001.php

  • [svn] 3867: Add new user-agent info to the sample services-config.xml file.

    Revision: 3867
    Author: [email protected]
    Date: 2008-10-24 07:13:10 -0700 (Fri, 24 Oct 2008)
    Log Message:
    Add new user-agent info to the sample services-config.xml file.
    Modified Paths:
    blazeds/trunk/resources/config/services-config.xml

    Resolved! The problem was in the php code the wizard had generated as an example and that I had edited in Dreamweaver. I had tried to start a session and set session objects in the php code. I developed if() { statements} to check the session variable before executing the function in some of my data services. Apparently the wizard does not like this. I removed all references to session. I reconfigured the input types and the return types for each service. With the code now clean the wizard created the example code and placed the proper package in the scr.services package. I still have custom php code and it executes.
    Things I learned:
    If the php code stops when a session variable is not available in the if statement and the data service is refreshed, the wizard will not "look" beyond the if statement.
    Functions downstream of a session variable misshap will show in the data services window but the functions will have a circle icon to the left of the function name and each variable to be passed to the php code will be declared as type = Object in Flashbuilder. The input types and return types will have to be reconfigured for each non-functioning function. Simply commenting out a portion of the php code and attempting a refresh will not make it work again.
    When the wizard is unable to refresh properly because of a stop in the php code it stops working completely so additional refreshes or creation of code is not carried out.
    I decided to create a My SQL table for user and other identifiers rather than attempting the session object again.
    Sorry, I did not make screen shots as I solved this problem. I hope the solution is not hard to visualize.
    Thanks for looking and considering how to help me. I hope my solution works for you.

  • How to call the XML file as Private

    Hi All,
    I want to call the layer-config.xml values in JSP dropdown list. How to call the XML file as PrivateResourcePath in JSP... please advise me if any solution.
    locaiton: dist/PORTAL-INF/layer-config.xml
      <?xml version="1.0" encoding="utf-8" ?>
    - <layer-config>
    - <system>
      <layer>Test</layer>
      <internal>true</internal>
      </system>
    - <system>
      <layer>Test1</layer>
      <internal>false</internal>
      </system>
    - <system>
      <layer>Test3</layer>
      <internal>false</internal>
      </system>
      </layer-config>
    Thanks in advance.

    Hi,
    The below link may help you.
    [Accessing image from dist/imgaes folder inside JSPDynpage Component;
    Regards,
    Suresh Bachimanchi

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

Maybe you are looking for

  • Pages 5: Insert File Name

    How do I insert the File Name? How do I update an old File Name that was previously inserted? It's common practice to insert the document name in the footer of document, so people reading the document know what version the file was printed from. This

  • "On time pick rate" logical column defined as INT instead of DOUBLE

    Hi, I noticed that there is a problem with the indicator "Top 10 Plants by Pick Rate". The calculation of this formula results in a decimal number indicating the number of selections made in time in relation to the total number of selections. However

  • Reg: FM RV_CHECK_CONDITION_VALUE

    Hello All, I am facing a problem in sales order creation. An error message is displaying when updating the order which is triggered in the FM RV_CHECK_CONDITION_VALUE. Please give the Functionality of the FM RV_CHECK_CONDITION_VALUE, used in sales or

  • Delete delta initialisation ends in timeout

    Hi experts, I am trying to  delete the init option for 0crm_srv_costs datasource infopackage -> scheduler -> init options for this source and delete the request. However every time i do this the job ends up in a time out with the following error Runt

  • Type of Profile in SAP and uses

    Dear Team, I have create one client in SAP 4.7.During client copy I select Profile  SAP_APPL ..When Clent copy is finished, Can i do all work in this Profile. OR Explain The ALL Profile in SAP and whats the uses of these profile. Thanks & Regards Jag