Where to put jsp web report files on Oracle reports server/ Oracle AS

Dear All,
I am trying to deploy my Oracle web reports on Oracle Reports Server 10g.
I have designed a sample web application for the same and deployed it on Oracle Application Server.
What is given in the online help:
Transfer the report file ( RDF, REP, XML, or JSP) and its associated files (for example, PLL, PLX or referenced images) to the deployment directory on your application server.
Ensure the directory on the application server where you've transferred the file is listed in the Reports Server access path. If it is not, use the REPORTS_PATH environment variable, or set the sourceDir property of the Reports engine element in the server configuration file.
Now few questions:
What is the case if Application server and Reports server are different?
The reports files are to be put on Oracle AS or Oracle Reports server? In my case both are same.
1. I have tried to put the JSP files in the folder where index.html of web application is located. But it wont work and gives some error. The tld related jar is placed in the WEB-INF\lib directory.
2. I also tried to put it in a folder and referred that folder by creating an environment variable REPORTS_PATH over Reports server. But Reports server wont find it.
Please guide me in this issue.
-Sameer

Hello,
Take a look to the thread :
Re: where to add new jsp reports directory location in path
Regards

Similar Messages

  • Where to put the Transform.xsl File

    Good evening!
    I am trying to execute a bpel:doXslTransform(xslURI,$a) and i dont know where to put the transform.xsl file for this operation.
    Can anybody tell me?
    Greetz,
    RaRu

    It needs to be in the same folder as the .bpel process - the bpel folder of your project.
    Hope this helps,
    Shanmuhanathan Thiagaraja

  • Where to put Jsp File?

    Hi!
    I am using Apache-tomcat web sever. To run my
    jsp progam where to put my jsp file?
    Thanks.

    Hi
    you can place your jsp file in webapps/ROOT/ directory.

  • Where to put the rowset.jar file

    What folder do I put my rowset.jar file so I can import the rowset library?

    make a reference in your CLASSPATH environment variable...
    how?... it's OS specific....
    EOF

  • Can't save a report file in the Reports Builder

    dev environment : w2k, Oracle92iDS(rel 2) and patch set 9.0.2.2.0
    Problem description :
    Saving a report corrupts the report file(jsp, rdf) in the reports builder, when a report has the bind variable used in the functions.
    I can execute the report well, if I don't try to save .
    The moment the file is saved and the report can never be reopened and run.
    Please note it works fine when there is no bind variabled used in the function. Here are the steps to reproduce.
    Can someone verify this, if so is there an workaround for this problem on the Reports Builder?
    ===
    set serveroutput on
    create or replace
    package Q_REP_test
    as
    type drec is record
    sdate date
    type dreccursor is ref cursor return drec;
    Procedure Get_sysdate(retdate out dreccursor);
    procedure add_days_tocurdate(no_of_days in number, retdate out dreccursor);
    end q_rep_test;
    show errors
    create or replace
    package body q_rep_Test
    as
    procedure Get_sysdate(retdate out dreccursor)
    is
    begin
    open retdate for
    select sysdate retdate from dual;
    end;
    procedure add_days_tocurdate(no_of_days in number, retdate out dreccursor)
    is
    begin
    open retdate for
    select sysdate+no_of_days retdate from dual;
    end;
    end q_rep_test;
    show errors
    ===
    Invoke the SP as follows:
    ===
    function QR_1RefCurDS return q_rep_test.dreccursor is
    tempc q_rep_test.dreccursor ;
    begin
    q_rep_test.add_days_tocurdate(:p_1,tempc);
    return tempc;
    end;
    ===
    1. Create a report
    2. create an user parameter(p_1)
    3. add a pl/sql as above
    4. run it(to verify the report works)
    5. save it.
    6. close the report
    7. Open it again, you get an as
    "REP-0002: Unable to retrieve a string from the Report Builder Message file". Now it is corrupted and can't be used at all.

    Mac OS X 10.9.2
    MacBook Pro Retina 15" Late 2013 w/ nVidia GT 750M
    Adobe Audition 6.0 Build 732 (64 bit)
    Downloaded WAV file from internet in a ZIP. Unzipped it. Played it in iTunes. Quit iTunes. Right clicked the file and chose Open With and Adobe Audition CC. I'm pretty sure this is the first time I've opened Audition on this computer, since I just recenly upgraded from an older MacBook. Edited the WAV, had the issue. Read the forums, closed and was prompted to save. Saved and then it finished closing. Right clicked on the file again and chose Open With and Adobe Audition CC. Now the file gave me the option to Save or Save As depending on how much further I edited the file, which was just cutting out more of the track. The razor tool, though, still not available. Had to put the cursor where I wanted, then used the Shift and Home buttons to select the beginning part of the track and the Delete key to remove it.

  • Failed to read data from report file : Reason: Crystal Reports: Print Engin

    Hi,
    When we try to migrate the crystal reports from BO R2 to BO R3, some of the reports are faling with the error:
    Failed to create a new Report.Reason: Failed to read data from report file C:\DOCUME~1\xxxxx.rpt. Reason: Crystal Reports: Print Engine Error
    Would please someone help me in fixing the issue.
    Thanks and Regards,

    Few quick checks to identify the cause -
    1. Are you able to run report in your R2 system?
    2. In XI3.1, check SIA running on which account.
    3. Check the acount have sufficient rights on file system and registry.
    4. What's your web server?
    Give proper rights and import again. Hopefully it will resolve.
    Edited by: Das on Dec 6, 2010 9:47 PM

  • Invalid report File path-crystal report

    Hi Every one,
    I created Crystal Layout for GRPO PLD.When I am trying to import it is showing 'Invalid report file path',But it is working fine in another server.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    Not sure below SAP note related to above issue:
    1710613 - CR_Multiple Data Sources Not Recognized After Importing
    Multi-Database Crystal Reports
    1668274 - Print Draft with Crystal Layout
    Thanks & Regards,
    Nagarajan

  • Where to put jsp file in WL 7.0 Solaris

     

    The easiest way to test .jsps in 7.0 :
    1. mkdir <domaindir>/applications/foo
    2. cp my.jsp <domaindir>applications/foo
    3. create an empty web.xml descriptor in the webapp foo at
    <domaindir>applications/foo/WEB-INF ....
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
    2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    4. start server in development mode
    5. Access jsp at : http://localhost:7001/foo/my.jsp
    "Biji Harees" <[email protected]> wrote in message
    news:3d64d90f$[email protected]..
    >
    Hi all,
    I have recently installed weblogic 7.0 on solaris machine. But I couldn'tfind
    DefaultWebApp directory as in Weblogic 6.1 where I can put all my jspfiles. Please
    somebody help me in this aspect
    Thanking you
    Biji Harees

  • Where to put the source code files of servlets

              Hello All,
              Normally, jsp pages are put under the WEB-INF directory. This makes them secure.
              But my application is built on servlets. Should I be putting all my source code
              under the web-inf directory.
              If I don't will there be some problem?
              regards,
              Abhi
              

    Hi Abhishek,
              You don't need to put servlet's source code to the war.
              All you need to put there is compiled code. Files containing
              compiled code end with .class.
              Regards,
              Slava Imeshev
              "Abhishek" <[email protected]> wrote in message
              news:3d5373e2$[email protected]..
              > Normally, jsp pages are put under the WEB-INF directory. This makes them
              secure.
              > But my application is built on servlets. Should I be putting all my source
              code
              > under the web-inf directory.
              >
              > If I don't will there be some problem?
              >
              > regards,
              > Abhi
              

  • Where to put the GIF/JPG files so they show up in Forms Developer

    Hi:
    This refers to Forms 10gR2; Forms Builder running on Windows XP......
    Where do I put the GIF and JPG files referenced by the "iconic filename" property so that they show up in Forms Builder? By placing them in the jar file, I can get them to appear at runtime, but NOT in development!
    I have tried putting the files in the same directory as the FMB, as well as in C:\DevSuiteHome_10g\forms\java (where the image jar file resides).
    In each case, I have included the path in the FORMS_PATH environment variables.
    Thanks

    Hi,
    For design time, you need to use the UI_ICON and UI_ICON_EXTENSION environment variables. Set them in the registry.
    UI_ICON=location where you have the image files.
    UI_ICON_EXTENSION=Extension of your image files (ICO / GIF / JPG)
    Edit :
    Refer : http://www.oracle.com/technology/products/forms/pdf/10g/frm10gnewfeatures.pdf
    Search for UI_ICON and UI_ICON_EXTENSION
    -Arun
    Edited by: Arunkumar Ramamoorthy on Jan 26, 2010 6:26 PM

  • Where to put 3rd party zip file

    Hi,
    I am testing wls8.1 and got all the third party library under APP-INF/lib including
    one zip file. but when I start the server, it says can't load the class which
    is in zip file. Where can I put the zip file?
    Thanks

    you mean I have to unzip it? why it won't read zip file which normally ok for classloader.
    Can i find any documentation on this issue?
    Thanks
    "Deepak Vohra" <[email protected]> wrote:
    >
    Copy the zip file containing Java utility classes to the APP-INF/classes/
    directory.
    "Jen " <[email protected]> wrote:
    Hi,
    I am testing wls8.1 and got all the third party library under APP-INF/lib
    including
    one zip file. but when I start the server, it says can't load the class
    which
    is in zip file. Where can I put the zip file?
    Thanks

  • Where to put third-party jar files

    ok i've made some classes that i use to filter file types for when the user needs to open a file, but i've just been putting the classes used for filtering in the project i'm working on and i was wondering where i would put a jar file that contains those classes so that i could include them in programs. for example like you include java.awt.

    Create a Jar from those classes and place it in the lib/ext folder of your JRE.

  • Where could i place the RTF file (locally or in server custom top)

    Hi guys,
    I am very new to xml report publisher and I completed one RTF template successfully and i am accessing oracle apps through my client instances which is in USA.
    I dont knw where to place the RTF file whether in my local system or in the custom_top.
    please reply immediately if any one knw,I hope that i will get immediately reply and its very urgent task to complete.
    Regards
    Praburam s

    Hi,
    I knw that oracle apps have separate res as XML Publisher Administrator.
    Just I want to knw in Template tab we should attach the RTF.My question is that where should i browse for that RTF(in template tab) to my local machine or server custom top)..
    Can i save my rtf file as locally or in server custom top.
    I hope that u can get my question..
    Please reply immediately.
    Regards
    Prabu

  • 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

  • Where to put Third Party Jars in an .ear file

    Where to put Third Party Jar files in an .ear file so that they can be packaged along with the entire application and thus bypass the trouble of putting the third party .jars inside the application server lib directory and set the class path.

    Just put them in the root of your EAR. You can specify them in the classpath of your EJB JAR's manifest.

Maybe you are looking for

  • Relatório de Contas a Receber Retroativo

    Bom dia! Estou precisando gerar um relatório de contas a receber hoje, retroagindo a 31/12/11. Ou seja, preciso saber o que tínhamos para receber no dia 31/12/11. Estou tentando utlizar o relatório de "vencimento de contas a receber" e não está dando

  • Projects Cross-charge functionality Vs Inter-project Billing

    Hi, We are currently evaluating the funtionalities of Project Cross Charge Vs Inter-project billing. Our setup is such that we have 3 Legal Entities, 3 Business groups, 3 SOB's and 3 operating units, each tied to their own legal entity, Business grou

  • Need help with the SAP Enterprise connector wizard at the NWDS

    Hello, I am trying to create new proxy using the SAP Enterprise connector at the Netweaver Developer Studio. The problem is that at the 2nd stage I am unable to connect to the server. Can someone please explain me in details: 1. Which tab should I ch

  • Lightroom not starting - Error msg : Multple entities found

    Hey there, I had an interesting situation happening the other day. I was working in LR, closed it and when trying to open it again (a couple of hours later) it would not start. Instead I got the following error message: AgEntityProvider:getEntity():

  • DVD.app no Dolby 5.1 thru optical cable on Cinema Amplifier

    Hallo, last night I tried the first time watching a DVD with Dolby 5.1 on my IMAC 2008 Unit. Using the DVD.app which comes with Leopard, was not giving me Dolby 5.1. After checking all possibilities of settings still only PCM Stereo. I also checked s