[ADF, JDev12.1.3] How to configure GlassFish to run my application ADF using HTTPS/SSL?

Hallo,

on GlassFish 3.1.2 I have deployed my ADF Essentials application.

Now I configure GlassFish server to run my application using HTTPS/SSL.

I would like to install the certificate MyDomainCert.crt, Intermediate.cert and MyDomainPrivateKey.crt files and configure GlassFish.

Could you kindly advice me a clear and not to hard document that describes how to configure the application server?

Thank you very much

Federico

Finally, I reached the goal

These links also helped me:

Installation certificate Thawte on 3.11 Glassfish server for https traffic. Art of Software Engineering

https://javadude.WordPress.com/2013/03/22/GlassFish-v3-1-2-and-SSL/

Programming the Mr.J4mes Wonderland: [How To] - implement the SSL certificate on the GlassFish application server

In addition, I would say to use the free program "KeyStore Explorer" (key - homepage file Explorer) to easily import the certificates and private key in the keystore of Java.

Ciao,.

Federico

Tags: Java

Similar Questions

  • How to configure firefox to run as a single instance, so that all external links open within my existing window rather than opening another window?

    How to configure firefox to run as a single instance, so that all external links open within my existing window rather than opening another window?

    Sorry, there is no setting for what is built into Firefox.

    https://addons.Mozilla.org/en-us/Firefox/addon/tab-utilities/

    In the utilities tab > Options > links there is a preference to enable single window mode.

  • How emabed BI Publisher report to another application by using URL GO

    Hi all

    How emabed BI Publisher report to another application by using URL to GO.

    I put the BI Publisher report in dashboard and create a url go, but the problem is it is showing upper header and all the names of this dashboard in my dashboard.
    I want to only show the report.

    If we make a requst answers GO url it shows to declare. Same way we can do for BI editor request.


    Thank you

    Hello

    Using the action link you can solve

    Thank you

    Deva

  • How popup screen when you run another application

    I want to design an application running in background when an event is active as you receive a mail, the application will appear a screen and show some info. How to implement, which can help me, thanks

    Using messageAdded method, try something like this...

    Application.getApplication().invokeLater(new Runnable()
    {
       public void run()
       {       UiEngine ui = Ui.getUiEngine();       Dialog dialogScreen = new Dialog(Dialog.D_YES_NO, "Your Message Text here...",                Dialog.NO,Bitmap.getPredefinedBitmap(Bitmap.INFORMATION),Manager.VERTICAL_SCROLL);       ui.pushGlobalScreen(dialogScreen,1,UiEngine.GLOBAL_MODAL);   }
    }
    
  • How to configure WebLogic to support PHP applications.

    Friends.
    Should I configure WebLogic 11 g for PHP applications that support
    The version of WebLogic 11 supports PHP applications.

    Thank you.

    Hello

    Hope this helps
    http://www.Oreillynet.com/cs/user/view/cs_msg/25690

    --
    Thank you

  • How to configure a printer LPT when adapted to use a USB Port - Windows Vista Home Premium 64-Bit

    I have a computer that does not have an LPT port, and the printer that I want to use (EPSON Stylus Color 850) is not a USB Port or Ethernet.  I bought a cable USB2LPT and attempted to get the printer to work.

    My problem seems to be the choice of the port to use.  Here are the steps I followed:

    1. pick "Add a printer" of the control panel. Printers
       2 choose 'Add a local printer' (even if using the USB Port, like when I plugged the USB cable into the computer, I received the message installing driver recognition but not familiar "bong".)
       3 selected "use an existing port.
       4 select "USB001 (virtual printer to USB Port) - it was my best estimate of the long list provided."
       5 choose the EPSON Stylus Color 850 ECP2/PCS.

    The pilot was then installed without error and tried to print a test page which is that hangs without error.

    I deleted the printer then tried to assign the LPT1 port.  No help here either.

    If someone can help me with the installation, so I can get my documents to print I would appreciate it a lot.

    Thank you

    Dave

    You do not have an LPT port.  When you select the LPT port data are always written him even if your computer does not have the hardware installed to make it work.  It would work if you have installed a parallel PCI Port card.

    USB001 would be the first choice, then USB002...

    The next step as Fouzan points out is to contact the supplier of cable or Epson for support of printer you.  Start by Epson.

    You can try other cables, parallel PCI card or another printer. Alan Morris Windows printing team; Here Microsoft Knowledge Base search: http://support.microsoft.com/search/Default.aspx?adv=1

  • How to schedule the job run from applications of the ADF?

    Hi all

    I want to schedule the job to run every day I need to check some data on the table and send a notification,

    I know that I can do this in a database, but I need to do application-level, is there something in the logic of the web can allow me to do?

    Thank you

    I think you can refer to the

    http://Biemond.blogspot.com/2009/09/job-scheduling-in-WebLogic.html

    https://blogs.Oracle.com/jamesbayer/entry/a_simple_job_scheduler_example

  • How to send other linguistic data to the server using Http

    Hello

    How can I send data to the server except English other languages how to send to the server. Please someone help me it's urgent.

    Thank you

    Kind regards

    Bharath kumar

    Peter cool.

    problem fixed

    I use postdata String = new String (textField.getText (.getBytes("UTF-8")));

    Thank you

  • How to communicate with a remote application that uses http post to the connection request

    OK, I'll try to make this simple to avoid any

    confusion.

    I am getting requests for connection of remote applications on the user pc.

    The application uses the POST method to send the request to connect to my database and possibly updating some tables.

    The application is not a Web page. I don't have access to the internals of the application nor do I have any specific information on how it sends its MESSAGE. I'm sure of the following:

    The application performs the VALIDATION on my .cfm page

    "IsConnectionAllowed" = 'yes '.

    Is ask my cfm page if its ok for you to connect. I would need to use a < cfif > to check the first part of the POST is in fact

    "IsConnectionAllowed" = 'yes '.

    If this returns true, (the application uses also at the STATION to spend 'username' and 'password') my .cfm page will then perform a query and check the user name and password on the database. If a matching record is found, the application waits for my page to answer with

    "#Answer # OK - bound;

    Once the answer is given the application will then respond with the data to insert or update my tables.

    Now I know how to make queries and update the tables etc, but I never received a prior application data.

    I tried using the < cfform > tag with a breeding to GET and then you're trying to send my response with < cfoutput >, but that did not work. The application gives no feedback or error messages. It connects or not.

    I also tried the < cfhttp > tag, but that no longer works. I'm not very experinced with coldfusion. I used years ago and am just getting back to it.

    I'm sure it's a fairly easy thing to do, but my methods do not work.

    Using the information above, can somone please show me how I would accomplish this communication? I can then use the same method to retrieve the data for my queries and updates to the table.

    Here is a sample of what I have already tried:

    < cfform method = "get" >

    < cfif >

    "IsConnectionAllowed" = 'yes '.

    <!-I need to ask a user name or password. But for testing I will just give the OK to connect->

    < cfoutput > #Answer # Ok - connected; < / cfoutput >

    < cfelse >

    <!-when I ask user name and password, if the query returns no records I refuse the connection->

    < cfoutput > #Answer # not connected; < / cfoutput >

    < / cfif >

    < / cfform >

    BTW, I have some examples of this fact using .php and .asp. I need to do it using .cfm. I can post the .php or.asp code if it will be useful in the conversion of the function in a .cfm page.

    Just as I speculated, you just send plain text - that is just like a normal web page generation.

    The code below vaguely mimics your PHP code. I did not test it, so it may contain errors. I used labels instead of cfscript, because you might be working with ColdFusion 8 and not 9. I disable all outputs of coldfusion and wrap everything which is at the exit, between the two . This way without extra line breaks or spaces are never sent. syntax ed would of course take care of that, which I use more happy when working with CF9.



       
       
            ##Answer # error - could not connect to the mySQL database.
           
       


    SELECT * FROM profil_utilisateur
    WHERE UserName =
    AND password =
       

       
       
            ##Answer # error - user name does not exist or wrong password;
           
       

    ##Answer # OK - connected;

    What still intrigues me is; the client application makes separate connections to your server or not - first to check if the connection can be established and then to the name of user and password? Of course not, even if the first time he could. In your sample code, user name and password can be checked if isConnectionAllowed is displayed on the same application.

    I guess that the application client messages these three areas (isConnectionAllowed, username, password) each time as it brings the following calls to update data in the query, because there is no no manipulation session implemented in PHP code.

    I hope this helps. * shrug *.

    --

    -Fernis - fernis.net - developer ColdFusion for hire

  • How to move or delete an APEX application programmatically using application_id and / or aliases?

    Oracle db 11 g 2

    Oracle APEX 4.2.1

    Linux RHEL 6.3

    ------------------------

    Is anyone know the function or procedure to remove or delete an APEX application programmatically using application_id and / or aliases?

    The best I can Google is:

    wwv_flow_api.remove_flow (application_id); -to drop id app by app of APEX

    Any other suggestions?  Any call APEX API I do (I do not see in the APEX API Ref).

    Thanks to a bouquet.

    Hi tx

    We use a script that calls these procedure packed high-end APEX api indeed.

    This script (called: uninstall) is called from one in Linux. Sh script file

    In our case, the application and space to work used the same name, but you can easeliy that adapt to your situation.

    The script is called in the script as .sh

    $> sqlplus / as sysdba @de - install.sql

    The script has the following content:

    DECLARE

    / * End: uninstall Apex

    Settings: 1 = name of work/application space

    */

    l_application_id NUMBER;

    BEGIN

    SELECT Application_id

    IN l_application_id

    Of apex_applications

    Workspace WHERE the = ' & 1' AND alias = ' &1';. ' -find the application with a given name to a certain workspace (with the same name)

    wwv_flow_api.set_security_group_id (p_security_group_id-online APEX_UTIL. FIND_SECURITY_GROUP_ID('&1'));) -sets the security group so that you can remove this application

    wwv_flow_api.remove_flow (l_application_id); -remove the application

    EXCEPTION

    WHEN NO_DATA_FOUND THEN - say nothing when the application does not exist

    NULL;

    END;

    /

    output

    Hope this helps you

    Best regards, Wouter

  • How to configure an email client by default so that I can respond to the craigslist ad?

    Problem trying to figure out how to set up customer email by default to add s craigslist, I have msn and google email and do not know which toolbar, the book is about or what the format to use, need technical help and explain a walk through what to do, thx brand.

    original title: for craigslist to add, default mail client
    Activation of POP in your Gmail account
    http://mail.Google.com/support/bin/answer.py?answer=13273
     
    How to configure gmail in Windows Mail & Windows Live Mail
    http://mail.Google.com/support/bin/answer.py?answer=86383
  • [ADF, JDev12.1.3] How to get the column headers, request of VO and VO bind vars used by an af:table?

    Hallo,

    I want to create a method that takes as a parameter the id of an af:table (used to display the search results) and returns:

    • the column headings of the af: table
    • Visible property (true/false) of the columns af:table
    • the actual query of the VO instance used to create the af: table
    • the values of real bind variables passed to the query of the instance of VO

    I would like to create a servlet which takes the parameters reruns the query and returns a report Excel/PDF file that contains exactly the same columns and same of the af records: table.

    I'm a little confused on who use the code to achieve this... you kindly help me?

    I did a similar qustion here Re: [ADF, JDev12.1.3] how to export an af:table to Excel in an ADF Essentials application? but then I guessed that it was preferable to create a new thread.

    Thank you

    Federico

    For this, you can use this type of code

    Context LocaleContext = _adfTableBinding.getLocaleContext ();

    for (attr AttributeDef: attributeDef) {}

    Label As String = attr.getUIHelper () .getLabel (context);

    _logger.info ("Attritbute name:" + attr.getName () + "column name:" + attr.getColumnName () + "Col4Query name:" + attr.getColumnNameForQuery () +)

    "Name:"+ label);

    }

    which produces this output

    Timo

  • Re: How to configure Ant in adf application using Jdeveloper 11.1.2.3.0?

    Hi all

    I use jdev 11.1.2.3.0.

    Any can help me how to configure Ant in adf application using Jdeveloper 11.1.2.3.0?

    With respect,

    satishkumarN

    HI Sissi,

    Your question is not able to understand. I guess you are looking for building project using ant for deployment.

    Please find the links below

    Construction projects with Ant

    Use of Maven in JDeveloper 11.1.2: asked to build ADF with Maven using Ant ojdeploy

    One size does not fit all: using ojdeploy and Ant to create pots of ADF library

    Thank you

    Nitesh

  • How to configure the inputComboboxListOfValues case-insensitive search dialog box

    Hi all

    I use Jdev 11.1.2.3.0

    I use a inputComboboxListOfValues in a fragment of page ADF

    When I click on "search...". "I can type what I'm looking for, but here the search is case-sensitive.

    How can I configure this case-insensitive field? can someone help me please...

    Thank you

    G.Shilpa

    Hello

    View the criteria it is checkbox " Ignore Case". Just to check this box and run the application.

    For more information, refer

    http://tompeez.WordPress.com/2012/08/20/JDeveloper-ADF-afinputlistofvalues-enable-case-insensitive-search/

    Thank you

    Nitesh

  • How to configure microsoft exchange account

    How to configure Microsoft Exchange account on iPhone.

    I'm getting a problem while creating a Microsoft Exchange account on the iPhone. Can any body tell me How to set up a mail in iPhone because I want to set up an account for Microsoft exchange on iPhone

    Thank you in advance

    Alondra Cooper

    You can read this article to learn how you can put your email on iPhone

Maybe you are looking for

  • formatting startup disk

    Hello I recently bought a mac book air and it's the first mac I've ever had. After using for a while and learn how it works, I decided to start from scratch and format my drive. I went in the disc utilities and saw that there is a separately located

  • Disable the Drive on Yosemite property or repair permissions

    I have some files on my Mac telling me now that I don't have permission even if when I go in the menu "Get Info" I'm listed as "Read & write."  I then tried to fix the permissions, but there is only one button of first aid, no tab with a prompt to re

  • I am unable to hear my video clips when I add audio clips to my film.

    Ok. I'm trying to set up a video for my family. I have video clips and audio clips that I want to use. I have a problem with the pleading of my video clips when I add an audio clip. Ok. I'm trying to set up a video for my family. I have video clips a

  • Windows Update is running for hours - svchost.exe max' are CPU

    I have a Win7 Ultimate x 64 on a Dell Latitude E6400 laptop computer. Recently, I'm getting is more of new updates. Much more control of updates process continues for several hours (4 +). Since then, I have: stopped the service update windows and ren

  • How can I stop my page to zoom in or out quickly?

    When I use my laptop, Windows 7, sometimes in the middle of a web page, display my email, Facebook and Microsoft Word, my screen will start radiply zoom in and out, made my useless mouse. All I can do is look at the screen going from big to smaill an