Which folder i have to put my .jsp file for web report?

for web report(not the paper report) i put my .jsp files in the
\reports\j2ee\reports_ids\web
folder
this is for the DS(Developer Suite)
i'm trying to move this file to different machine where AS(Application Server)
is installed.
but couldn't find above path. where do i have to put .jsp file for
web report?
or do i have to modify in the registry? if so, where?
Thanks

Hello,
Take a look to the thread :
where to add new jsp reports directory location in path
"...You have to keep jsp files under document root that is OH/j2ee/OC4J_BI_Forms/applications/reports/web directory. You can create sufbolders under this directory and keep jsp files. ..."
Regards

Similar Messages

  • Why do I have to put in a password for my podcast every time I download it?

    Everytime I open Itunes, I have to I have to put in a password for my podcast every time to download it?  This started with the last iTunes and has continued.  Does anyone know a work around?
    Chris

    Hi Lawrence. I'll go through the process. I click on SMTP under outgoing mail server. My primary server, smpt.aol.com is on. The next screen says server, which is on, then underneath that is the outgoing mail server. Everything under that heading is greyed out, which includes the host name, my user name, password (which says optional), user ssl (which is on), authentication, then server port 587. I need to change my password where it says optional, but it is all greyed out and won't allow me to do so. Thanks very much for your help! 

  • My daughter is 7 and I don't allow her to download anything on her iPod touch. I have to put in my password for anything to be downloaded. Recently when putting in my password, I am being ask to enter in an additional email address for verification purpos

    My daughter is 7 and I don't allow her to download anything on her iPod touch. I have to put in my password for anything to be downloaded. Recently when putting in my password, I am being ask to enter in an additional email address for verification purposes.  I need to know why this is.  I have 1 email address that I use and don't see a reason to create a additional email address.
    Can somebody tell me if this is normal?
    Thanks
    Steve

    For security and fraud prevention,  Apple has ramped-up the security requirements for purchases.
    Apple ratchets up App Store security | Apple - CNET News

  • I have just put a link to my web site but it does not appear while using Firefox but it does if using Internet explorer or Chrome why would this be?

    I am using Window 7 I have just put a link to my web site but it does not appear while using Firefox but it does if using Internet explorer or Chrome why would this be?
    It does appear on a friend's computer using Firefox.
    Barossa Vintage Festival ... this is the missing link on my computer just under the link named ... Autumn photo collection

    No problems here with the tree links:
    View photos
    Friends gather for breakfast
    Friends take an Autumn drive
    Photos of the Barossa Festival
    Reload the web page and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)

  • I have somehow managed to lock my phone to one laptop, like I cannot put music on my phone from another laptop and i have to put in screen lock for it to even play! Anyone know how I can fix this ?

    I have somehow managed to lock my phone to one laptop, like I cannot put music on my phone from another laptop and i have to put in screen lock for it to even play! Anyone know how I can fix this ?

    AshleyG0990 wrote:
    I have somehow managed to lock my phone to one laptop, like I cannot put music on my phone from another laptop
    What you did was sync it to a computer. The iPhone can sync to ONLY one iTunes library at a time. you can't put media on it from multiple computers. It's been this way since 6/29/2007.
    i have to put in screen lock for it to even play
    Completely different issue. What did you think it would do when you set a passcode for the phone?

  • HT201303 Why do I have to put payment verification in for free aps?

    Why do I have to put payment verification in for free aps?

    You are required to provide credit card details to download apps be it free or paid.
    Nothing will be deducted from your credit card if the app is free.
    There will be a authorizing hold of US$1.00 to verify your account information. It will be credited back to your account later.

  • For WebLogic 5.1, where should I put my class files for my JavaBeans?

    With JBuilder4, I have built an application with JSP and a few Java Beans (Those JavaBeans are instantiated in those JSP files). There are no EJBs. The package name is called 'onlinetrade'. I have tested the application on JBuilder's web server, it works pretty well.
    Now I am moving this application to WegLogic 5.1. I have encountered a problem with WebLogic 5.1
    and do not know where I should place my JavaBean class files --
    Originally, the JSP files for my application are in package path-- ..onlinetrade\jsp
    and the class files for my beans are in the package path -- ..onlinetrade\jsp\bean\*.class
    Now, with WebLogic 5.1,
    1) I have put my JSP files in
    C:\weblogic\myserver\public_html\onlinetrade\jsp
    2) I have created subdirectory and put my bean class files in
    C:\weblogic\myserver\classfiles\onlinetrade\jsp\bean
    When I started weblogic and the first page - login.jsp page can be up and accessed. But when I login and forward to another JSP page called 'controller.jsp', where a bean is instantiated, I got the following error
    Compilation of 'C:\weblogic\myserver\classfiles\jsp_servlet\_onlinetrade\_jsp\__controller.java' failed:
    C:\weblogic\myserver\classfiles\jsp_servlet\_onlinetrade\_jsp\__controller.java:210: cannot access jsp_servlet._onlinetrade._jsp.registerBean
    probably occurred due to an error in /onlinetrade/jsp/controller.jsp line 53:
    registerBean registerBeanInstance = new registerBean();
    I know the javac is working, and a java file is created upon the JSP page, but the problem is -- the bean class files cannot be found!!!
    Where should I create the package path and put my bean class file so that my JSP pages can pick them up?
    Any help is greatly appreciated!
    Thanks.
    --Tim

    I have mine in WEB-INF/classes

  • Compile jsp file for long time

    Hi All,
    I'm applying patch on EBS 11.5.9, now it's compiling jsp file for about 1hours.
    Below is the log file,
    enumerating jsps...13577
    updating dependency...13
    parsing jsp...13
    writing deplist...13577
    initializing compilation:
    eliminating children...10257 (-3320)
    searching uncompiled...13 (10 were stale)
    translating and compiling:
    searching untranslated...13
    translating jsps...
    Please advise.
    Thanks,
    Kevin

    I'm applying patch on EBS 11.5.9, now it's compiling jsp file for about 1hours.
    Below is the log file,What is the command you use to compile JSP file?
    It is normal for compiling JSP files to run for more than 1 hour, which depends on the hardware resources you have. So, I would suggest you wait and see if the job completes successfully.
    Thanks,
    Hussein

  • How to add more than one JSP file for a single JSPDYNPage component

    Hello Everyone,
                           I am creating one portal application which involves JSPDYNPage component, while creating this component one JSP file is also created. But i want one more JSP file for my application ...i.e- for the same JSPDYNPage component. can anybody tell me how to create one more JSP for the same component.
    Thanks
    Chetan Deshpande

    Hi Pooja,
                 I tried the way u said, but when i try to create it(i.e- right click on pagelet folder & then new---> other......the way u said.) it asks for JSP file name but finish button is disabled even after entering the JSP file name.....is it that i am doing something wrong....please guide me for this & one more thing it asks for folder name also ...where to store that file....but when i try to enter anything.It doesn't show or doesn't allow me to do so
    Thanks
    Chetan

  • To install Photoshop CS6, I have already downloaded the 2 files for Windows.  How can I activate the product?

    To install Photoshop CS6, I have already downloaded the 2 files for Windows.  How can I activate the product?

    I am having the same problem. I did download the two files and started the .exe file. The .exe file appears to run downloading files. When the bar is full the window dissapears without any options. Both files are in the same folder. any thoughts?

  • Use of jsp-file in web.xml

    hello
    can anybody explain about , when we need <jsp-file> in web.xml
    and why we use this tag in place of <url-pattern>?

    If you want to declare a JSP in your web.xml file you use the jsp-file tag instead of the servlet-class tag. Normally there is no need to declare a JSP in the web.xml file unless you want to use init-params.
    Usually people can access a JSP directly wether it is declared in the web.xml or not. So it is not that the jsp-file tag replaces the url-pattern tag so much as the url-pattern tag is not needed for a JSP. However notthing prevents you from declaring the JSP in the web.xml and then mapping the JSP to a different url that doesn't end in '.jsp'.

  • Finding jsp file for the OA framework

    hi all,
    i working in the OA framework, and i need to do some changes in the application and i need to get the jsp files for the shopping carts, i connected to the server through ftp.
    from the about link in the shopping cart it says that the OA_HTML found in the path /u01/applcrp2/crp2comn/html/ but i coudn't find the jsp files for the shopping cart, i also need to locate the java classes for this files
    any help please, is there any documentation on this issue - the location of the files in the OA framework in the server.
    urgent please any tipes
    Mahdi

    Oracle guys - maybe it's time for a "sticky" post at the top of the forum entitled This is not the right forum for asking OA Framework questions.
    The OA Framework Forum is [url http://forums.oracle.com/forums/forum.jspa?forumID=210]here
    I am going to become the top poster on this forum just responding to these ;)
    John

  • I'm sorry, I have to convert the mov file. for use with fce and / or imovie11, better ProRes422 or intermediate codec?

    I'm sorry, I have to convert the mov file. for use with fce and / or imovie11, better ProRes422 or intermediate codec?

    FCE only used AIC for HD.
    Al

  • Do I have to register all *.jsp servlets in web.xml?

    All,
    I'm hoping someone in this forum can help me. I'm working on a report generator that uses JSP to generate a template which is fed to a formatter. What I want is to programatically call the JSP without having to add an entry for every single report to my web.xml. As you can imagine this doesn't scale well since every time a new type of report is added, someone has to go edit the web.xml.
    The options I can think of:
    1) Pre-compile the JSP's
    2) Have a servlet mapping where *.jsp "does the right thing" for me
    3) ?
    Any suggestions? I'm not sure which is the best/practical approach. I really want to get away from having to modify the web.xml for every single type of report that I can generate.
    Thanks!!
    -Javier Delgadillo
    Message was edited by:
    javidel

    Our web app is a web service where all requests get processed by an XFire servlet. So just adding the jsp on the disk somewhere won't do the trick. I have to register the jsp's.
    Is there a better way to do this?
    -Javier

  • Where to put shared JSP files in Tomcat?

    I'm building two different web applications. Both applications are deployed within Tomcat. Now these applications share some JSP files. I can not figure out where to put JSP files that are shared (with the include directive) among several applications. Can anyone help me?
    Thanx debeumers

    Well, now I'm not so sure anymore. But I have some
    checkboxes I want to share among different
    applications. So why can you share classes and jar
    files and can not share JSP's?Sounds like more trouble than it's worth. Disk space is cheap. I'd deploy them with each app.
    The only thing that would make me hesitate is the DRY principle. In that case, I might have "common" JSPs in my version control. I'd have the Ant script from each Web app check out the same "common" JSPs and build them into WARs. That would keep those JSPs common and not violate DRY. JMO - MOD

Maybe you are looking for