Run Form in HTTPS or SSL mode without installing Application Server

Hi all,
I have installed Oracle Database 10g and Oracle Developer suite 10g in my PC (Window XP). Now I want to implement SSL or running forms in HTTPS mode instead HTTP and I don't want to install Application server.
Any workaround is there to run Forms in HTTPS mode without installing Application server.
Thanks,
Omer

Performance issue? How old is your hardware? I am running OAS 10.1.2.3 on a Server 2003 VM which basically consumes 512MB RAM and ludicrous amounts of CPU/IO.
In any case: as said if you want to test SSL in a real life scenario then enabling SSL in OC4J is not what you want to do. In production the configuration is completely different, as there you would configure Apache to run your forms via SSL.
What comes to my mind would be to install Apache 1.3 (this would be the version OAS 10.1.2 uses), configure mod_oc4j there and configure it with SSL. On the other hand this also isn't the configuration you have in production so this also is not exacly what you want.
If you want to verify if your forms application will run via SSL then most certainly it will run without changing your sources. The only things you might have to change would be if you do HTTP Requests from the database to your application server via utl_http or from the client to the application server via java beans or via the java importer.
But for tests I'd strongly recommend doing it via an application server installation, and not via developer suite.
cheers

Similar Messages

  • Can I run a soft without install sql server?

    I just wrote a winform C# program and use SQL server 2012 for data. 
    Can I run this program on other machine without install sql server ? 
    If I can't. Are there other program simpler than sql server help me run it ?
    THANK ALL !

    Agree with Nicolas. You need to modify connection string to point to proper server name. This might help in getting proper name of instance.
    http://sqlserver-help.com/2011/06/19/help-whats-my-sql-server-name/
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Run sql statements in PL/Sql Developer without installing Oracle database?

    Hi all,
    I wish to ask is there any possibility to run Run sql statements in PL/Sql Developer without installing Oracle database?
    Regards.

    Hello Jimmy,
    this is the forum for the tool SQL Developer and, as the title says, *(Not for general SQL/PLSQL questions)*.
    PL/Sql Developer is not an Oracle tool, but from allound allroundautomations.
    And you need access to a database to run SQL statements. This does not need to be one installed by yourself.
    Regards
    Marcus

  • Can I use BizTalk A4SWIFT without installing BizTalk server?

    Can I use BizTalk A4SWIFT message pack to parse and validate ISO messages without installing BizTalk server?

    No, You can't use BizTalk A4 SWIFT message pack without BizTalk:
    Here is the Prerequisites for BizTalk Server Accelerator for SWIFT - Message Pack 2012.
    BizTalk   
    Server Version
    A4SWIFT Version and Service Pack
    (if required)
    Microsoft Visual C++ 2005 SP1 Redistributable   Package
    Microsoft .NET Framework
    BizTalk Server 2009
    A4SWIFT 2009
    No
    3.5
    BizTalk Server 2010
    A4SWIFT 2010
    No
    4.0
    Reference:
    Installation document for BizTalk Server Accelerator for SWIFT - Message Pack 2012
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • Connecting to sql server database mdf file without installing sql server on client machine?

    I am creating a window application that need to use sql server database. I want to install this application to client machine without installing sql server so that my application can still connect to a database i.e mdf file that i will be providing at client
    system.
    How can i connect to a database(mdf) on client machine through my window application without installing sql server. ? I dont know is it possible or not.
    If possible what will be the connection string in that case. Database need not be used in network.

    you cant connect and view the internals of mdf file unless it being attached to a sql server instance as a database.
    The sql server instance can be installed in any box which is in the same domain and then you can connect from your application to it.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Reports run in LAN but not in WAN from Oracle Application Server 10g R2

    Hi,
    I am using Microsoft(R) Windows(R) Server 2003, Standard Edition (Version 5.2.3790 Build 3790) & Oracle Application Server 10g Release 2 (10.1.2).
    I run my forms and reports in Oracle Application Server 10g Release 2 (10.1.2) successfully in client server environment. But when I run my application in WAN (our private network between different cities) then forms are run successfully but reports does not run.
    i am calling reports from Forms using following code.
    PROCEDURE PRINT_REP_WEB IS
    RO_Report_ID REPORT_OBJECT;
    Str_Report_Server_Job VARCHAR2(100);
    Str_Job_ID VARCHAR2(100);
    Str_URL VARCHAR2(100);
    PL_ID PARAMLIST ;
    BEGIN
    PL_ID := GET_PARAMETER_LIST('TEMPDATA');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
    RO_Report_ID := FIND_REPORT_OBJECT('REPORT183');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'C:\cheema\qdir_store\reports\pmms\backlog_jobtype.RDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'PDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_pap_10gasmid');
    Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
    Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_pap_10gasmid') + 2, LENGTH(Str_Report_Server_Job));
    Str_URL := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=rep_pap_10gasmid';
    WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
    DESTROY_PARAMETER_LIST(PL_ID);
    END;
    when clients in WAN press the reports button from Form there is a message "Page can not be displayed" appear.
    How can I run my reports in WAN, please suggest me solution.

    This sounds like a configuration issue. Are there different firewall rules that are enforced on WAN connections versus LAN connections?
    Hope this helps.
    Craig...

  • HTTP Receiver adpater configuration for Web Application server

    Hello All,
    I am trying to configure a HTTP scenario. I want to configue the receiver HTTP channel to connect to the WebApplication server installed locally.
    I am able connect to the WebApplication server from by browser by giving the URL http://inld50037931a.dhcp.blrl.sap.corp:8080/hello/.
    In my receiver HTTP channel i have configure as below
    Target Host : inld50037931a.dhcp.blrl.sap.corp
    Service Number : 8080
    Path : /hello.
    But it is failing in run time with error in SXMB_MONI : HTTP-Server Code 500 Reason Internal Server Error Explanation Unknown Host.
    And i checked the Trace and it is looking for taget URL :
    http://inld50037931a:8080/hello
    instead of
    http://inld50037931a.dhcp.blrl.sap.corp:8080/hello
    Kindly help me in correcting the receiver channel configuraion.
    Best Regards,
    Biswa

    Hi Babu,
    The given links might help you:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    HTTP Receiver Adapter
    Regards,
    Ajay.

  • Can Output Designer be used without installing Output server?

    Hi,
    Is it possible to use Output Designer independently of Output Server? I cannot find any detailed documentation on the Adobe site and it is not possible to download a trial version.
    I want to create a form that we ensure users entered mandatory fields and that has dynamic sub forms. I do not need to do any further electronic processing of the data in the form once it has been filled in.
    Thxs

    Hi,
    Yes you can use the output designer without the output server.
    We are using the Jfmerge to merge the text file( a temp file to manupulate the data) and .DAT files.the output will be a PCL file. This PCL file you cn send to printer or you can convert it to any other format.We are converting it to PDF file using PCL2PDF file.
    Thanks,
    Jimmy Thomas
    [email protected]

  • Discoverer viewer without oracle application server

    Hi,
    has anybody heard, how to use the discoverer viewer with
    another application server (than oracle).
    since j2ee is a standard there schould be a way.
    our administrators will not look after another
    application server, just to get some reports.
    so i have to get it running on a non-oracle-application server (or worst case: choose another reporting tool)
    thanks,
    Udo

    Discoverer is available and ships as a component of Oracle Application Server. Oracle Application Server via Oracle HTTP Server provides a proxy capability to support other web servers such as Netscape iPlanet and Microsoft IIS. The proxy capability will enable client applications to directly route requests to their native web server and these then get routed to Oracle Application Server and the Oracle HTTP Server. For detailed information on support for these web servers please refer to Oracle Application Server documentation.
    Regards
    Discoverer Technical Team

  • SSL test in Oracle Application Server 10.1.2

    Hi ,
    we are using one Oracle Application Server Web Cache 10.1.2 as our web server.This redirects users to the Application Server.(EBS 12.0.4)
    Now we need to implement SSL to secure user credentials.So i am planing to implement SSL in our web cacahe server.Will this be enough to secure user credentials??I dont have any idea.Please help.
    Moreover our web cache is not configured in SSL during the time of installation.Can any body suggest me a place from where i could get one demo Certificate to put it onto my web server and test the SSL confiration.EBS has provided one demo for application tier(inside $ORACLE_HOME/apache/certs/).
    But we will have to implement in web cahe tier not in application tier.
    We are using EBS 12.0.4 in Hp-Ux v11.23.

    Hi susmit;
    Please chekc below note which could be helpful for your issue:
    SSL Primer on Using OpenSSL as a Certificate Authority with E-Business Suite (with a Windows Example) [ID 1175193.1]
    Enabling SSL in Release 12 [ID 376700.1]
    R12.0.6+ : Oracle Application Object Library SSL Test Transaction Data Test [ID 732282.1]
    R12.0.[3-4] : Oracle Application Object Library SSL Test Transaction Data Test [ID 564066.1]
    Regard
    Helios

  • How to run a exe file that is residing in the application server.

    Hi,
      I have a requirement in which a .exe (Windows executive) file needs to be run through code, which is residing in the application server. That exe file is nothing but a pdf-excel converter that will convert a pdf file to excel. The corresponding pdf file is also in the application server.  Is there any function module to make this happen? I have come across the FM GUI_EXEC, but it operates on exe and pdf files that are in the presentation server.

    hi
    1. customise external command in sm69
    2. use FM: SXPG_COMMAND_EXECUTE
    regards,darek

  • CMSDK 90420 without an Application Server??

    Hello,
    as we don't use an Application Server now, it would just be needed for the CMSDK. Unfortunatelly, this costs are not possible as we already have to license some new databases.
    So, my questions are:
    1.) Would the Java Edition of the Application Server be enough for the CMSDK?
    2.) Is it possible to use the CMSDK without using a Application Server? Which server could you recommend? And how much more complicated would a deployment and configuration be?
    Many thanks in advance.
    regards
    Bart

    OK. I found part of the answer.
    Concerning the error: "javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found" The solution is to put the sjsxp.jar file (although it does not contain the missing class) on the classpath.
    However, I am still concerned about the workaround with respect to the web.xml file. Why is that needed and what are the effects of regressing from version 2.5 to 2.4?
    Thanks again,
    Gaetan

  • Soa suite without oracle application server

    Hi everybody,
    I'd like to know if we can use the oracle soa suite with an application server other than Oracle Application server, for example tomcat.....
    Thanks

    Hi,
    Oracle SOA Suite 11gR1 is not cerified to use against any app servers other than Weblogic server. So you won't be able to find the relavent documentation as well. Other app servers may be supported in Patchset 2.
    Oracle SOA Suite 10g, runs on OC4J, can be used with multiple app servers. Some of the supported servers are Weblogic, Websphere & JBoss.

  • How to make computer run in closed clamshell (display closed) mode without having an external display

    i want to listen song closing my display how to do it any idea???????????

    You can run a MacBook Pro with its display closed with the aid of any of several third-party hacks that prevent sleep, InsomniaX being one. If you put your closed and still-running Mac into a padded sleeve, backpack or carrying case that prevents it from ventilating itself, it will overheat and cook itself and/or cause a fire. Therefore, I strongly recommend against using any of the anti-sleep hacks, and if you do so, you do it at your own risk.
    A MBP is not an iPod. If you want an iPod, get an iPod.

  • Run SSIS programmatically in 32-bit mode on 64-bit server

    Environment:
    Windows Server 2003 64-bit
    SSIS 32-bit & 64-bit installed
    .NET 2.0 application (Platform target x86) which executes an SSIS package programatically (using Microsoft.SQLServer.ManagedDTS.dll)
    The issue I am having is that we connect to a Sybase server and even though the .NET app is executing in 32-bit mode, the SSIS pack appears to try load Sybase 64-bit OLEDB drivers.
    The error I receive is DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER
    When I run on a 32-bit machine all runs fine or if I run using the 32-bit version of DTEXEC the package also runs fine.
    Any ideas on how I can force SSIS to use 32-bit drivers when run on 64-bit server programatically?

    Is there any solution to the above problem since i am facing a similar issue when trying to connect to Excel file.
    The package is executed by managed code using the 
    Microsoft.SqlServer.Dts.Runtime namespace and Application class to load the package and execute.
    The source of the data flow task in the pacakge is excel and destination is sql server database.
    I tried changing ther registry settings to load the package in 32 bit mode but it seems this works only if you use DTExec utility not if you load and run the package programmatically using the above API.
    Please let me know how can i load and execute the package in a 32 bit runtime"PROGRAMMATICALLY" so that 32 bit drivers like the one for Excel are available and can be loaded.
    Set your custom application Platform target to: x86
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Maybe you are looking for

  • Bridge CC. on opening message says unable to read cache, purge cache. This does not help.

    On opening message says unable to read cache, purge cache. Purging the cache does not help and Bridge continues to hang. Was working fine before.

  • Error while executing BEX query via FM

    Hi Friends, I am getting following error while executing a query via FM RRW3_GET_QUERY_VIEW_DATA. Please see the error screenshot as follows. the I_T_PARAMETERS entered are as follows. Please let me know what is missing. Thanks. Regards, Hrishikesh

  • Getting Express error

    Hi, I am S&D consultant when ever i am doing some changes & saving, it ts not getting saved .Getting error like Express document "Update was terminated" received from author "XXX" . Can any body help me in this. Regards, pavan.

  • Servlets & Charts

    Hi! I'd like use Perspective chart in servlet (as GIF generator). Everything works fine in JDeveloper (WTG), but in my main web server (Netscape Enterprise 4.1) I get error message about invalid operation with swing's UpdateUI. Any help??? Tomek

  • Does Golden Gate provide any Webservices to start and stop services?

    Hi all, We are trying to use GG in our application. But we need a way to start and stop services from java code. Is there any Webservice interface or API to start and stop Golden gate services like GG manager, extract and replicat processes?? Thanks