Maintaining or Editing xml files

Hi All,
        I am migrating a web application from tomcat to SAP WAS CE. In this web application there are some .xml files, porperty files. These xml files contains information like path of the log files, server urls, dabase information. Now the problem is when I will transport this web application to quality server then all these paths of log file, server urls, dabase info will be of Development server, so I would have to modify these .xml files on quality and production server.
           Is there any functionality in nwa that will allow me to modify these .xml files of this web application. Is there any tool available for this.
Regards
Jayant

Hi Benny,
                Thanks for your help. Studio you means to say NWDS? I want to edit these .xml files after transporting it to quality server. I want to know is there a way to maintain these files of my application with the help of nwa link or something similar tool. For e.g. in NW 2004s for web services we can change the logical port(after transport) with the help of visual admin, I am looking for such option.
                  We are finding a way to remove this information from .xml files, but for the time being customer wants to keep this as it is.
Waiting for your reply
cheers
Jayant

Similar Messages

  • How to edit xml file particular value. and how to send xml file over ip address 192.168.2.10 using ftp

    how to edit xml file particular value. and how to send xml file over ip address 192.168.2.10 device using ftp through Ethernet

    Hello
    For using FTP function in LabVIEW, I recommend you to check this document: FTP Basics
    Also, take a look at FTP Browser.vi, which is available at the Example Finder.
    To edit a XML file, try to use VIs in XML palette. Maybe Write to XML.vi helps you.
    Post your current VI if possible.
    Regards
    Mondoni

  • Editing XML File

    Any idea or url around for an example how to edit XML files
    with ASP.VB ?
    thanks fpr any reply
    Sebastian

    To modify an XML document obtain a DOM stucture of the XML file, select nodes with XPath expression, and modify nodes.
    http://otn.oracle.com/pub/notes/technote_domparser.html

  • Can you edit xml files in adobe contribute

    can you edit xml files in adobe contribute

    No, you can't even open them in recent versions of PSE.

  • ZAV 8 - howto image fat cli/editable xml file on local PC...

    I have a fat client we want to image with ZAV 8. The issue is that there is an xml file on each local PC similiar to a TNS file it needs to use. How do I use ZAV 8 with this fat client and be able to point to the xml file on each individual PC? I've already used ZAV 8 to create an image of gw802.

    As always there are a few options:
    1. Include the xml in your virt... snap/config your app but don't build, add the file to the correct location in the files section. This will make the file pretty much static though, only the virt app would be able to edit it.
    2. Use folder isolation settings to allow the virt app to see the xml file on the PC. Snap/config your app but don't build, in the files section add the folder path of your xml. Set isolation(for all folders in path based on need) to either merge or writecopy. I personally try to avoid merge if at all possible. look at the zav help section (search for isolation) to see a description of the isolation settings.

  • ACLs and editing XML files using OEM

    Hi,
    How to edit the registered schema file using OEM?
    I tried, but did not allow to edit.
    What previliges do a user need to update? In my case, even the user with DBA, XDBADMIN roles can not edit the content of the schema in OEM. Is it possible?
    In case of acls, there are four xml files. Are they assigned to resources or is it possible to assign them to users as well?
    I mean to say is it possible that different users have diifernt access to resources?
    Thanks.

    Hi
    It is not possible to update a schema via OEM.
    The only way (except via SQL) is to use an editor that supports WebDAV.
    Notice that no schema evolution is supported in 9i, i.e. you should have no types or tables that depend from it.
    In the ACL you can specify which user or role has access to the resource associated to it.
    Chris

  • How to edit xml files in flex builder 3

    Hello Forum
    I'm new to flex, trying to learn my way around it.  I usually use Flash to write my actionscript, but the eclipse interface seems intruiging...
    First question:  I am setting up a config.xml file where the main variables are set for the application.  For some reason Flex Builder 3 doesn't really let me edit or even create xml files?  What is the reason for that?  Do I need to install something additional? What am I missing?
    This is a pure actionscript application by the way...
    Any advice is much appreciated.
    Thank you
    sk

    Hi Stephan,
    never the less the way to install plugin.
    Help - Software updates - Find and install...
    "Search new features and install" Next
    "Europa Discovery Site" Finish
    Choose any nearest mirror for your location.
    Find "Web and JEE Development" folder.
    There are "Eclipce XML Editors and Tools" and
    "Web Standard Tools (WST) Project" check them to install. This plugins requier some other plugins, so it's easer to click "Select required" button on left side  to check them all automaticaly.
    After that standart installing procedure: Licence agreement, downloading and so on.
    Hope this helpful.

  • Editing xml file inside a Jar

    Hello ,
    After creating my desktop application i created a Jar for it, but when i tried to change my program settings through the jar(Which is set in an xml file), i found that the changes did not happen.
    After some search i found that i can only edit files in a Jar by re-creating the jar again.
    Sure there's another easier way ? .... This is a normal demand.
    If not then what's the best way to deliver my program to my clients ?
    Thanks ,
    Hesham

    pbrockway2 wrote:
    i found that i can only edit files in a Jar by re-creating the jar again.That's correct.
    You could consider using the [Preferences API|http://java.sun.com/javase/6/docs/technotes/guides/preferences/index.html] to store program settings.
    ... or put the altered config in an external XML file. You could still keep a default config XML in the jar.

  • Editing xml files.

    I have a small 2 page website and I need to write an XML sitemap for it. Iv'e tried using TextEdit and have saved it as Plain txt UTF-8. I then thought I could just change the .txt to .xml - but google doesn't like it! Any ideas?
    Plenty of stars to the winner!

    If this link doesn't help
    http://iWebFAQ.com/GetOnGoogle
    try downloading a sitemap.xml file by control-clicking/Save Linked File to the Desktop and editing the file to suit your needs.
    http://iWebFAQ.com/sitemap.xml

  • Edit xml file

    what api can i use for editing an xml file?
    i don't to write a new file.
    i just want to insert tags in beetwen other tags.
    maybe you will provide some example :)
    thanks.

    With text files writing a new file is almost always the way to go. To insert or delete stuff from an existing sequential file you need to move everything that follows the alteration up or down which is very complicated and hideously innefficient.
    Create a new file using a temporary name, then rename the old and new files so that the new file gets the old name.
    Probably your best approach is to use a DOM parser to read the old XML, then a Transformer to write it back to disk, it depends on how big the XML file is likely to be.

  • Edit XML file with VB Script

    Hi There1. There is a config.xml file on each computer2. Here is an short example of the xml file:
    1000
    [email protected]
    1
    1
    1
    \\mediasrv\user1\extension
    3. I need to write a vb logon script that need to do the following :
    - Change \\mediasrv\user1\extension to \\mediasrv2\users\user1\extensionI am still busy learning Vb script ect.Can someone please point me in the right direction on what to do in the script?
    This topic first appeared in the Spiceworks Community

    Hi There1. There is a config.xml file on each computer2. Here is an short example of the xml file:
    1000
    [email protected]
    1
    1
    1
    \\mediasrv\user1\extension
    3. I need to write a vb logon script that need to do the following :
    - Change \\mediasrv\user1\extension to \\mediasrv2\users\user1\extensionI am still busy learning Vb script ect.Can someone please point me in the right direction on what to do in the script?
    This topic first appeared in the Spiceworks Community

  • SAF-T Problem when editing XML file

    hello,
    SAP released the RTXDART_PT report, to satisfy a new Portuguese legal requirement that becomes mandatory for all companies (following OECD norm).
    The SAF-T is a file containing reliable accounting data exportable from an original accounting system (we use DART module in SAP) for a specific time period and easily readable.
    I have just implemented the solution DART but I have a problem to produce the XML file.
    I have the flat file using FTW1A transaction but when I launch RTXDART_PT transaction, I have not the XML file created.
    Does anybody know how to proceed ?
    Thank you very much.

    Bom dia
    Nós temos um problema com o Codepage layout, mesmo depois de termos aplicado a nota:
    Note 1128306 - SAFT-PT: RTXDART_PT : Dart PT additional corrections
    Criado o Badi e aplicado as correcções adicionais.
    O que se passa é que na edição do XML sempre que temos caracteres "&" por exemplo em fornecedores "R & R, lda" o que nos é visualizado através de um editor de XML é o seguinte: "R & R, lda" isto acontece com diversos caracteres que o programa não converte, alguém tem alguma ideia de uma possivel solução?
    Obrigado
    JM

  • Editing XML files in FB3?

    can i install plugins in FB3 the same way i do with Eclipse?
    i tried installing XMLBuddy, but it didn't seem to take...

    You can install FB3 into eclipse as a plugin.
    Then anything you want as an eclipse plugin you can add.

  • How to create and modify an XML file from an Oracle Form

    I would like to build an Oracle Form to maintain a small XML file in the file system (i.e. Not in Oracle database but in the operating system).
    I would like the Form to display existing values from the XML file and the user can update and save content back to the XML file.
    Can any one tell me how this can be done? Thanks.

    Does Forms 9i provide any XML Parser Functions?
    Can I insert the XML file into a table column by inserting XML using the XSU Front End rather than using TEXT_IO to maintain the XML file directly?
    Can I use XSU PL/SQL API in Forms to retrieve and modify XML values?
    Any help is appreciated.

  • How can I edit XML results ?

    Hi,
    In the documentation I read about how to get the results of a query (in .xsql) as a XML-page using the XSQL Servlet. With forms I can insert data into the Database, but what about retrieving data from it and immediately edit and update it (combination of the two) ?
    What is the easiest way to achieve that ? I just want to update my data using XML as a data interchange format...
    thanks,
    Erik

    One of the difficulties would be locking
    your record.
    Without locking, it's just a matter of
    writing your XSL to enter data as a default
    value into text fields in a form.
    You could also use Transviewer Beans to
    create a Swing app to edit XML files.
    null

Maybe you are looking for

  • HT204053 my apple id is not an email adress and therefore I cant get on icloud

    Anyone any ideas how to do this? I try my email address- doesnt work. My apple id (I used to sign in here) doesnt work ("because its not an email address") ?

  • Can we have more than 1 UI element in a single table column?

    Hi All, For example, I want to have IMAGE, ProgressIndicator and LinkToAction together as a template in a table column. I already tried without success. I could only add single UI elements. After that, tools won't let me do it. Any help or suggestion

  • Laptops and  PS and AI CS 3

    WIll these two softwares work well on an IBM OR Mac laptop, notebook (I don't know the difference) or must I have a MAC? If I DO get a laptop, what should I look for in equipment? Thanks so much for the info..............mm

  • Is it safe to reload your OS using BlackBerry Device Software? (9300 curve)

    I'm planning to Reload my OS 6 using BB Device Software to fix the battery problem. Will this be safe? Or is this the proper way on reloading the OS. here is the link I want to perform : KB11320 - How to perform a clean reload of the BlackBerry Devic

  • Object Name / Name Server configuration

    Hello community, I am trying to grasp how to setup the name server configuration in the sld for use with JDI / NWDI. What makes me wonder is that one has to provide a namespace prefix / object name in two different locations (NW04sSP09 / SR2): 1. sld