Changes made in jsp are not reflected

webpages are not reflected after modifying jsp pages
what i need to do??
thanks in advance

Hi
Thanks for your reply,
I am using CQ 5.5 and was installed service pack 2.
1. We make package from SVN or through maven build to the CQ dev server.
2. JSP changes perfect but /var/classes java files contains old code(i.e new JSP file complitation is not happening )
3. Only when we restart server, /var/classes reflecting with new code other /var/classes have old code only.
What is best procedure to re-compile JSP with out Restart server.

Similar Messages

  • Changes made in BOM are not reflected in Configurator.

    Hi all,
    When i update minimum and maximum quantities in BOM, the new values are not reflected in the configurator.
    I have found a patch (patch# 4410573) for this issue in metalink and applying that patch did not resolve the issue.
    I have logged an SR with Oracle for this and Oracle support have asked me to run "Refresh Single Configuration Model" concurrent program and see if the changes are reflected.
    This program has 2 parameters one for folder and the other for Configuration Model Id.
    When i try to run the program, for any of the folders, the value set for the parameter Configuration Model Id does not show any values and hence i am unable to run the program.
    We don't have a separate instance for COnfigurator.
    Do i need to do any set up so that my Configuration model is reflected in the LOV?
    Can anyone please help me on this?
    Oracle Apps version: 11.5.10.2
    Configuration software build: 11.5.10.25.43A
    Regards,
    Sreekanth

    Hi Jason,
    Please see my comments below
    Jason said*
    Support is correct. If you haven't run the Refresh a Single Configuration Model concurrent program for your model, then the new BOM attributes will not be visible in your model. Changes to items/BOMs are not directly reflected in the configuration model. You must "refresh" the model to see the changes.*
    Even without running the "Refresh a Single Configuration Model" concurrent program, in some scenarios, changes are being reflected in Configurator.
    Ex:
    When i change only minimum and maximum quantities, the changes i.e. new minimum and maximum values are not reflected in Configurator.
    But, when i also change any of the following fields along with minimum and maximum quantities, new values are being updated in Configurator with out running the refresh program.
    effectivity_date, disable_date, component_quantity, planning_factor, component_yield_factor and optional class
    Can you please explain this?
    Also, i have already tried executing the query by commenting the enclosing_folder check. But still, the query is not retrieving any records.
    Basically, the sub-query that fetches devl_project_id itself is not retrieving any records.
    Jason said:+
    Based on the SQL above, the only criteria for importing a model is that the item under the folder must be:+
    a. A Model (PRJ = Project)+
    b. The Model cannot be deleted (Deleted_flag must be '0')+
    c. And the model must have been imported from Oracle apps, e.g. it cannot be a non-BOM model (orig_sys_ref is not null)+
    Can you please tell how can i check whether model is imported into configurator or not and if it is imported from where is it imported?
    Regards,
    Sreekanth
    Edited by: Sreekanth Munagala on May 12, 2011 8:52 AM

  • Changes made to files are not reflecting

    File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification.
    Other file, another site but similar situation.
    Content changed - form added but next day the change is not reflected.
    SharePoint 2013
    Please help.
    Thanks
    Pj

    HI Alex,
    Answers to your questions inline below:
    So you are editing a file, modifying the content in there and saving it but the changes are being lost?
    Ans: Yes.
    1. Have you checked the file immediately after closing it to see if the changes lasted?
    Ans: I am not sure, if I checked the files immediately after. I think the changes were saved properly because I didn't get any error.
    I managed to print out a file with a new element on one day but on the next day in the same file, I saw that element was not there.
    I sometimes open the files through the Newsfeed tab, does that matter? My understanding is that the system is going to the original location to open the file
    2. Do the changes then disappear later that day at some point?
    Ans: That is my understanding.
    3. Does this happen just for those files?
    Ans: So far I have observed it for two of the files only.
    4. Do you have versioning or publishing enabled on those lists? Versioning will let you see who changed it when and approval or publishing might be hiding things?
    Ans: Versioning is enabled, publishing - not.
    When I go to check versions to see, if maybe someone overwritten my change and retrieve the previous version, there is no previous version with the changes i made
    the previous day.
    Thanks.

  • Changes made in EMS are not reflected in EMC

    Hello all,
    I realise that this is 2013 discussion, but I could not find a 2010 section.
    My problem is simple: any change that I make inside the Exchange Shell is simply not reflected in the Console. It doesn't appear there. It can't be searched for. Nothing.
    I'd like to know how to fix this. Exchange is very broken when it is operating like this, and I pretty much cannot do anything. Customer GALs are exposed to each other, etc.... because changes won't occur even though the shell says they have.

    Hi
    What changes are you making? Some changes do take time as replication etc. happens in the backend. Have you tried restarting the server? do you see any changes after that?
    Please also check the Application log for errors.

  • Changes made from application are not reflecting in Database and vice versa

    I am updating changes from my Application. However the data in not reflected in the DB. I logged in and can see no change. However, the changes are being reflected in the Application, even after a server restart. Any ideas on this ?? its wierd !!

    SELECT   c.sql_text sqltext
        FROM v$session a, v$sqltext c
       WHERE a.SID = :session_id AND a.sql_address = c.address(+)
    ORDER BY a.status, a.last_call_et, A.SID, A.username, C.pieceSQL_ADDRESS
    SQL_HASH_VALUE
    SQL_ID
    SQL_CHILD_NUMBER
    Check this to see the last executed sql in your database , make sure you connect to right database with right schema
    Last executed sql

  • Changes in outline made from EAS are not reflected in EPMA dimension lib

    I added member formulas to some members in the account dimension using Essbase Administration Services and save them, when i opened workspace, I didn't see the change reflected in my planning application though i refreshed database from workspace. Any ideas?

    Hi,
    Any changes made in EAS will not be reflected in Planning. And also if you refresh it from workspace/Planning, the changes made in EAS are lost.
    If you want to apply any formula to a member in a Planning application you need to do it in Planning and then refresh it.

  • Changes made in jsp pages not showing in weblogic 92

    Hi:
    I am using Weblogic 92.
    I ran an ant script and it copy the ear file
    to the following directory.
    C:\bea92\user_projects\domains\Inquiry\autodeploy
    This should autodeploy the application but it doesn't seemed to show the changes I made.
    I also copy the ear file to the following directory:
    C:\bea92\user_projects\applications\Inquiry
    and
    C:\bea92\user_projects\applications\Inquiry\autodeploy
    The worst part is even if I delete the ear files in the above directory and when I restarted weblogic 92, in the admin console it still shows it and when I tried to delete it, it says the ear file was deploy autodeploy and you must delete it manually something like that.
    But I already deleted it manually but it still shows in the weblogic console. This is very frustrating.
    In weblogic 8.1 I didn't use autodeploy and I don't have any of these type of problems!!
    I also noticed that in the directory:
    C:\bea92\user_projects\domains\Inquiry\servers\AdminServer\stage\_appsdir_inquiry_ear
    it contains an old ear file.
    What are the directory I have to updated exactly with the new ear files for the changes to show up in the application?
    Any help would be greatly appreciated.
    Yours,
    Frustrated
    Edited by jadeite100 at 03/22/2007 3:38 PM

    Hi, Shonda, I can find "Main Mode" for my Jdeveloper 9.0.5.0.0 at
    Tools -> Embedded Oc4j Server settings -> Global -> JSP Container.
    If you can not find this parameter as above, can you use the index search for "Jsp container" or full text search for "embedded oc4j"?
    Anyway, I believe there is way to confirm / change this parameter. At a last resort, you might search for files that contains "main_mode" or "main mode", case ignored, so as to get a clue where this parameter is stored.
    I have been using 9.0.3 oc4j for some time. If the main_mode is recompile, any change of my jsps is always reflected immediately.

  • Changes in Crystal reports are not reflecting after publishing

    Dear SDN Mates,
    We are facing problem with Crystal reports. After making the changes in the crystal reports, it is not reflecting in the portal after publishing. Still it is showing the older version of the report.
    Can anyone please help me on this.
    Thanks and Regards
    Arun S

    Hello Prathamesh,
    After publishing the report, we require some changes in the report and doing some modifications in crystal report and again we are publishing this report. After publishing the report for second time, those changes are not reflecting in the BOE portal.
    This is happening for all reports. Can you please suggest me on this.
    Thanks and regards
    Arun S

  • Changes made in RFC is not reflected in data services

    Hi,
    I am using a data service based on SAP R/3 RFC in my view
    In my RFC i have some import parameters
    and some export parameters
    and when place a data service which is based on this RFC on the view  for the first time , I am getting the import parameters and export parameters correctly
    but the issue comes
    when ever some one make changes in RFC and activating it again.
    those changes are not reflected in data service (ex: a new import parameter is added or a parameter name is changed  in the RFC, this is not reflected in data service)
    i tried with deleting the existing data service and creating a new data service based on modified RFC
    but even iam getting the data services details as pervious one ( as old data servie which  i used at firt time)
    why this is happening
    how to solve this issue
    regards
    Srinivas

    Hi,
    Yes you need to restert the J2EE engine. Because when you  imort it first time then it holdes it in cache  memory. It will not be updated untill you restert the server. You restert the server then try it , you will get the right result for updated RFC.
    Thanks
    Chandan

  • Changes made in Lightroom are not displayed in Bridge.

    When I make changes to my jpeg or psd files in Lightroom 4.3, these changes are not displayed in Bridge.
    I'v checked the appropriate box in Lightroom's Catalog Settings "Auotmatically write changes to XMP".
    What am I doing that's incorrect?
    Digitalmac.

    With the box <Auotmatically write changes to XMP> checked, it may take a while until Lr "gets around" to writing the changes to xmp.
    To check directly do this: immediately after you made changes to an image (PSD or other) press Ctrl / Cmd + S (letter S on you  keyboard), wait until the progress bar has finished and then check your image in in Bridge.

  • PP & AE Dynamic link - changes made in AE are not showing up in PP

    Hello,
    I am doing the following:
    1. In Premiere Pro (CC 2014) I select a clip on the timeline --> right-click --> Replace with After Effects composition.
    2. In AE, I am doing some animation of text.
    3. Usually, any changes done in AE, are automatically shown in Premiere + the red line appears which means I have to render the clip.
    4. Once in a while and not vert often, for certain clips, it randomly stops working:
    I am making a change in AE, but the change is not seen in Premiere and the line above the clip doesn't change to red.
    Any idea what might be causing this and how to fix it ?
    Thanks,
    Tal

    Thanks for you responses WC. The changes I made to iPhoto did eventually show up, but it took over an hour. This is really the only 'issue' I've had with my ATV2, but it was extremely frustrating. I tried rebooting the ATV, my computer, and a number of other things, but nothing worked. Eventually I walked away from it, and when I came back everything had updated.

  • Changes to the infoobject are not reflecting in the query Desinger level.

    Hi All,
    We removed some Attributes to one characteristic and transported into QA.
    The removed attributes are not getting in BEx query designer in Dev, But we are getting those removed attributes in the context menu of that particular Char in BEx Designer in QA.
    We checked in the Characteristic level, those removed Attributes are not there in Info object level but still those Attributes are displaying in BEx designer level in QA.
    And info object showing as gray color even though we activated the info object, We think this may be the cause to not reflect the changes to BEx Designer level.
    Can any one suggest us to resolve the issue.
    Thanks & Regards,
    Raju. E

    Hi Raju
    Go to transation RSRT enter one of the reports and click to Generate Report. If this solves your problem then you can go to Environment\generate queries directly to regenerate the impacted queries.
    Cheers
    Tansu

  • Transports successful, but changes made in Dev. are not visible in the QA.

    Hi,
    I have made a couple of transports from Dev. to QA relating to few queries. Query elements include newly added variables and formula chages. All the transports were successfully and none of them produced niether an error nor a warning message. But what bothers me is why have the queries in QA didnot catch the changes made in Dev and transported to QA. This is quite strange for me. Can any one of you help me.
    Thanks
    Raj

    Hi Kiran/AVR,
    Sorry for the delayed response. query elements are successfully collected in the request. I can see in QA system that "Object imported and generated or activated" in the Lock/Import status field in SE10. Also the relevant tables in QA like RSZELTDIR, RSZCHANGES, RSZELTPROP are updated with these objects.
    I am still not able to understand why the query in QA has not captured the changes.
    Thanks
    Raj

  • Changes in Logonlables.properties are not reflecting in Logon screen in EP

    Hi frndz..
    Am chnaging the logon screen branding image and text and also the WELCOME text n the copy rights text also.
    For this am following a like  in that itz saying to take the PAR file "com.sap.portal.runtime.logon.apr"  
    from the following localtion.
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    but i didn't find any par like above the above specified location, but i found tha same par in the path of
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\temp.
    so i taken tha PAR from ther n made the chnages in same PAR only i did't renamed PAR in same par only i made the chnages but itz not reflecting after server restart also
    Thanks in Advance
    Regards
    Rajesh

    Hi,
    Why don't you try from portal end? downloading and uploading the par file from portal.
    Check this blog https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa
    PradeeP

  • Screen changes made through JavaScript are not rendered

    Hello,
    What I have done first:
    1) Download <a href="http://www.adobe.com/devnet/livecycle/articles/AddingRemovingTableRows.pdf">http://www.adobe.com/devnet/livecycle/articles/AddingRemovingTableRows.pdf</a>
    2) Open it with Adobe Designer
    3) Save as xdp file
    4) Create simple WD component
    5) Insert InteraciveForm UI element and bound all reqiuired properties
    6) Move AddingRemovingTableRows.pdf to src\configuration\Components\<name of WD component>\ and rename to be the same like in UI elelemnts property "templateSource".
    7) Run application
    Now, the problem: <b>rows are not added</b>! I got the message about max limit BUT screen itself is not changed.
    I placed FileDownload UI elelement and bind it to the same context attribute as pdfSource and tried to download generated PDF. Then I opened it with Adobe Designer and saved as xdp file.
    The diference between initial and generated includes among others:
    Initial:
    <acrobat>
    <acrobat7>
      <dynamicRender>required</dynamicRender>
    </acrobat7>
    </acrobat>
    Generated:
    <acrobat>
    <acrobat7>
      <dynamicRender>forbidden</dynamicRender>
    </acrobat7>
    </acrobat>
    Could some one give me idea how make script (which adds rows to table) running?
    Thank you!
    Best regards, Maksim Rashchynski.

    Hello Maksim,
    You have to render a 'dynamic PDF' on the server. This can be achieved by using the <a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/wd/com/sap/tc/webdynpro/clientserver/adobe/pdfdocument/api/IWDPDFDocumentInteractiveFormContext.html#setDynamic(boolean)">setDynamic</a> method of the IWDPDFDocumentInteractiveFormContext interface.
    Regards,
    Philipp

Maybe you are looking for