Can you deploy Forms 11g in Tomcat?

Or any other Open source web/application server?
Can't we deploy a Forms (10g/11g) application developed by us, in a customer site, but not use OAS or WLS?
Can't we use a open source AS like Tomcat, JBoss or Glassfish?
Is OAS/WLS a MUST to deploy Forms?

Another thread to confirm this: JBoss AS for Oracle Forms Deployment

Similar Messages

  • Can you deploy Oracle Business Rules to the other App servers

    Can you deploy Oracle Business Rules to the other App servers such as Websphere and Jboss

    Yes. Please see the Appendix C in the documentation at:
    http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b28965.pdf
    For WebSphere, updated instructions will be released soon that allow all RuleAuthor features to be used.

  • Can you deploy 2008 packages to 2012?

    If an SSIS package was developed using SQL Server 2008 R2, can you deploy/run the package on a 2012 instance?

    If u just want to run the package then you can use Batch File (Keep Package in a folder) and call it by batch job.
    Follow below steps:
    In any Drive Create a folder called Build or any name--> Inside that create a folder "Config" for Config files and keep your configuration files if any
                                                           in Build or any name-->Create another folder "Folde_Where_Package"
                                                           in Build or any name-->Create another folder "Logs"
                                                           in Build or any name-->Create another folder "ETL_Jobs"
    Keep this in Note pad and save this by giving extension .BAT in folder ETL_Jobs
    set config1=D:\Config\Database.dtsConfig
    SET LOGFILE=..\Logs\Run_Log.txt
    dtexec  /REPORTING E /f "..\Folde_Where_Package\Pkg_Nmae1.dtsx" >> "%LOGFILE%"
    dtexec  /REPORTING E /f "..\Folde_Where_Package\Pkg_Nmae2.dtsx" >> "%LOGFILE%"
    Just double click on .BAT file it will execute your packages or can call this by using windows scheduler.
    you can do same thing by creating 2 separate folders for 2008 and 2012 packages and can run separately.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/07e59dcd-7547-47b2-bcdd-3e188eef619a/how-to-run-a-ssis-package-using-bat-file?forum=sqlintegrationservices
    https://www.simple-talk.com/content/print.aspx?article=270
    http://www.mssqltips.com/sqlservertip/1775/different-ways-to-execute-a-sql-server-ssis-package/
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Can you deploy an application sequenced with App-V v5 with SCCM 2007?

    We are currently in the process of upgrading to SCCM 2012.  We are also embarking on testing App-V v5.  Can we deploy sequenced applications from App-V v5 using SCCM 2007?  What limitations will exist with SCCM 2007?  What release of
    SCCM 2007 should we be at for App-V v5 sequenced applications to be deployed and/or streamed?

    This KB article is now available: Supported Configuration Manager and Microsoft Application Virtualization scenarios
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • How can I deploy an application in Tomcat 4.0.3???

    i'm learning JSP now and I want to deploy a simple application in Tomcat 4.0.3 The JSP file has a "page import" directive that tries to connect to a Bean which is put in the /web-inf/classes directory. But when I try to load the page in the browser it says that it cannot load the bean. Is there any specification that should be made in some of the Tomcat's config files [server.xml ...]? Because I followed the example in the JSP Tutorial with the "hellouser" application totally and it still doesn't work. I only worked when I copy/pasted the content of my JSP file in the hellouser.jsp and the content of the bean in "NameHandlerBean.java" from the hellouser application.
    Thanks a lot, I hope there will be somebody to help me, because otherwise i can't go further in learning JSp

    You can simply open your server.xml file by
    tomcat-Installiton-Directory/conf/server.xml
    Open server.xml in some editor and search for a tag named "Context"
    <context path="myApp" docBase="Path of your application"........>
    then in your browser you can run your application like
    http://localhost:8080/myApp/.....
    where myApp is the name that you have specified in context path above.

  • Can you put Forms 6 on the web without OAS?

    Do you have to use the Oracle Application Server if you want to put Forms 6 applications on the web?
    Is it possible to configure webforms system without using OAS?
    We use Microsoft IIS webserver and plan to use the CGI-BIN interface to put oracle reports on the web.
    Thanks.
    null

    Bob,
    I have been watching this discussion group now for some time and I have noticed that you are answering a lot of questions about Oracle Developer, mostly correctly.
    However, your experiences with Netscape and Jinitiator seem a little unfortunate, you (and others) may find the following information useful
    The problem you have referred to where the form does not appear was a known problem both with Jinitiator 1.1.5.21.1 and the original shipment of forms 6.0.5.29.1. This problem is usually fixed (depending on what was the root of your problem) by upgrading past patch 3 of ODS6 and upto Jinitiator 1.1.7.18.
    There are other reasons that the form may not appear but these are usually flagged by an FRM-99999 error. Not overly helpful I understand, but drilling in on the java console window that pops up will usually point out the area of the problem. We realise that this is not necessarily as helpful as it could be and we will be shortly posting a document (to the tune of 121 pages) where a lot of the FRM-99999 errors are explained and a method for troubleshooting is outlined.
    The following configurations can be used for running ODS
    Netscape 4 + Jinit
    IE 4/5 + Jinit
    IE5 incl Patch 1 Native
    Appletviewer
    In answer to the question from Richard Chadd you can happily run ODS6 without OAS, as Bob correctly points out, if you don't want to use the cartridge.
    The cartridge is needed if you want to deploy your Forms Server application across multiple machines, the reason for this is that the cartridge (in v6) is the only method for accessing a variable called LEASTLOADEDHOST, this variable is used to indicate to the Metrics Server (the element inside ODS that manages the connections on each machine) the number of concurrent connections on each machine.
    If you are happy running on one machine (from a user count and hardware point of view) then you will not need to do load balancing and therefore will not need to use OAS.
    With the latest release of Oracle Forms Server release 6i (note the name change) you will never need OAS, even if you want to load balance. We will be supplying a CGI executable that provides the same (and more) functionality as the OAS cartridge, thus you will be able to deploy your OFS applications to multiple machines and still stick with your favourite web server.
    The other features we have added in 6i are
    - Smart Server Install
    - SSL
    - HTTP
    - OEM Integration
    For full details you should download the product details from Technet, but in short the smart server install should resolve a lot of the problems that we are seeing on this (and other) discussion lists. It basically asks a series of questions and (based on your answers) chooses to install and set up it's own lightweight listener (taken from WebDB) and creates the base html files, the virtual directory mappings etc etc.
    The HTTP is the same as was in 6.0 but is now a supported feature as opposed to being a beta feature, you may now optionally choose to switch on SSL for that communication as well.
    The OEM integration refers to Oracle Enterprise Manager, you may now install an agent on an OFS box and the agent will report to OEM that OFS is installed and will thus allow you to start and stop forms listeners, dynamically turn on logging, kill users etc etc all remotely.
    Sorry if this seems like a marketing message, but I thought you might like a heads up on what is now available.
    I also thought that you might like to know that we in Product Management spend a large amount of time watching discussion groups and newsgroups.
    If you are looking to discuss OFS with other like minded users then there are also several other places that Product Management may be seen, these are comp.databases.oracle.tools and the ODTUG mailing list.
    Obviously the newsgroups are free, but ODTUG requires you to purchase a membership.
    Jason Pepper
    Oracle Enterprise Internet Tools
    Product Management

  • Can you import form responses from one responses file to another? I know you can export...

    I have a distributed form with a responses file that has six responses in it. Somehow the distribution got cut off and I had to set up a new distributed form and a new responses file. I was able to export the six old responses to a .csv file, but have not found a way to IMPORT the .csv file into the new responses file.
    "Add" does not work-- it is looking for PDF files only. Does anyone know a way to import those 6 responses into my new responses file? The distributed form did not change in any way, so all of the fields are still exactly the same.
    I can create a master portfolio and just add the two portfolios together, but they just remain as file icons within the portfolio and I need the data to be inline together in one file.
    Thank you very much.

    If you still have the .muse file for the template you want you can open it up in Muse 'Select All' --> Copy.
    Open your destination blank template and paste it. You can have bothe muse files up in Muse at the same time.

  • Can you create forms that automatically calculate columns of numbers? Example of such form would be

    I am trying to recreate a loan application form which includes several columns of numbers which need to totaled, currently we are using a Word document, but are starting to find that it is cumbersome and very limiting. It was suggested that we check out Adobe forms as a possible solution.

    In FormsCentral, you can use formulas in the response table to add together values in a response. For an example of this, you can fill out this form:
    https://adobeformscentral.com/?f=nAo5QQeg5J2NDfXYlZW4fw
    And you can see the response table for that form here:
    https://formscentral.acrobat.com?d=nAo5QQeg5J2NDfXYlZW4fw
    I've created two columns that use different labels to add together the number fields in the form. You can mouse over a cell in those columns to see the formulas used.
    Hope that helps!

  • Can you get form info to stay?

    Hello, and sorry if this has been posted elsewhere.  I'm not even sure how to phrase this question but I mean when you have entered a username...is there a way not to have to enter it EACH time you use it?  Is there a setting somewhere for keeping 'form' info?  Thank you I have an IPad mini.

    You can use AutoFill. Go to Settings>Safari>Passwords and Autofill>Use Contact Info>On. Then go to Contact Info>select your contact from the contacts app. Also go to Names and Passwords>On.

  • Can you deploy device licenses using ARD?

    i tried to deploy device licenses through server on mac platform but it gives me a network volume error.  What can I do?

    If u just want to run the package then you can use Batch File (Keep Package in a folder) and call it by batch job.
    Follow below steps:
    In any Drive Create a folder called Build or any name--> Inside that create a folder "Config" for Config files and keep your configuration files if any
                                                           in Build or any name-->Create another folder "Folde_Where_Package"
                                                           in Build or any name-->Create another folder "Logs"
                                                           in Build or any name-->Create another folder "ETL_Jobs"
    Keep this in Note pad and save this by giving extension .BAT in folder ETL_Jobs
    set config1=D:\Config\Database.dtsConfig
    SET LOGFILE=..\Logs\Run_Log.txt
    dtexec  /REPORTING E /f "..\Folde_Where_Package\Pkg_Nmae1.dtsx" >> "%LOGFILE%"
    dtexec  /REPORTING E /f "..\Folde_Where_Package\Pkg_Nmae2.dtsx" >> "%LOGFILE%"
    Just double click on .BAT file it will execute your packages or can call this by using windows scheduler.
    you can do same thing by creating 2 separate folders for 2008 and 2012 packages and can run separately.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/07e59dcd-7547-47b2-bcdd-3e188eef619a/how-to-run-a-ssis-package-using-bat-file?forum=sqlintegrationservices
    https://www.simple-talk.com/content/print.aspx?article=270
    http://www.mssqltips.com/sqlservertip/1775/different-ways-to-execute-a-sql-server-ssis-package/
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Can you catch form has expired exception and reload page?

    I have a cfcalendar wrapped with cfform, every first time start the application, it either is empty or give me form data as expired message.
    I have tried to set cfform timeout to a 100 or 200 seconds, but if you close the application and next time open it (if after the timeout limits) it shows the form data has expired message again. If I don't set or set it to 0, then the next time I open the browser, it give me an empty form page.
    So I wonder if there is a way to catch that exception, and then make it reload the page?
    Any ideals to solve the problem.
    <cfoutput>
    <cfheader name="expires" value="#now()#">
    <cfheader name="pragma" value="no-cache">
    <cfheader name="cache-control" value="no-cache, no-store, must-revalidate">
    </cfoutput>
    <cfform name="testForm" format="flash" onLoad="#disableRanges#" height="320" width="420"   >
         <cfcalendar name="selectedDate" 
                selecteddate="#Form.selectdate#"
                mask="mmm dd, yyyy"
                dayNames="SU,MO,TU,WE,TH,FR,SA"
                monthNames="JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC"
                style="rollOverColor:##FF0000;"
                width="270" height="200"
                onchange="getURL('index.cfm?selectDate=' + (selectedDate.selectedDate.getMonth()+1) + '/' +selectedDate.selectedDate.getDate() + '/' + selectedDate.selectedDate.getFullYear());"
                     >
    </cfform>   
    Thanks,
    Bill

    The first thing I would do would be to use an html form instead of flash.  The second would be to add a submit button.  On change events are very frustrating if you don't make the correct selection on your first attempt.

  • How can you copy form data from an online PDF, in your browser?

    Just a quick query, I've recently filled out an online application and I filled this out on an online PDF form. This is the form link:
    http://3fivetwo.com/dloads/application_pack_-_admin_long10.pdf
    How can I copy the data I typed into this form, to a word document for example? Or is there any way I can save this as a PDF with all the data in the form, to send it as an email?
    I've downloaded the form, but it just shows blank pages with no fields filled.
    Thanks very much!

    download the form to your local disk
    open it with Adobe Reader and fill in all the details
    save it
    send the completed form by email

  • Can you deploy a JSF application into Oracle Application Server 10g R2

    Dear Sirs...
    is it possible to deploy a JSF application developed using JDeveloper 10.1.3 into an oracle application server 10g R2 ?
    regards

    Dear Sirs...
    I tried to install the application on AS R2 but it did not work. The problem is that i did not build it using JDK 1.3, and it is really a big application, i have been working on it for few months. do i have to recreate that same application using JDK 1.3? please say no.
    best regards

  • Can you disable 802.11g and 802.11a on an Airport Card?

    Does anyone know if there is a way to disable 802.11a and 802.11g functionality on a MacBook Airport card? I have a very old 802.11b access point and the airport card seems to be making it fail. I was hoping that by turning off 802.11g or potentially adjusting some other airport parameters I might be able to keep the AP from crashing. I'm hoping to keep the AP I have because it has an integrated print server which has been great. If there is no way to modify the settings on the airport card, I guess I'll need to upgrade my AP.
    Thanks.
    Macbook   Mac OS X (10.4.8)  

    Well, I should have used the advice I give to everyone else. Even though my wireless router is very old, there was a firmware upgrade for it. Even though the release notes for the firmware said nothing about it fixing a problem with a MacBook, I upgraded to the latest firmware. After a week or so of testing, it seems to have resolved the problem with the AP going dead when the MacBook was using it.

  • Can you deploy Final Cut Express with ARD?

    Hi Folks,
    I have recently purchased ARD to help administer a suit of iMAC and 6 MAC Book Pros. I have an issue with Final Cut Express 4, in that it requires the licence information on application start up. I originally created an image with all of the software pre-installed and everything works apart from the licencing of FCE. I was hoping that ARD would solve the issue.
    I have tried to copy the existing FCE ID file from the ProApps folder from one computer to another – however it must hash the licence with system ID or something else as it still requires the licence info at start up? As suggested in another thread.
    https://discussions.apple.com/message/12514255#12514255
    So is there any way to install FCE 4 without the need to manually enter the product key?
    The Mac are running mountain lion and are all intel based.
    Any help or info would be very much appreciated.

    Yes, I've purchased it for my late 2010 MBA 13.  Runs pretty good.  Since it does what it does, it does run the CPU, fan and temp up a bit, but still ran perfectly fine.
    Cheers!

Maybe you are looking for