Automatic reflection of changes in JSP pages in R12i

As per note metalink note 458338.1, i have set the main_mode from justrun to recompile in context file and run autoconfig.
Also confirmed for the entry in $INST_TOP /ora/10.1.3/j2ee/oacore/application-deployments/oacore/html/orion-web.xml file.
Still i am finding that the _.class files are not being updated in $COMMON_TOP/_pages
The problem is if i add/end data any responsibility for any user, the change reflects in the forms, but not in the JSP pages when the user logs in next time. I have also verified the change in the back end.
Also there are users using iRecruitment JSP pages. Any changes they make is not reflecting. Every time i have to bounce the Apache for the change to reflect.
Any one has any clues on how to resolve this issue?

I just ran those two conucrrent programs and retried.
But still there is no resolution. I added and end dated few responsibilities. how ever they are not reflecting in the JSP page after login.
Also no _.class files show the latest timestamp in $COMMON_TOP/_pages location.

Similar Messages

  • Changes in jsp page not reflecting

    Hi,
    I have a requirement where I have to customize the self registration page in OIM, i.e.
    when a user enters uid, it should be checked for its availablity, that is if the user id is already present in OIM then we may suggest him a set a user ids from which he can select.
    For this, I am planning to have a button "Check UID availability" next to uid text field and then on clicking that button we may proceed with our functionality.
    To achieve the very first step, i.e. creating the button, i edited /tiles/tjspSelfRegistrationTiles.jsp and then created and replaced the old webapp.war file with the new one and then run patch_jboss.cmd file which builds the file successfully.
    But, the problem I am facing is that any changes made to this jsp are not being reflected.
    Any pointers to reflect the changes made in jsp would be helpful.

    Well, thats a strange case with JBoss. I never find these JSP's on the deploy directory. The approach which I follow in such cases is as follows:
    1) Take a back-up copy of XellerateFull.ear file from <OIM_HOME>\xellerate directory.
    2) Extract the contents fo this file to any temporary directory. This will contain a war file xlWebApp.war
    3) Extract the content of this file as well.
    4) Now you will be able to see all the JSP folders and struts xml etc.
    5) Update the required JSP.
    6) Bundle the xlWebApp.war file again.
    7) Bundle the XellerateFull.ear file again.
    8) Now since you have a complete ear file. Directly copy this to JBoss deploy directory. Overwrite the existing file:
    <JBossHome>\server\default\deploy\
    9) Restart the server.
    Now all the files would be visible in the directory location as mentioned by you.
    Thanks
    Sunny

  • Changes in JSP page are not reflected

    Hello all!
    I created in JDeveloper 10.1.2.1 a simple JSP page. Then I ran the page using embedded oc4j - browser showed the page. That's OK. But when I update JSP code and run the page again I don't see any changes applied in browser!
    It seems that page is downloaded from some cache. I can't understand from what one.
    I'm sure it's not a browser - I cleared browser cache and inserted HTTP headers "Expires", "Pragma", "Cache-Control" in response but it didn't help. Besides I tested the same page with standalone oc4j - every time I change the page and refresh it in the browser I see new content.
    Thank you in advance

    I am facing the same problem with JSP!
    File is included from another file, but tried to touch all the files from web content, even removed the files from .jsps. OC4J recreates the xxx.java and xxx.class file (with good content), but to the browser is sent only the old content...
    I am using OC4j version 10.1.3.40.66 embedded in jdeveloper 10.1.3.2.0
    Any help would be appreciated since the project is huge and takes 1 minute to start a deployment and is anoying to do that only to edit one jsp.
    Thank you.

  • How user can change password @ jsp page

    [att1.html]
              

    Try http://dev2dev.bea.com/codelibrary/code/pwchange.jsp
              It is for 8.1, but it can be a good starting point
              <[email protected]> wrote in message news:[email protected]..
              How i can develop a jsp page that let user change their login password that stored in reaml residered at WebLogic 7.0 srever.
              Thanks in advance.
              [att1.html]
              

  • Can I change the JSP page directive dynamically??

    Should I be able to use the JSP page directive...i.e.,
    ("<% reponse.setContentType("application/vnd.ms-excel"); %>
    ...to *dynamically* switch the page content depending on the users choice? -- Or, do I have to build separate JSP pages??
    I want to be able to switch the content-type based on the user choice from "content="text/html" to "content-type: application/vnd.ms-excel"... or vice versa.
    If so, does someone have an JSP example of doing this?
    Thanks for any quick response!!

    <%
    int userchoice = Session("userchoice") // this may also come from database or somewhere
    If (userchoice == 1)
    reponse.setContentType("application/vnd.ms-excel");
    else
    reponse.setContentType(content="text/html");
    %>

  • Stop regenerating jsp servlet when there is no change to the jsp page

              Hi,
              I have a web app deployed in wls 6.1. The weblogic server is always regenerating
              the jsp servlet for the jsp page I am hitting the first time after a weblogic
              server restart even if I have not changed the jsp page. Is there a way to stop
              this. I want the welogic to regenerate jsp servlet only if I changed jsp page.
              

    If you have an alternate address listed and you want to change it to the primary, you should be able to edit it and change it. It's been a long time since I've done this. You may have to sign out of iCloud to do this.
    Have you tried the step listed here:
    Change your Apple ID - Apple Support

  • How Does the Jsp Engine sense a changed jsp page

    Hi All,
    I would like to know how the jsp engine senses the change in .jsp page.Does it look thru the datetime stamp of the jsp page..
    can somebody plz help me on this.
    regards
    Karthik

    As long as the contents of the original JSP page remain unchanged, there is no need to generate a new servlet, since the Java code corresponding to those contents remains the same. For this reason, the very first step taken by the JSP page compiler when it receives a request for a JSP is to check the time stamp for the JSP file corresponding to the requested URL, to determine when that file was modified or created. The page compiler will also check the time stamp on the compiled servlet for this JSP page. If no compiled servlet is found, or if the time stamp on the JSP file is more recent than the one on the compiled page servlet, then a new servlet must be generated. This means that the (new or modified) JSP file must be parsed and translated into source code, and this new source code must be compiled. If the compiled servlet is newer than the JSP file, however, no new compilation is required and control can be transferred directly to the servlet to finish processing the request, saving considerable time. So while the first request for a new or recently modified JSP page will be slow, all later requests go straight to the compiled servlet for response generation.
    regards
    Vishnu

  • How to change the logon page text colour?

    Hi experts,
       I need to do 4 changes in the logon screeen
    1.the "user name" and "password " to "User Id" and "Pass".I have changed this in "umelogonbase.jar".
    2.Change the colour of the two texts(white colour)
    3.with black as background for the userid and pass label and textfield in the left side of the page
    4.Also the background of the screen of the logon page with a company pic ;
    I am following the below
    http://wiki.sdn.sap.com/wiki/display/EP/ModifyingtheLogon+Page
    Kindly help in this
    Naga

    When you follow the steps outlined at the Wiki page, what exactly is where you receive an error? You'll have to change the JSP page of the logon to insert your changes. Have you done this and the changes are not reflected?
    br,
    Tobias

  • Changing a jsp in application

    I have a java web application that is running on Sun's web server for a few years. It consists of jsp pages. In one of the jsp pages, there is a string for database. The database location and name is changing.
    I can change the jsp page in notepad with the new database name, but how do I make it available to the application .... Do I need to compile the jsp page ?
    Thanks

    Yes, that's one use of the include directive, lets you add content inline. You missed an "@" there though. It's <%@ include...
    EDIT: One word of warning; it is not mandatory for the container to recompile the including JSPs if the included resource is changed! It seems you have a smart container which detected that your included JSP had been modified and so it's reflecting the changes in the other files too. But this is not required behaviour and so you shouldn't count on it. AFAIK, Tomcat will also do the same.
    Also, this is a good reason why, even though it seems like a good idea to put the DB URL into one JSP and include it everywhere so that you have only one entry to change when the DB changes, it's still risky. A better way would be to put it as a <context-param> or something similar.
    Edited by: nogoodatcoding on Sep 28, 2007 10:15 PM

  • JSP page and the pageContext.forward() method

    I am running JSP pages on a coldfusion site so that a CF page (i.e. login.cfm) hosts my login.jsp page. I want to reload the JSP page without having to reload the cfm page each time. pageContext.forward() does do this, however, it only forwards on to a new page. I want to be able to reload a page with the new URL parameters (e.g. when there is an error, login.jsp will reload and give the user an error). What is a method to reload the page with the proper URL variables?
    The following code does not work:
    pageContext.forward("login.jsp?operation=user_edit&jsessionid=" + f_URLEncode(session.getId()));
    Because it runs from the login.jsp page (the forward command only goes to a new page)

    Just to clarify...
    I log into your site. The first page shown is the CF page. The CF page automatically redirects me to the JSP page. Then what, exactly?
    Does the login page automatically determine my URL, attempt to validate it, and if it doesn't work, it reloads the page?
    The reason I ask is because there is a difference between the resulting HTML page and the JSP class file that generates that HTML page. Generally speaking, most web servers, particularly Tomcat, do not recompile the JSP class file, they just simply pass the parameters to the existing class file, and a new HTML page is generated.
    So technically speaking, every time you visit the login.jsp page, you will get a brand new HTML page. The contents of that page are the same because you presumably pass the same parameters to the class which hasn't changed. But in other words, no, you can't forward to an "old" page that was previously generated by the class - each time the web server calls that class, it creates a "new" page.
    Or are you saying that every time you attempt to forward to the login.jsp page, the system erronously calls the CF page instead?

  • Recompilation of java class invalidates taglib jsp page?

    Hi everyone,
              I have a JSP page which calls a custom tag library. On freshly compiling
              everything and
              calling the JSP page from a browser for the first time the output is as
              expected.
              However when ever I recompile one of the classes that get called anywhere in
              the tag
              library call the tag no longer works (internal error from the server).
              To get it to work I have to change the jsp page so that it recompiles.
              Weblogic server 5.1 (no service patches yet) running on NT server SP6a.
              Any ideas?
              MTIA
              Craig
              

    p.s
              The following errors are in the log file.
              Is this another class casting problem?
              Does any one have any explanations?
              Ta
              Craig
              <ServletContext-General> Servlet failed with Exception
              javax.servlet.ServletException: runtime failure in custom tag 'MyTag'
              at jsp_servlet._taglib._jspService(_taglib.java:89)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              , Compiled Code)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              Manager.java, Compiled Code)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
              Compiled Code)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
              Compiled Code)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
              <ServletContext-General> root cause of ServletException
              java.lang.ClassCastException: com.bt.db.MyTag
              at jsp_servlet._taglib._jspService(_taglib.java:77)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              , Compiled Code)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              Manager.java, Compiled Code)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
              Compiled Code)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
              Compiled Code)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
              "crg" <[email protected]> wrote in message
              news:[email protected]...
              > Hi everyone,
              >
              > I have a JSP page which calls a custom tag library. On freshly compiling
              > everything and
              > calling the JSP page from a browser for the first time the output is as
              > expected.
              > However when ever I recompile one of the classes that get called anywhere
              in
              > the tag
              > library call the tag no longer works (internal error from the server).
              > To get it to work I have to change the jsp page so that it recompiles.
              >
              > Weblogic server 5.1 (no service patches yet) running on NT server SP6a.
              >
              > Any ideas?
              > MTIA
              >
              > Craig
              >
              >
              >
              >
              

  • How can i change login.jsp in oracle portal

    Hi every body,
    I want to change login.jsp page or replace another page instead of it.How can i do this?
    can i build a page and add login portlet to it and replace it instead of login.jsp

    I have tried this. (But I just modify the jsp code directly)
    But page doesn't change at all.
    Also there is another question.
    Where should i put image file???

  • Changes not reflecting in JSP page

    Recently we upgraded our server from orion to oc4j.When on the client side any changes were made in the java bean
    its not reflecting immediately in the corresoponding jsp page or the application. We tried to look at all angels like class file in web-inf its changing there.The changes are taking place only after restarting the server. Pl give us valuable suugestion
    Regards
    Kumar

    It is correct that the change in the JavaBean is not taking effect until you restart the server (as far as I know anyway).
    If you are using version 9.0.4 or using a version that uses JDP 1.4.x try using the HotSwap tool which can dynamically reload classes on the fly. Excellent tool for development but not sure if it is recommended for a Production environment.
    Also, if you are using JDK 1.4.x, try using JDeveloper 10g and it's excellent debugging tools for development, it will swap your classes into the running JVM if the debugger is switched on.

  • How do I turn off automatic formatting of JSP pages

    Whenever I drop a component into my JSP from the component pallete JDeveloper automatically formats some "seemingly" random part of the page. This is very annoying since I spent time formatting the code the way I like it and then it's just re-written.
    I really want to turn this option off since it makes the pages almost unreadable, especially if you have a small print margin set.
    Help????

    I answered my own question. What I found happening was that every time I pasted into my JSP page the code seemed to be reformatted. What really was happening was that the indentation was being adjusted and the line formatted to fit within the specified right margin.
    If you go to Preferences|Code Editor and check off 'Adjust Indentation When Pasting' and 'Reformat Code Block When Pasting' this behavior goes away and the document stay's pretty much intact. It seems to be a good idea to increase the right margin also.
    The only formatting that occurs now is for the line you pasted and any lines below the pasted line are moved up under the pasted line.
    This change at least minimizes modifications so that if multiple developers make changes any code merges are reasonable.

  • Updations done in valueChangelistener not reflected in jsp page.

    I want to update most of my backing bean properties in a value change listener. But the changes made in valueChangeListener merthod are not reflected in my jsp page. Can anyone explain how to do this?
    Edited by: Ashok_431 on Aug 19, 2008 10:52 AM

    Ashok_431 wrote:
    What is significance of immediate attribute.It shifts conversion and validation to the 2nd JSF phase.
    Check this article for an explanation of the JSF lifecycle: [http://balusc.blogspot.com/2006/09/debug-jsf-lifecycle.html].
    Check this article for the use of the immediate attribute: [http://balusc.blogspot.com/2007/10/populate-child-menus.html].

Maybe you are looking for

  • Key fields in variant tables.

    Hi masters, i would like to know the use of "key field" in variant tables. according to definition:This indicator shows whether a characteristic is used as a key field for accessing tables. Key fields have the value "X". When the table is accessed, t

  • [SOLVED] Gnome 3.2 - Applications Menu empty after update

    After updating all my boxes from 3.0 to 3.2, one of them got the Applications Menu wiped. The .desktop files are all there but none show up in the Menu, it's just empty. Apart from that everything seems to work just fine, did anyone came across a sim

  • I-tunes wont play songs

    I open i-tunes, click on a song and nothing. Player will not start playing. I have to shut down and reboot to get i-tunes working again. Might be Ok for a few hours or a few days but then it happens again. Its always after Ive left the computer sitti

  • LO Extraction

    Hi BW Experts As I am in Support project since one year i use to fix the load issues and some reporting stuff. Now iam doing developement stuff and now i want to know clear picture of LO Extraction. So can any one help me from scratch how to extract

  • Set different default values for table built using subforms

    I'm using Designer 7.1 and need to have tables with a fixed number of rows, where the first column is readonly and displays a set of distinct values. For example Body System Normal Abnormal Comments Head Neck Respiratory etc. I'm constrained to build