How to make the App Server Listen for HTTPS

I have a web application that needs to be accesible over an HTTPS connection, not HTTP.
When I deploy an application with Java Studio Creator to the App Server it is automatically set to an HTTP URL. How do I setup HTTPS ?
Thank you in advance,
Joe Paladin

Looks like I should have thanked myself in advance....
Turns out its pretty easy. Open the admin console, go to configuration, add and HTTP listener, check the security check box, and fill out the other mandatory fields like the port. Standard SSL port is 443.
Save changes, and restart the App Server. Any deployed apps should be reachable via https://localhost:443/myWebApp
This approach uses a default certificate that comes with the app server. Here is a link if you want to create a certificate :
http://java.sun.com/developer/technicalArticles/WebServices/appserv8-1.html
Joe Paladin

Similar Messages

  • How to make the java files compile for a project created outside of Eclipse

    Hi^^,
    I have created a project outside of Eclipse. It has the following folders
    1. config
    2. source
    3. WEB-INF
    I want to execute the project on remote server. Will it compile automatically creating a new folder for .class files corresponding to the source folder or do i need to include a build.xml to enable the project to create a new folder for .class files. Also pls tell me how do I write this build.xml
    Please advise.

    Hi^^,
    Actually I have created a project without using eclipse.
    My source files are inside WEB-INF/source
    Now I want to compile the files using build.xml so that I can create class files. I am using the following build.xml
    <project name="jsp" default="all" basedir="./">
      <property environment="env"/>
      <property file="ArmorJSP.properties"/>
      <!-- set global properties for this build -->
      <property name="source" value="."/>
      <target name="all" depends="copy, jspc, testservlet"/>
      <!-- Creates jsp_servlet directory under WEB-INF\classes of the Examples Web
        APP and places the compiled jsp classes into it -->
      <target name="jspc">
        <!-- Run ejbc to create the deployable jar file -->
        <java classname="weblogic.jspc" fork="yes">
          <arg line="-webapp ${APPLICATION_HOME} -compileAll -d ${APPLICATION_WEB_CLASSES} ${source}/*.jsp"/>
          <classpath>
            <pathelement path="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar;${ARMOR_HOME}/ARMORSecurity.jar;${ARMOR_HOME}/ARMORUtil.jar"/>
          </classpath>
        </java>
      </target>
      <!-- Creates jsp_servlet directory under WEB-INF\classes of the Examples Web
        APP and places the compiled Servlets classes into it -->
      <target name="testservlet">
        <!-- Run ejbc to create the deployable jar file -->
        <javac destdir="${APPLICATION_WEB_CLASSES}" srcdir="${source}" includes="*.java">
          <classpath>
            <pathelement path="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar;${ARMOR_HOME}/ARMORSecurity.jar;${ARMOR_HOME}/ARMORUtil.jar"/>
          </classpath>
        </javac>
      </target>
      <target name="copy">
        <copy todir="${APPLICATION_HOME}">
          <fileset dir="${source}">
            <include name="*.jsp"/>
          </fileset>
        </copy>
      </target>
    </project>I do not know how to compile the project using this build.xml
    The motive of doing all this is to understand how is Eclipse doing the build project step. I simply cannot find any build.xml inside any of my projects created in Eclipse however when right click on the project and choose build project, it compiles excellently. ???
    Edited by: pksingh79 on Nov 24, 2008 1:19 PM

  • How to add the app back on for facetime

    i erase the app for facetime on my iphone 4. how can i add back on?

    I don't think you can erase it. 
    Tap contacts, select the contact you want to call, then scroll down to the facetime button.

  • How to make 9iFS' NFS Server listen to multiple ip addresses?

    Hi,
    We have solaris 2.8 box with 2 ip addresses. NFS Server(9iFS) is running as secondary server(port 4049). Is it possible to make NFS Server listen to both ip addresses?
    I tried to add both ip address to IFS.SERVER.PROTOCOL.NFS.Localhost(STRING_ARRAY type) but doesn't work. But if I define either of ip address as a value of IFS.SERVER.PROTOCOL.NFS.Localhost (STRING type) it works.
    Any idea?
    Thanks,
    -Niraj

    Hi,
    We have solaris 2.8 box with 2 ip addresses. NFS Server(9iFS) is running as secondary server(port 4049). Is it possible to make NFS Server listen to both ip addresses?
    I tried to add both ip address to IFS.SERVER.PROTOCOL.NFS.Localhost(STRING_ARRAY type) but doesn't work. But if I define either of ip address as a value of IFS.SERVER.PROTOCOL.NFS.Localhost (STRING type) it works.
    Any idea?
    Thanks,
    -Niraj

  • How to make the common control button for all pages in TABCONTROL​?

    Dear all,
               I'm using TABCONTROL for my application. I'm having STOP and SAVE control. I have to show this button to all pages  in TABCONTROL.. How do i make it?
    Kindly help me?..
    Regards,
    Srinivasan.P
    Solved!
    Go to Solution.

    Hi srinivasan,
    If you want to keep "Save" and "Stop" common, Why do you want to keep them on Tab control? Is your tab control taking entire space on Front panel? If so, you can have SAVE and STOP on other vi, and you can call this vi (MODAL).
    Gaurav k
    CLD Certified !!!!!
    Do not forget to Mark solution and to give Kudo if problem is solved.

  • How to get the app server to automatically call init()

    Hi,
    I have servlet called Manage, which initializes a bunch of stuff in its init() method. Can I configure tomcat so that it will automatically call the init() method of this servlet when it is deployed (as opposed to waiting for the first request to come in to initialize it?
    Thanks,
    -Adam

    Anyway, if you really need to initialize your servlet as soon as your web application starts, you can use in your web.xml something like this:
    <servlet>
    <servlet-name>serv</servlet-name>
    <servlet-class>com.test.serv</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>

  • How to find the app.server version

    Hi all,
    i hope this question has already raised in this forum (i.e).Anyway i i tried the query
    SELECT * FROM IAS_PROPERTIES;
    SELECT * FROM INTERNET_APPSERVER_REGISTRY.SCHEMA_VERSIONS;
    i got error table or view does not exist.
    how can i proceed further?
    is there anything which needs to be installed?
    pls let me know
    thanks in advance..

    There might be better ways but you can try one of these two too:
    - Launch Oracle Installer (using runInstaller executable) and check under "Installed Products".
    - On Unix/Linux, try this:
    cd $ORACLE_HOME/inventory
    ls -d Components*/*/*
    Thanks
    Shail

  • How to access the apps server inside guest  from host.

    my setup is
    windows 7 - host
    OEL 5 - virtualbox guest
    i have it setup with bridged networking with static IP 192.168.1.91.
    my virtualbox guest is running oracle ebs 12. i can access from firefox inside the guest the url http://xt12:8000
    i can ping the guest ip from host .
    however when i try to open the url(http://192.168.1.91:8000) from Internet Explorer browser inside the host it do not open.
    appreciate any suggestion.
    thanks in advance.
    -Kart

    user12046749 wrote:
    however when i try to open the url(http://192.168.1.91:8000) from Internet Explorer browser inside the host it do not open.
    appreciate any suggestion.Check iptables inside the guest: a default Oracle Linux install has the firewall enabled, which will block inbound connections.

  • How to remove the app-toolbar from projects?

    hi all.
    i know there was somewhere a tutorial-part on how to make the app-toolbar invisible in the layout, but i can't find it anymore.
    i mean the toolbar with
    edit application : edit page X : new : session : debug : show edit-links
    thanks for hint!

    Joshua,
    You only see the toolbar when you are logged into a workspace as a developer. You don't really have to remove it for end users. Try this: make sure you're not logged into a workspace and run your app directly:
    http://<host>:<port/pls/DAD/f?p=<your app ID>:<page ID>
    Sergio

  • How to make the main() thread wait?

    I would like to know how to make the main() thread wait for another thread?If I use wait() method in main() method it says "non-static method wait() cannot be referenced from a static context",since main()
    is static.

    Here is an example how you may wait for a Thread in the main -
    but be careful, this is no real OO:
    public class WaitMain {
    // this is the thread class - you may also create
    // a runnable - I use a inner class to
    // keep my example simple
         public static class ThreadWait extends Thread{
              public void doSomething(){
                   synchronized(syncObject){
                        System.out.println("Do Something");
                        syncObject.notify();
              public void run(){
                   // sleep 10 seconds - this is
                   // a placeholder to do something in the thread
                   try{
                        sleep(10000);
                        doSomething();
                        sleep(10000);
                   catch(InterruptedException exc){
    // this is the object we wait for -
    // it is just a synchronizer, nothing else
         private static Object syncObject = new Object();
         public static void main(String[] args) {
              System.out.println("This will start a thread and wait for \"doSomething\"");
              ThreadWait t= new ThreadWait();
              t.start();
              synchronized(syncObject){
                   try{
    // this will wait for the notify
                        syncObject.wait();
                        System.out.println("The doSomething is now over!");
                   catch(InterruptedException exc){
              // do your stuff

  • How to stop the system to ask for a password

    How to make the system from asking for a password for every installation???

    You can't do that.  Apple is very careful to make sure that only an authorized person does installations.

  • How to start the oc4j server

    I install oracle 9ias 9.0.3,but i don't know how to start the oc4j server.
    thanks for any help?

    hi
    Refer "Starting and Stopping OC4J" from
    http://otn.oracle.com/tech/java/oc4j/doc_library/902/A95880_01/html/toc.htm
    hope this helps.
    shrini

  • I recently purchased, from the APP store, Lion for use on my MacBook Pro.  I wish to upgrade my IMac to Lion also.  Do I need to make a 2nd purchase or will the single purchase suffice?  If the single purchase will suffice, how do I facilitate ?

    I recently purchased, from the APP store, Lion for use on my MacBook Pro.  To upgrade my IMac to Lion, need I make an additional purchase?  If not, how do I facilitate the IMac upgrade?

    No, you do not need to re purchase Lion. You can re download Lion on all your authorized Macs using the same Apple ID.
    How to re download apps from the Mac App Store:
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.

  • On installation of the app server, was asked for a key that is supposed to come with the welcome letter. How do I get a welcome letter?

    I bought the Solaris 9 media which brought the iPlanet servers. When installing the app server, I was asked for a key in a welcome letter. I don't seem to have one. How can I get the key to install the servers

    No matter how many times you ask this question, the answer is going to be the same.
    You can submit feedback to Apple here:
    http://www.apple.com/feedback

  • Destination disabled. []: [CrystalEnterprise.Ftp]. Please note the name of the job server used for your request and contact your system administrator to make sure the specified destination is enabled. (FWB 00031)

    Hi
    In BO 4.0 SP 9 when a administrator tries to schedule a report via CMC there is no error
    But when a user schedules a report and the destination is FTP location -> Use default settings he gets following error
    Destination disabled. []: [CrystalEnterprise.Ftp]. Please note the name of the job server used for your request and contact your system administrator to make sure the specified destination is enabled. (FWB 00031)
    There is only one Job Server and the destinations are enabled in it
    There is no Job server for Crystal Reports Job Server
    Do i need to create it and how.

    Please check if you have proper rights to schedule to FTP. You can create a new job server, whenever you schedule it, there are multiple job servers, it will handle based on the load. But it is not mandatory, depends on the load.

Maybe you are looking for

  • How do I get my code changes to show when published in Business Catalyst?

    I have created my website using !Adobe Muse and have used the Ecwid ecomm widget to integrate a shop. As I wasn't happy with the font, colour, etc, I changed the code using the edit 'html' function, accessing the code information from a design browse

  • Deactivate batch management

    Dear all, we have uploaded stock for the material and by mistake the batch management was active. but we reversed the stocks but still i am not able to deactivate batch management in material master Pl Guide how to deactive the batch management in MM

  • FI Master Data list

    Hi, Can anyone provide me with a list of Master Datas required to be prepared in the FI and CO modules? Any link for this kind of information? (Will award points)

  • At line selection not working

    HI, at line selection is not working in my program after i used set pf-status. please help. regards, ravi.

  • Fetch Softworks iWeb 1.1

    Does anyone have any experience using this product to publish to a folder and than FTP over to a hosting service. The host tells me they do not have the extensions loaded to support an upload directly from iweb??? But that I can FTP my site which wil