How to view the change immediately after a java file is modified without restarting server or redeploy?

          Hi All,
          How to view the change immediately after a java file that is used in jsp is modified
          without restarting server or redeploy?
          Moreover, it is better to keep the original session.
          Any suggestion is appreciated.
          Kammau
          

          Hi,
          In order to have a new version of a java class, the current classloader must be
          deleted and a new one created. This is what redeployment does. I believe that
          this is more of an issue with Sun's implementation of classloaders. You could
          ask BEA support (719.232.7878) and see if they have any plans to periodically
          check jar files to see if java class file timestamps and destroy and re-create
          classloaders on the fly.
          1) You will still have to accept the performance hit of destroying classloaders
          and creating new ones. There isn't any way around that.
          2) I would think you would want to have more explicit control in production and
          integration anyway.
          You can redeploy applications from the command line (script) file not just the
          console.
          Hope this helps,
          pat
          "Kammau" <[email protected]> wrote:
          >
          >Hi All,
          >How to view the change immediately after a java file that is used in
          >jsp is modified
          >without restarting server or redeploy?
          >Moreover, it is better to keep the original session.
          >Any suggestion is appreciated.
          >
          >Kammau
          

Similar Messages

  • How to view the changes immediately after a jsp is modified?

              Hi All,
              How can I modify a JSP and view the changes immediately
              without packing a war and deploying again.
              The JSP may reference a tag library.
              And also, I don't want to register the compiled jsp class
              as servlet class in web.xml because there are hundreds of
              jsp files.
              Then, how can I do this to save the development time.
              Any suggestion is appreciated.
              Thanks!!!
              Kammau
              

    Hi Kammau,
              the next thing you should do is:
              - create a standard EAR (jar, not "exploded"), with application.xml,
              manifest entries, etc.
              - try to deploy. If you can't deploy this way, you still have some
              problems which have nothing to do with the jsp-reload-thing. Solve them
              first. (You can ask us, of course)
              - if it works, try to deploy the EAR "exploded" with "exploded" WAR in it.
              - if that works, try the jsp-reload.
              Good luck,
              Philip
              Kammau wrote:
              > Hi All,
              > I try to deploy my jars (local ejbs) and my jsps separately.
              >
              > I have tried two ways, but all fail.
              > 1. I create a app directory under my server directory (same as DefaultWebApp),
              > and put all the jars and the war (exploded) under the directory. Then I add the
              > script in the config.xml likes:
              > <Application Deployed="true" Name="myApp" Path=".\config\mydomain\applications\myApp">
              > <EJBComponent Name="myJar1.jar" Targets="myserver" URI="myJar1.jar"/>
              > <EJBComponent Name="myJar1.jar" Targets="myserver" URI="myJar2.jar"/>
              > <WebAppComponent Name="war" Targets="myserver" URI="war"/>
              > </Application>
              >
              > //myJar1.jar and myJar2.jar are my jars and I put all jsps under the war directory.
              >
              > Unfortunately, it fails.
              > I found the weblogic tried to deploy the jars and war, but both of jars and war
              > can not be deployed.
              >
              > 2. I put the jars into a ear and I also create the
              > app directory under my server directory (same as DefaultWebApp), and put the
              > war (exploded) under the directory. Then I add the script in the config.xml likes:
              > <Application Deployed="true" Name="myApp" Path=".\config\mydomain\applications\myApp">
              > <WebAppComponent Name="war" Targets="myserver" URI="war"/>
              > </Application>
              >
              > Unfortunately, it fails.
              > In this case, I can deploy the jars, but when the weblogic tried to deploy the
              > wars, it can not find the jndi names of my jars.
              

  • How to view the content (contained objects) of transport files without importing?

    Hi,
    we do often receive transport files (DATA and CODILE) from third parties.
    If is is done correctly the supplier of the transport files devliver also additional information about the detailed content of the transport, e.g object lists as plain text file, so that we are informed which objekts will be imported in advance.
    But some suppliers don't. Or we want only check, if additional info and real transport content match.
    So for that reason  I am looking for a possible way to view the object list of such transports without adding it to the import queue or importing it to a sandbox system or even add it to the import buffer..
    Most likely this should be done by a standalone tool (on Windows) or a tool running on SAP accessing the transportfiles (preference: stored only on the client PC  and not added to the transport directory)
    So my question is: Is there any tool that can extract the object list from the transport files and display it?
    Helst regards
    Helmut Fischer

    Helmut,
    If you don't have access to the server console, it might be possible to 'trick' tp into working from a workstation, but I wouldn't bet on it. You'd have to fake up a profile for it. I haven't tried this.
    Peering into the contents of a delivered transport file would be something that your Basis team would typically do. My suggestion is to work with them, either to use tp command-line option from the server console, or if that's not reasonable, then yes, go ahead and add it to the import queue of one of your sandbox systems. You can always delete it from the queue again later. If you don't actually import it, it isn't going to hurt anything.
    To do any of these options is going to require some level of filesystem access to your transport host, as you need to copy the two files that make up the transport there. You need to put the 'K' file into \usr\sap\trans\cofiles and the 'R' file into \usr\sap\trans\data. Then, you can either use the tp command-line tool, or you can go into STMS, go into the import queue of any system in the transport domain (so a sandbox is fine), and use Extras... Other Requests... Add and type in the transport request ID. Yes, this adds some entries about the transport into a few tables, but it doesn't actually import the transport, and it doesn't change anything about your system. It just allows the transport to show up as importable in the queue, and that will make it so that you can read the object list of the transport. Then, if you decide not to import it, you can delete it from the queue, and your system is back to the way it was before. Also, doing this will not put the transport into any other system's queue. Even if you import the transport (into a sandbox system), it won't show up in any other system's queue until you forward it.
    Regards,
    Matt

  • How to view the login log in window NPS after login cisco switch and without SQL server database

    how to view the login log in window NPS after login cisco switch and without SQL server database
    in summary 
    there is only log with event id 4400
    A LDAP connection with domain controller XCPAWS20.cyberport.noc for domain NOC2 is established.

    Hi adil,
    For your issue, you can create a custom security token service (STS) and then set up a trust relationship between a SharePoint 2010 farm and the custom STS.
    For more information, you can refer to the articles:
    http://forums.asp.net/t/1335229.aspx?Sharing+Authentication+Ticket+Between+ASP+NET+and+Sharepoint
    https://msdn.microsoft.com/en-us/library/office/ff955607(v=office.14).aspx
    http://www.paraesthesia.com/archive/2011/02/01/working-with-windows-identity-foundation-in-asp-net-mvc.aspx/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • BOM is changed after creating subcontracting PO,how to adopt the changes

    Hi All,
    BOM is changed after creating subcontarcting PO,how to adopt the changes in the BOM attached to the PO.
    Thank you.

    hi
    try changing the po
    go to me22n and in material item tab clcik on explode BOM
    or just remove the item cat L ,enter and again put it
    regards
    kunal

  • How to view the sql query?

    hi,
      how to view the sql query formed from the xml structure in the receiver jdbc?

    You can view SAP Note at
    http://service.sap.com/notes
    But you require SMP login ID for this which you should get from your company. The content of the notes are as follows:
    Reason and Prerequisites
    You are looking for additional parameter settings. There are two possible reasons why a feature is available via the "additional parameters" table in the "advanced mode" section of the configuration, but not as documented parameter in the configuration UI itself:
    Category 1: The parameter has been introduced for a patch or a SP upgrade where no UI upgrade and/or documentation upgrade was possible. In this case, the parameter will be moved to the UI and the documentation as soon as possible. The parameter in the "additional parameters" table will be deprecated after this move, but still be working. The parameter belongs to the supported adapter functionality and can be used in all, also productive, scenarios.
    Category 2. The parameter has been introduced for testing purposes, proof-of-concept scenarios, as workaround or as pre-released functionality. In this case, the parameter may or may not be moved to the UI and documentation, and the functionality may be changed, replaced or removed. For this parameter category there is no guaranteed support and usage in productive scenarios is not supported.
    When you want to use a parameter documented here, please be aware to which category it belongs!
    Solution
    The following list shows all available parameters of category 1 or 2. Please note:
    Parameter names are always case-sensitive! Parameter values may be case-sensitive, this is documented for each parameter.
    Parameter names and values as documented below must be used always without quotaton marks ("), if not explicitly stated otherwise.
    The default value of a parameter is always chosen that it does not change the standard functionality
    JDBC Receiver Adapter Parameters
    1. Parameter name: "logSQLStatement"
                  Parameter type: boolean
                  Parameter value: true for any string value, false only for empty string
                  Parameter value default: false (empty String)
                  Available with: SP9
                  Category: 2
                  Description:
                  When implementing a scenario with the JDBC receiver adapter, it may be helpful to see which SQL statement is generated by the JDBC adapter from the XI message content for error analysis. Before SP9, this can only be found in the trace of the JDBC adapter if trace level DEBUG is activated. With SP9, the generated SQL statement will be shown in the details page (audit protocol) of the message monitor for each message directly.
                  This should be used only during the test phase and not in productive scenarios.
    Regards,
    Prateek

  • How to use the change log in ODS to track Delta change?

    People say that historical data (like Delta change) in ODS can be tracked in the Change Log.  How to use the change log to track historic data?
    Thanks

    Kevin
    See if it helps
    Every ODS object is represented on the database by three transparent tables:
    Active data: A table containing the active data (A table)
    Activation queue: For saving ODS data records that are to be updated but that have not yet been activated. The data is deleted after the records have been activated.
    <b>Change log: Contains the change history for delta updating from the ODS Object into other data targets, such as ODS Objects or InfoCubes for example.</b>
    An exception is the transactional ODS object, which is only made up of the active data table.
    The tables containing active data are constructed according to the ODS object definition, meaning that key fields and data fields are specified when the ODS object is defined. Activation queue and change log are the same in the table’s structure. They have the request ID, package ID and the record number as a key.
    Data base structure changes
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/d53ec3efdc9b47a9502c3a4565320c/frameset.htm
    Hope this helps
    Thnaks
    Sat

  • View the changes in iSync?

    Hi,
    The sync works perfectly with my Motorola RAZR.
    But is there a way to see what are the changes being applied?
    E.g. when I get a message one new contact added...how do I see which contact is being added?
    Thanks.

    Rather than add on to an existing, unrelated thread, you should post a new thread regarding your issue. Most users are not going to relate View the changes in iSync? to an inability to synchronize a Motorola RAZR V3 with iCal using iSync.
    Only iSync 2.4 requires Mac OS X 10.4.9 at a minimum: no version requires Mac OS X 10.4.10. The version of iSync used with Mac OS X 10.4.7 and 10.4.8 is iSync 2.3, and would have been upgraded to that level from iSync 2—with either an appropriate Combo update application or use of the Software Update mechanism—when bringing your reinstalled Mac OS X 10.4 base configuration to either Mac OS X 10.4.7 or 10.4.8.
    An appropriate reinstallation of Mac OS 10.4—coupled with an upgrade using the Mac OS X 10.4.7 or 10.4.8 Combo update appropriate for your processor type—is the easiest and most effective means to 'restore' synchronization using iSync 2.3.
    The V3m may well be supported by iSync, though not explicitly. The list of supported devices includes these:
    • Motorola RAZR v3 (GSM)
    • Motorola RAZR v3i
    • Motorola RAZR v3c (5)
    • Motorola RAZR v3x
    The (5) flag points to a note that states this about the V3c model closely related to your V3m: "The Verizon version of this phone does not support calendar synchronization." So, if your model has been provided by Verizon Wireless, that may also be an issue. (You did not identify your carrier or specify from whom you obtained your V3m mobile handset.)
    You may also be able to find a solution in this forum by searching for the string "V3m" in the search box in the upper right corner of each forum page.
    Related information can be found using this Google search string.

  • How to see the change logs for billing document

    Dears,
    Could you please how to see the change logs for billing document.
    My client is using ECC 6.0 & if i use VF03 > Environment > changes > does not show the changes i had made.
    Thanks in advance
    Ranjan

    hello, friend.
    you should be able to see changes done after the initial creation and saving, by going thru Environment > Changes.  try it again, and this time make sure that changes were done to the billing document prior to posting to accounting.
    normally, when configuration of Billing is done correctly, there will be little or no instances of changing anything in the Billing document,  as saving the document after creation will post this to Accounting.  of course, inclusion of a posting block in the billing type will provide you the opportunity for changes. 
    regards.

  • How to display the change data    in configruation profile for material

    dear export :
      i want to know  when  the  dependencies of material is deleted  and is added in confirgruation profile for material ,but i donnt know how to disaply the change data .
    please help me .
    best regards.

    Hi
    I don't know if the material document is managed by change document, after posting it any data can be changed in material document.
    Max

  • How to get the changes during ABENDED replicat process

    Hi,
    I am working on Oracle GG bi-directional DML replication. I m stuck in one place.
    My target replicat process was ABENDED due to Error :- ORA-01403: no data found. I restarted my replicat process again by runing the below command
    GGSCI (db1) 30> alter replicat rep2 begin now
    GGSCI (db1) 30> start replicat rep2
    After restart the replicat process I can't see the changes on target server which I had applyed on source server during target replicat was ABENED.
    My doubt is.
    1. Is my command is correct for start the ABENDEND replicat process?
    2.How to get the changes on target server which applyed on source during ABNDED of targer replication?
    3.How to avoid the ABENDED replicat process on production server?
    4.how to track the ABENDED process in production server?
    Please HELP:(
    Edited by: NaveenK on Aug 29, 2012 3:32 AM

    NaveenK wrote:
    Hi,
    I am working on Oracle GG bi-directional DML replication. I m stuck in one place.
    My target replicat process was ABENDED due to Error :- ORA-01403: no data found. I restarted my replicat process again by runing the below command
    GGSCI (db1) 30> alter replicat rep2 begin now
    GGSCI (db1) 30> start replicat rep2
    After restart the replicat process I can't see the changes on target server which I had applyed on source server during target replicat was ABENED.
    My doubt is.
    1. Is my command is correct for start the ABENDEND replicat process?
    2.How to get the changes on target server which applyed on source during ABNDED of targer replication?
    3.How to avoid the ABENDED replicat process on production server?
    4.how to track the ABENDED process in production server?
    Please HELP:(
    Edited by: NaveenK on Aug 29, 2012 3:32 AMHi Naveen. SQL Error 1403 means row not found. Your data is out of sync and you should fix this.
    By doing begin now when this happens, you are skipping all the transactions that were "in-line" since the process ABENDED.
    You have more than one way to deal with these things, first of all you should synchronize your data! This should get rid of the 1403 errors.
    Then you can write rules using REPERROR to tell the replicat how to behave in case of errors should come up.
    Using logdump, you can read the exact row which failed and find out the next RBA to skip that specific one if required. You should also configure a DISCARDFILE to get details about errors when they happen.
    Greetings,
    N K

  • How to view the DDL script prior to object deployment in OWB 10g R2?

    How to view the DDL script prior to object deployment in OWB 10g R2?
    Here is what I' looking for: in 10gR2, let's say I've built dimension X, but it's not deployed yet. I've selected one of the deployment options, let's say: "Deploy to Catalog only". Now, I'd like to see a DDL script that will be executed at the deployment time. Where can I find this script? What screen? What menu?
    Thanks,
    vr

    Viewing the Scripts
    After you have generated scripts for your target objects, you can open the scripts and
    view the code. Warehouse Builder generates the following types of scripts:
    ■ DDL scripts: Creates or drops database objects.
    ■ SQL*Loader control files: Extracts and transports data from file sources.
    ■ ABAP scripts: Extracts and loads data from SAP systems.
    To view the generated scripts:
    1. From the Generation Results window, select an object in the navigation tree on the
    left of the Generation Results dialog.
    2. Select the Scripts tab on the right of this dialog.
    The Scripts tab contains a list of the generated scripts for the object you selected.
    3. Select a specific script and click the View Code button.
    Regards,
    Marcos

  • How to pick the changed name.

    Hi all,
            can anyone help me out ...how to pick the changed name form the table ... if a name changed 
            three times in month, how should I get it in report.???
            I have gone through the tables BUT000 & BUT020 but I haven't got thr trick.
            can you please help me.
    Thanks & Regards,
    Rajeev

    Hi
    You can refer to CDHDR, CDPOS tables as When you change the Object change document get created
    You can put BP number in Object ID
    You can view this change documents in FPP3
    Extras-> Change History
    Regards,
    Prajakta
    Edited by: Prajakta Shringarpure on May 18, 2009 12:55 PM

  • Help, How to view the error log of oracle Job

    Hi all,
    I created a job in my database, which clears the archivelog. After the job is executed, it occurs error.Such as :
    RMAN清理归档日志 1 问题 2010-3-19 下午03时11分00秒 GMT+08:00 PTDB 数据库实例 SYSTEM RMAN 脚本
    How to view the error log of oracle Job?
    Thank you.
    Eric Zhou

    Hello,
    Besides some views (with the scheduler) that you can get on the link below:
    http://download-west.oracle.com/docs/cd/B28359_01/server.111/b28310/scheduse002.htm#CHDGIDFD
    You may use the LOG parameter with RMAN so as to generate a logfile on the server.
    Also from EM DBConsole (starting with 10g) you may have the RMAN Backup Report.
    Hope this help.
    Best regards,
    Jean-Valentin

  • How to clean the windows registry after an unclean install or previous SP2/SP1 uninstall.

    How to clean the windows registry after an unclean install or previous SP2/SP1 uninstall.
    <b>Procedure:</b>
    Run regedit -
    1. Go to HKEY_LOCAL_MACHINE\Software and delete iPlanet folder,
    2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services delete the entries for :  adminXXX-serv,  iAS60, slapd4.1, slapd-servername.
    Run regedt32 -
    1. Go to HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Enum/Root    changed the permission for key LEGACY_SLAPD-xxx from security, and delete it,    check in other controlSet (002/003) also,  including currentControlSet.
    If you are cleaning the Registry after an uninstall, than after cleaning
    registry delete the iAS home dir and "reboot" the computer.

    Sanjeev:
    Maybe you can help. I haven't been able to resolve this one "small" problem which is preventing me from rolling out iWS6.0 SP2. I created a new instance of the server using "Add Server" so that I have 2 Web sites (e.g. test1.domain.com and test2.domain.com), but the 2nd server instance is pointing to the same HTML location as the first (i.e. http://test2.domain.com takes you to the same location as http://test1.domain.com). What do I need to change and where to fix this? Need a VERY quick answer to this to implement a production Web server. I've tried the suggestions made so far (see: http://softwareforum.sun.com/servlet/ProcessRequest?RHIVEID=181&RPAGEID=135&HOID=50B500000008000000966A0000&UCATEGORY_0=_23_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=server+instances&USEARCHCONTEXT_QUESTION_S=0) but nothing has resolved this problem. If you have any ideas at all, I'd appreciate if you could let me know :)
    Thanks!

Maybe you are looking for

  • XI 3.0 vs PI 7.0

    Hi, Could anyone let me know the difference between XI 3.0 and PI 7.0. Regards, RDS

  • How to set number of Rows of a table to be displayed based on user action?

    Hi Experts, I am getting data into the table. But only 5 records are displayed default. I want it to be a user selection. If user wishes to see 10 records, then first 10 records should get displayed. If user selects 'n' records then 'n' records shoul

  • Adobe LiveCycle - Repeating Tables on a dynamic form - issue!!!! Please help

    Hi there I have a dynamic licensed form that 3 user groups will be using. User Group A - completes one section, locks the form and sends to User Group B User Group B - completes rest of form, form is locked unbeknownst to user group B, they send it b

  • I bought a WordPress theme file, can I upload it to Muse?

    The exact theme is here: WordPress - Church and Events - Responsive WordPress Theme | ThemeForest I am new to Muse and would love to take advantage pf its ease-of-use in web design to edit this theme I just bought. I have scoured the internet in sear

  • Dynamic % Participation

    Guys, We have a product hierarchy as follows: Product Total Product Division Group Product Dvision Product Dept etc..... What we need to do is calculate a % of the product totals. Product totals is split in to Merchandise Product and Non Merchandise