Publish i of apex to Tomcat

Hi,
I have a folder where the file is used on apex, no necessity of transfer by the Filezilla ( FTP ).
I paste the file into this folder and call apex.
I need to set this configuration in other database too.
I don't know how to use these files without filezilla.
I believe that publishing it on tomcat will work fine.
Please, help me.

Hi Paulo,
I'm sorry to say, but I'm not quite sure what you are up to. Is your intention to upload files to APEX in order to make them available for download?
Or is your question how to set up the images directory on Tomcat? (This would be quite easy, so I'm not sure this is the actual question...)
-Udo

Similar Messages

  • Call BI Publisher Report in APEX, based on R.T.F Template Layout.

    Hi to all respected members of this forum.
    Since 18th May (Saturday), I am trying to connect BI Publisher Reports with Oracle Application Express 4.2.2.
    My APEX Version = APEX 4.2.2
    Oracle BI Publisher Enterprise Edition (Trial) = 11.1.1.6.0
    Oracle BI Publisher Desktop 32 Bit = 11.117.0.79
    For this purpose what I did?
    Firstly I downloaded Oracle BI Publisher Enterprise Edition 11.7 and when I started Installation I came to know that "R.C.U (Repository Creation Utility)" is required during installation and I don't have that so, left this idea.
    Than I downloaded Oracle BI Publisher Enterprise Edition (Trial) from www.oracle.com and BI Publisher Desktop Edition for Templates because there is no facility in BI Publisher Trial Edition to design Report Templates. I have installed both successfully and created a report as per my requirement.
    Now, I want to call that report in Oracle APEX but I am unable to do that.
    I followed http://dgielis.blogspot.de/2007/12/call-bi-publisher-report-from-apex.html but the link which is shown in picture no: 03, is not available, so this didn't help me.
    Then, I followed Oracle BI Publisher Blog https://blogs.oracle.com/xmlpublisher/entry/apex_users_why_not_integrate_w which discuss to call BI Publisher Report in APEX based on "Generic Report Layout". This done successfully but still I am unable to call BI Publisher Report .
    Then I found this type of script
    http://localhost/xmlpserver/Guest/Reporting_Channel.xdo&id=FGFC&password=****&xt=Reporting_Channel&xf=pdf
    to call BI Publisher Report in APEX but this also failed.
    Please help me to understand that how to call "BI Publisher Report in APEX, based on R.T.F Template Layout.
    Thanks in Advance.
    *Regards:*
    *Muhammad Uzair Awan*
    *ORACLE APEX Developer*
    PAKISTAN.
    Edited by: uzairmalik on May 20, 2013 1:32 PM

    Are you trying to have multiple sql queries and have multiple sections displaying different data sets ? Or with one single query but display it in different ways in a single report ?
    You can create one single query as Report Query in APEX and associate it with a BIP report layout. So you can achieve a Dashboard layout with the report query/layout.

  • Integration of BI Publisher with Oracle APEX

    I have developed a small application in Oracle APEX. I want to integrate BI Publisher with that APEX app for my reporting needs. What are the essential steps.

    FYI: This article is up - http://blogs.oracle.com/xmlpublisher/2007/06/06#a209
    I look forward to the continuation of this series of posts - we are having troubles with some more advanced stuff!

  • Calling bi publisher report from apex.

    good morning all,
    I have a situation at hand, i want to be able to call bi publisher report from a dropdown list in apex. what i did was to create a table in the oracle db with the report name and url as columns, from apex all i did was to create a list item which queries the table a should display the report using the url. but the report is not showing properly, what do you thinl i can do.
    i am using the following verion:
    bi publisher: 11g (11.1.1)
    apex: 4.2.1.00.08
    oracle database: 11.2.0.1.0
    Thanks.
    AbdurRahman

    Hopefully, that could be helpful for you,
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/install/apexinst/apexinst_prod.htm
    http://dgielis.blogspot.jp/2007/12/call-bi-publisher-report-from-apex.html
    https://blogs.oracle.com/xmlpublisher/entry/apex_integration_with_publishe
    Edited by: Weibing.Xia on 2013-5-20 下午5:40

  • Publishing Problem with WTP and Tomcat 5.5

    Hello you all,
    I've got the problem that my Eclipse does not publish my Hibernate (*.hbm.xml) files.
    In the concerning folder, I do only find the .class-files.
    We're using Eclipse (3.3.2), Maven 2, Tomcat 5.5
    Urgend help is needed as we have to distribute our Software till the end of the week :(
    Thanks in advance

    I'll try reposting, now that I figured out how to format it:
    import java.util.ArrayList;
    import java.util.List;
    import java.util.concurrent.SynchronousQueue;
    import java.util.concurrent.ThreadPoolExecutor;
    import java.util.concurrent.TimeUnit;
    public class ThreadTest {
         private static final int MAX_RUNNABLES = 1;
         private final List<Runnable> runnableBuffer = new ArrayList<Runnable>(MAX_RUNNABLES);
         private final ThreadPoolExecutor myThreadPool =
              new ThreadPoolExecutor(MAX_RUNNABLES,
                   MAX_RUNNABLES,
                0L, TimeUnit.SECONDS,
                new SynchronousQueue<Runnable>());
         public ThreadTest() {
            //myThreadPool.prestartAllCoreThreads();
            for (int i=0; i<MAX_RUNNABLES; i++) {
                runnableBuffer.add(new Runnable() {
                    public void run() {
        public void start() {
            for (Runnable r : runnableBuffer) {
                System.out.println("corePoolSize: " + myThreadPool.getCorePoolSize());
                System.out.println("maxPoolSize: " + myThreadPool.getMaximumPoolSize());
                System.out.println("poolSize: " + myThreadPool.getPoolSize());
                System.out.println("taskCount: " + myThreadPool.getTaskCount());
                System.out.println("Starting runnable ");
                System.out.println("");
                myThreadPool.execute(r);
            System.out.println("All runnables have started");
        public static void main(String[] args) {
            ThreadTest t = new ThreadTest();
            t.start();
    }

  • Choosing the columns for a Bi Publisher report in APEX

    A user wants to select each column in a pdf report printed in APEX, it is easy to make a report with bi bublisher but how can i change the columns at run time.

    Thanks for the link. I am reading it for better understanding.
    I just came to know from SR that, In order to see the BI Publisher in the Presentation Server list of values, we have to embed the BI Publihser report inside an OTBI Dashboard.
    So we need to create a 'Dashboards' folder (It is must only then we are able to see it via fusion apps. to select and embed), then Dashboard and add the desired report to this dashboard. Now we can navigate to this dashboard, open it and select the page to embed it.
    Might be useful for the ppl who faces similar issue. Thanks.
    Raghu

  • How to publish report to APEX

    Are there any demo to show us how to publish the report results to APEX? Thanks for your help.
    Kevin

    user2037578 wrote:
    Hi!
    Here is my story! I have a procedure in APEX that creates xml files. These files should be available from url something like http://host:port/apex/file.xml I'm using embedded pl/sql gateway and Oracle 11g on suse 64bit.
    Is it possible or I have to search for another way to do what I need.
    This is needed because those xml files contains sld formating for wms services used from other server.Try this:
    Create a PL/SQL package in your schema (assuming it is called "myschema") called "myfile" with a procedure called "xml".
    In the procedure, use htp.p to output the XML.
    NOTE: This procedure will not, by itself, use the Apex authentication/authorization schemes. Anyone can invoke it, unless you build some logic into the procedure itself.
    Then do the following:
    grant execute on myfile to anonymous; -- or whatever user the EPG DAD is set up to use
    create synonym anonymous.myfile for myschema.myfile; -- so the package does not have to be prefixed with the actual user
    If the DAD in EPG is setup with a "request-validation-function", you need to modify this as well to allow access to the stored procedure.
    See http://daust.blogspot.com/2006/04/xe-calling-stored-procedures.html for more information.
    - M

  • Oracle bi publisher report for apex - Report Layout

    Hi There,
    Navigation: Home>Application Builder>Application 20>Shared Components>Report Layouts
    I created rtf template for a Report Query. It worked fine upto certain point.
    However at some point, if I make a minor modification to the layout it is not displaying all the data that it is supposed to.
    I have 3 tables in my RTF template 1) Header 2) Details 3) Summary. Details section has a group. This runs fine.
    Now if I just combine all the above 3 tables into one by adding row above and row below to the "2) details" table and moving the table 1 and table 3 into those rows, makes the data in the group in table 2 disappear when run on the apex application.
    However it works fine when data is loaded on the RTF template and Preview --> PDF is seen.
    Is it a known bug? Because some of my coleagues has same issues.
    Thanks
    Krishna
    Edited by: Krishna on Aug 9, 2010 10:08 AM

    Hi, I think you need to provide more information.
    user452458 wrote:
    Hi There,
    Navigation: Home>Application Builder>Application 20>Shared Components>Report Layouts
    I created rtf template for a Report Query. It worked fine upto certain point.
    However at some point, if I make a minor modification to the layout it is not displaying all the data that it is supposed to. What modification? added extra fields? Are those fields in the corresponding report query? change to the design of the document? did you delete the old template and re-upload after making the changes?
    Moreover the preview on the RTF template works fine with the same data.Preview from where?
    >
    Is it a known bug? Because some of my coleagues has same issues.
    Thanks
    KrishnaAlso, you should change your display name to something better than user452458 ;)
    Trent

  • Oracle bi publisher report for apex

    I am trying to generate rtf word file report and picture is not coming in word.
    I am using Oracle BI Publisher to generate report.

    Can you post a small example up on Oracle's hosted website, that shows what you are trying to do? Just a small sample with a report and your rtf template associated with it.
    Post the login information in this thread and I will take a look at what you are trying to do..
    Thank you,
    Tony Miller
    Webster, TX

  • How can I publish the my APEX database?

    I am a very beginner in APEX.
    I would like to know how can I view my database application on the internet?
    When I run my application, the url showed is http://127.0.0.1:8080/apex/f?p=101:1:3335980246939562::::: (local host)
    With local host url link, my friends on another PC couldn't see my database .
    How can I assign my database to url something like this?
    http://apex.somewhere.com/pls/apex/f?p=11563:1:3397731373043366363
    Do I need to host or buy a domain?
    Thank you for your time

    Hi,
    What is your database version and edition?
    Web server you use?
    Have you check that port Apex is using is open from your LAN to Internet?
    We do not know anything about your network setup.
    Regards,
    Jari

  • Oracle BI Publisher with apex 3.1

    Hi,
    The Oracle BI publisher software is installed on the server and the apex database schema connection details are provided to generate the PDF reports.This apex schema has all the database objects created.
    I have a small question regarding the schema.Is it better to create a new schema for the Oracle BI publisher?where will be the templates created via BI publisher stored?When a RTF template is created from windows doc by logging in to the BI publisher,will it create any tables in the schema on the database side?
    Please suggest any document on how to effectively maintain the Oracle BI publisher.
    Thanks

    "user589320"
    APEX is only using BI Publisher to transform the XML data of your report and the template you provide into PDF, Word or Excel. For this, APEX sends the XML data and the template to BI Publisher, and BI Publisher sends back to completed document. So there's nothing stored in BI Publisher, all templates, report definitions, etc are stored in the APEX schema. This has the advantage that you can reference item values and other information in your print documents, and it also ensures that you don't have to access the database again from within BI Publisher, i.e. you don't need to communicate any authentication information to BI Publisher.
    Of course BI Publisher itself also provide the ability to store reports and to store templates. But those are not accessible from APEX through the built-in integration. You can however use the same templates you use for BI Publisher directly on load them into APEX for use there.
    Lastly, if you want to use and print reports in both BI Publisher and your APEX applications, you can do that through web services, take a look at Tyler Muth's BLOG for more information on this topic:
    http://tylermuth.wordpress.com/2008/03/31/call-bi-publisher-web-services-from-apex/
    Regards,
    Marc

  • How to integrate BI publisher with Apex 3.1.1

    I have installed BI publisher and I have also configured the print server in Apex 3.1.1.
    But when I go to download the RTF format or pdf or xls format, it does not work nor show any error.
    is there any way to resolve this issue?
    Or Please Explain me proper process to configure BI publisher with[b] Apex 3.1.1.
    Thanks,
    Suhaib ahmed

    lloon,
    yes i have configured as mentioned in the link below.
    i am using Oracle 9.2 Database. but i have made the connection of BI publisher with database. i have developed several reports on BI publisher. but Apex is not generating any Report in Rtf,XLs , PDF.
    Suhaib

  • Calling BI Publisher From Apex

    Does anybody have an example of an URL that calls a pdf report in BI Publisher from an Apex button.
    One parameter needs to be passed in the URL, which is a page item in Apex
    Cheers
    Gus

    Gus,
    Please also take a look at our master-detail how-to document:
    http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#PDF
    This explains how to set session state prior to downloading the PDF, which is what you need if you want to "pass a parameter". So rather than actually passing a parameter in the URL, you would submit a form, set session state and then download the PDF - which to the end user would look and feel just like passing a parameter.
    Regards,
    Marc

  • Calling BI Publisher Web Services from APEX

    Hi,
    Has anyone been able to run a BI Publisher report from APEX using the Web Service interface provided by BI Publisher?
    I have created Web Service Reference in APEX using:
    http://<host>:<port>/xmlpserver/services/PublicReportService?wsdl
    I have then created a page rendering process that calls the web service, in particular calling the runReport operation.
    When a try and run the page, I get the following error:
    "ORA-20001: soapenv:Server.userExceptionjava.lang.NullPointerException"
    Basically I want to be be able to call the BI Pub report and view the output straight away.
    Appreciate any help.
    Cheers,
    Matt

    Hello,
    I am using Jason's flex_ws_api and I have built an application that uses the BI Publisher web services to runReports. My service request looks like this (example)
    <pre>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService">
    <soapenv:Header/>
    <soapenv:Body>
    <pub:runReport>
    <pub:reportRequest>
    <pub:attributeFormat>pdf</pub:attributeFormat>
    <pub:attributeLocale></pub:attributeLocale>
    <pub:attributeTemplate>New Template 1</pub:attributeTemplate>
    <pub:flattenXML>1</pub:flattenXML>
    <pub:parameterNameValues/>
    <pub:reportAbsolutePath>/~rdpatric/Training/whoami/whoami.xdo</pub:reportAbsolutePath>
    <pub:reportData></pub:reportData>
    <pub:reportDataFileName></pub:reportDataFileName>
    <pub:sizeOfDataChunkDownload>10000</pub:sizeOfDataChunkDownload>
    </pub:reportRequest>
    <pub:userID>user</pub:userID>
    <pub:password>password</pub:password>
    </pub:runReport>
    </soapenv:Body>
    </soapenv:Envelope>
    </pre>
    Obviously you would want to make a lot of these things variables...this is just an example...also sizeOfChunkDownload wasn't working for me at -1...idk...maybe it was something else...
    Also if you use the flex_ws_api...you need to specify the namespace for your xpath statement ie.' xmlns="http://..."'
    I am currently working on getting this working with the 'inSession' webservices as we have BI Pub set up SSO and APEX set up SSO so i need to be able to call the web services inSession...only problem is ssoCreateSession returns a 500 error and no xml...entered a TAR for this...sorry to digress. Use the above code and you should be able to get the runReport working.

  • PDF output does not refresh data in BI Publisher, XML and HTML do refresh

    I just upgraded to BI Publisher 10.1.3.4.0 and I noticed that the PDF format of the reports does not reflect recent changes in data, while XML data and HTML output do reflect changes in data immediately.
    I'm using BI Publisher to print APEX applications reports. When I change some data in APEX forms, I click again in the Print button and the data remains unchanged. I made some testing inside Oracle BI Publisher, and noticed that XML data and HTML output do reflect changes, but PDF output remains with the old data for some unknown amount of time. I cannot identify a method to force the PDF to refresh, just un-log and log in again several times until the data appears updated. This is serious because when users change data and print again, they expect the changes to be reflected in the new printable report, and may not notice that the data is the old version.
    OS is Oracle Enterprise Linux.
    Any help on this will be very welcome.
    Francisco

    Open the report in Edit Mode Click on the reports and in the properties section Uncheck the
    Enable Document Cache Property and your issue should be resolved.

Maybe you are looking for

  • Combine video with .srt file

    I've downloaded this file from Google Video, got its .srt file too, and need to burn a disk with the two in one. You know, not just burn the .avi/.mpg and the .srt, then ask friends to use VLC or something similar to watch. I need to find a way to 'b

  • Dials showing percentage - how to standardize

    Hi, I have few dials on my application showing percentages Start angle: 90 Sweep angle: 180 interestingly in one of the graph the pointer for 120% in showing @ the same level as that of 80% on the other graph... is there a way to standardize graphs f

  • Ad objects sync time

    Hi, what is the time of directory objects sync. Is it 15 min default? Example: multisite domain (10 DCs): 1. 5 users created on site 1 2  5 users created on site 2 3. they are added to a group on site 10 4. 5 computers from site 4 added as a group me

  • Problems authorizing computer to play purchased tracks.

    I, too, appear to be one of the unfortunate souls who upgraded to iTunes 7.3.1 (3). I can open iTunes just fine, and all my purchased tracks and playlists are still there. However, when I try to play a purchased track, I get the following message: "T

  • How can I get Thunderbird on my Android?

    I am looking for a way to access my email account on the Thunderbird application. How can I achieve this?