Run fmx without servlet

Hi,i have used Oracle 8.1.6 database and Forms6i before and i installed form server and Webdb listener( i configured listener for WebDb and form server), it was worked fine. i downloaded O9iDS release 2 (9.0.2) from otn.oracle.com. then i installed it on new machine(OS:Win XP Pro) with Complete options . it was okey. when i go to run form in the Forms developer, it run with with web bowser using servlet. Why ? how can i run a form like form6i without browser.it is possible ? i have to run with servlet?. i don't want to use servlet now. Another problem ; i can not run fmx files out of Forms Developer.Where is the ifrun90.exe for fmx file i did't find and how can i install only runtime files like Forms 6i, just execute fmx file on user machines ?
Later i want to configure listener servlet. before (6i) Forms server and Webdb listener run as process and i configured it (e.g. wdbsvr.cfg) which file used instead of wdbsvr.cfg ?...thanks very much for your help..

Hi,
Forms9i no longer supports client/server, whcih means that Web is the only option you have. To learn more about teh configuration of Oracle9i Forms, please read the Whitepapers available at otn.oracle.com/products/forms
Frank

Similar Messages

  • Can't run fmx without the pll

    HI All,
    I have a form that has a pll attached to it, the problem is that i've to put the pll with the form, if i put the plx only the form doesn't open. How can i solve this problem as i can't put the pll at the customer side. I'm using oracle forms 6.0.8.11.3 and i didn't have this problem before

    did you pick up the pll via the file dialog? As if you have done this, you are prompted if forms builder should remove the absolute path, but attaches the library with the .pll ending. so if you have a plx the form won't run as it requires the pll version.
    so reattach your library just with the library name and without the file ending...

  • How to run fmx without oracle clients

    sir,
    i want to run my d2k desined software without the oracle client
    please suggest
    null

    shailendra (guest) wrote:
    : sir,
    : i want to run my d2k desined software without the oracle client
    : please suggest
    You have to install the Forms Runtime and SQL*Net on every
    Client that wants to use your forms.
    But you can use Forms Server + a Web Server to access your
    application via a web-browser (Netscape 4.5). Then the only
    thing the the clients need is that browser...
    null

  • In which way Servlet implements  multiThread  without servlet implement Run

    Hi,
    In which way Servlet implements multiThread without servlet implement Runnable.
    In general servletconaainer use one instance of servlet to handle multiple request(except implement SingleThreadmodal).
    I thing that conatainer can achive this ,in this Way
    Myservlet ms;
    1st Way:
    For each new request container call
    new Thread(){
    puvlic void run(){
    ms.service(request,response);
    }.start();
    but I do not thing in this way we get any performace.
    It is better creat pool of Myservelt. and get object from this
    ms1,ms2,ms3
    2nd way is
    Myservlet implement Runnable
    and for each request
    new Myservlet ().start();
    Please tell me In which way conatiner achive multithread of servlet
    Siddharth Singh([email protected])

    You don't need to do any of this. The servlet container starts its own threads, and they call the servlet methods as required. All you have to do is syncrhonize your servlet internally as required to protect anything that needs protecting from multiple threads.

  • How to Run a simple servlet "HelloWorld.java" in JBoss 3.0 ?

    Dear all,
    I am a beginner and I want to run a simple "HelloWorld.java" servlet .
    I need to use JBoss 3.0 .
    After I run this simple servlet, I need to use EJB-Servlet-JSP to implement MVC .
    I have the servlet code and I am able to compile it.
    But I dont know how to proceed as to where to put the class files , where do I specify an alias for my servlet and what modifications I need in Web.xml,Jboss.xml,Application.xml ?
    I do not anything about tools like Ant or Xdoclet so need to proceed without them.Please alos let me know where I can fond complete info about Ant and Xdoclet .
    Thanx in Advance,
    Sujith

    I am not sure of the JBoss package that you are using. If you are using the JBoss-Tomcat package, here's the solution. Create either a .war file or create a directory with the name <your-webapp>.war under <jboss-root>/server/default/deploy. If you are creating a war file, you have to place that war file in the same directory. JBoss-Tomcat will keep looking at this directory for new files or updates to files and deploys/re-deploys as required.
    The contents of the war file should be something like this.
    WEB-INF - directory
    WEB-INF/classes - your servlet classes
    WEB-INF.web.xml - your configuration. Here you can specify the servlet name, class and URI mapping.
    Now, you can call your servlet using the browser in this way: http://localhost:8080/<your-webapp>/servlet/<servlet-alias>. Here the <your-webapp> is the prefix of the .war file.
    Resources:
    Ant - http://jakarta.apache.org/ant/
    Xdoclet - http://xdoclet.sourceforge.net/

  • How do I run iTunes without my external hard drive?

    Hi,
    I have uploaded all my music to iCloud so am under the impression I do not need my local files which are all stored on a 4TB (not fun to move around) G-Tech drive.
    I cannot run iTunes without the hard drive plugged in, if anybody knows a way for me to play my music through iCloud on just my internet-connected laptop that would be much appreciated.
    Many thanks,
    Michael.

    Change where iTunes thinks your library is by opening iTunes with the option key selected and create a blank 'iTunes library' on your internal drive.

  • F110 run the payment run directly without running the proposal run first

    Hello to you all,
    Does any one know I do I block the option to run the payment run directly without running the proposal run first?
    Thanks in advance,
    Yoav

    Hi
    First delete the payment run output by the following :
    Goto Edit on menu bar --> Payment --> Delete Output
    then run the proposal run again and after that process payment run.

  • Replacing a running FMX with a new one

    Hi,
    I thought I remembered a post where Frank or Grant discussed what happens when a running fmx is recompiled. I'm just looking for that explanation.
    Here's what's happening to us. We're running EBusiness suite 11.5.10 and the developers just love to compile in new forms during the day, as well as the CUSTOM.pll. Occasionally when one of these forms is compiled and someone is using the old version, the user gets kicked out of the form and then any other user that tries to use that form later gets an FRM-92050. The fix is to stop the forms server, forms metrics and forms load balancing, then recompile the form and CUSTOM.pll, then restart the forms services. Occasionally it even takes dropping everything including the database.
    I was just wondering what caused this with forms so I could enlighten my developers.
    Thanks!
    Mark

    Not sure what happens, but it sounds like you have your MMAP variable set so the fmx can be replaced while Forms is running. This is not recommended in a production environment, since it requires forms to use lots more memory on your system. With the problems you describe, I'll bet the Forms server and the other parts assume it is set to the default value of True or 1.
    If you set the MMAP to False or zero, your developers could no longer screw up the production environment.
    Just search this forum for MMAP. In Forms 6 it is FORMS60_MMAP. In 9 it is FORMS90_MMAP, and in 10g it is just FORMS_MMAP.

  • How to setup my computer to run JSP and Servlets

    I want to setup my computer to run JSP and Servlets.
    What kind of Servers and other tool i need to install to run JSP and Servlets.
    Plz, Help me to start my work on JSP.
    Regards,
    Usman Ali

    hello
    JSP and servlet is web programming, may be little bit different to development local application.
    1st, you should have two computers: one is server and the other is local workstation. This server should have a static IP address, that other people can go into your server. Workstation is any computer normal you use it.
    2nd, you need to setup your server in: OS(linux or windows 2000), web server (jrun, apach or Tomcat etc. ), as well as install JDK, servlet.
    3rd, your local workstation just use as programming editor and open a browser to testing, anytime you write your code, then ftp to server to test.
    Reality, you have many technical thing to solve, eg setup web server etc. However, you can write your source code and test it, then open to outside people.
    hope to helpness, if anything don't uderstand, you can post again or send email to me [email protected] Since I just have setup this configuration in my university for my project.

  • Can I run logmnr without setting  SUPPLEMENTAL_LOG_DATA_MIN ??

    Question is can I run logmnr without setting SUPPLEMENTAL_LOG_DATA_MIN ??
    I had a situation where I had to run log miner to undo some changes. I ran the log miner on the database where SUPPLEMENTAL_LOG_DATA_MIN was not set nor the dictionary was specified. I ran the following and was able to get the undo. I am a little confused there, as Oracle doc stats that SUPPLEMENTAL_LOG_DATA_MIN should be set to YES, before you can mine the logs.
    These are the commands :
    -- set session
    ALTER SESSION SET nls_date_format='DD-MM-RRRR hh24:mi:ss';
    -- start log minor,change datetime in the below SQL for the time frame
    BEGIN
    DBMS_LOGMNR.START_LOGMNR(
    STARTTIME => '17/07/2012 13:30:00' ,
    ENDTIME => '17/07/2012 14:30:00',
    OPTIONS => DBMS_LOGMNR.DICT_FROM_ONLINE_CATALOG +
    DBMS_LOGMNR.CONTINUOUS_MINE +
    DBMS_LOGMNR.COMMITTED_DATA_ONLY +
    DBMS_LOGMNR.PRINT_PRETTY_SQL);
    END;
    -- change table_name to find out undo statements relating to that table
    SELECT sql_undo FROM v$logmnr_contents where table_name =upper('machines');
    --stop logminor
    exec dbms_logmnr.end_logmnr;
    Thanks
    Nirmal

    If supplemental logging is not enabled,It would be difficult to identify the user and session information details from V$LOGMNR_CONTENTS views

  • How to run report without report server

    hi
    my question : how i can run report without using the report server; by simple URL to the report stored in directory and accessing by HTTPserver; and the report is running by the local client runtime.
    thinks for replay

    hello,
    what you could try, is to associate the RDF/REP extension with a mimetype (e.g. application/oracle.reports) on the server and then add this mimetype to the browser applications associated with the reports runtime executable.
    regards,
    the oracle reports team

  • Run applets without JRE

    Hello to all developers,
    I know that to run applets in IE we should have the JRE installed on our machines. But is there any way that we can run applets without the JRE being installed on our machines. I have also heard of something called as the Microsoft JVM. How can we use it to run the java applets.
    Thanking in advance.

    The Microsoft JVM is extremely outdated and not recommended at all. You can't really run a Java applet without a JVM, and I'm not sure if any but the one Sun makes comes with a browser plugin.

  • Using java mail api without servlets, I ve sent an html mail.  In that Ive

    Using java mail api without servlets, I ve sent an html mail. In that Ive specified action to the servlet. On click, it shows url as file:///C:/Documents%20and%20Settings/sirivanig/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/CNFHMDIT/updatemailerform%5B2%5D.htm instead of www.servername.com/....
    May I know the reason why it shows like this.
    Do I ve to send htmlmail through servlet so that it does show proper url?

    Possibly your mailer is restricting your access to URLs to prevent
    various scams. Without the details, it's hard to know what's going
    wrong.
    Have you tried with a different mailer?

  • How to run VI without the DAQ card connected to the labtop

    This may be a silly question but I want to have the answer and couldn't find the answer for spending time in searching in the web.
    I want to run the VI that controls the intruments in my labtop. The VI was run in a destop that has a DAQ card in the PC (a PCI card).  I know it is possible to run it without errors (without a DAQ card) in my labtop . Anyone knows how to do it? I used labview 7.1. Thanks,
    Jun

    If you are using DAQmx and if the DAQ card is supported, you can add a simulated device in MAX.

  • To run MRP without considering unrestricted stock

    Hi,
    Is it possible to run MRP without considering unrestricted stock of the material?
    Best Regards,
    Sitaraman

    Dear All,
    Thanks a lot for your response to this thread.
    In fact i tried the option of providing value 1 to exclude the storage location stock from the MRP. But it did not fulfil my requirement.
    My requirement is as below:
    The business wants to create the material requirement by manual reservations.
    Also for this MRP run except this manual reservations all other issue elements, receipt elements and stocks should not get considered.
    With checking group configuration i am able to exclude all other issue, receipt and stock elements. But in this settings there is no option to exclude the unrestricted stock.
    What happened when i tried giving 1 in MRP 4 view to exclude the storage location stock, the system not only excludes the stock but also it excludes the storage location from MRP run. Meaning...
    Plant   XXXX
    SLOC YYYY
    SLOC - YYYY current stock: 100
    Manual reservation created (requirement) for SLOC -YYYY : 50
    The expectation out of MRP run is, to create procurement proposals for 50 numbers with out considering SLOC - YYYY stock of 100 and not to exclude the SLOC YYYY itself.
    Best Regards,
    Sitaraman

Maybe you are looking for

  • IPod 5G Freezes during Video Playback

    iPod freezes during video playback. Does anybody else have this problem? Usually freezes up about 10 minutes into a video, and then complety locks up. This usually requires 2 to 3 restarts untill it comes back working properly.

  • Pass user name from MII to SAP R/3 via JRA

    When calling in MII a BAPI that executes a goods movement in SAP R/3 via a JRA connection, the user name of the JRA connection is passed to SAP R/3 and not the user name of the person who executed the action in MII. This means that the documented goo

  • Can't downgrade from 10.4.3 to 10.2.8

    A few weeks ago I decided to upgrade my operating system from 10.2.8 to system 10.4 on both my G4 450 Power Mac and my iBook G3 700. I did this because I was getting some problems with Revolution -- a HyperCard like development system. After upgradin

  • Java.lang.NoClassDefFoundError: oracle/sql/Datum

    Greetings - When using the Oracle XML SQL Utilities is there some sort of restriction as to where the two jar files (oraclexmlsql.jar xmlparser.jar) are referenced from. The reason I ask is that when I deployed my servlet based application under WebS

  • When I tap the "download for Android" on my Android phone, I receive a "requested item could not be found" error message.

    I am attempting to install Firefox mobile on my Android phone. When I tap "download for Android" on my current browser, I receive a "requested item could not be found" error message.