Implementing X509 installed in web server for service deployed in weblogic

I need some advise on what I am doing is the right way of implementing one way x509 certificate.
1.JWS file is created using wsdlc ant task and deployed in weblogic 10.3.0 with no security policy annotations.
2.Installed Verisign certificate in Sun One Java server and enabled SSL and added some configurations to redirect webservices request to weblogic server
3.Created client and added -Djavax.net.debug=all as VM argument and verified the Sun One Java server verisign certificate details in the logs.
So far there is no issue but today I was reading about security policy file and I don’t know whether I am missing that in the webservice class or not. But because I can verify the certificate data from webserver I am thinking x509 certificate is installed and my webservice is using that certificate. Am I right?
Can someone point out if I am missing something and let me know the details on the same? Thanks

I meant @Policy(uri = "policy:Wssp1.2-2007-Https.xml") Also I read this article which is talking about the policy file http://chrismuir.sys-con.com/node/1075471/mobile
Couple of questions:
1. As I said in my last thread, since Verisign certificate is installed in the web server, I can view the certificate details in the browser for any https requests to that server instead of just for this webservice request. How to block/filter other requests from using the certificate when involed using https?
2. When do we need policy files?
Edited by: user8115570 on Feb 6, 2012 2:55 PM

Similar Messages

  • Procedure for Certificates if implementing Terminating SSL at web server

    Hello Gurus,
    We have implemented "Terminating SSL at Web Server" and have generated Certificates for the Server which hosts OHS. My doubt is
    Do we need to generate Certificates for all the server that has EPM components or if it is correct if we generate Certificate only for OHS server.
    Also if we also want to implement SSL for Essbase and making use of Wildcard Certs, can we add the ailas name for Essbase server to the SAN and use the same wallet on the server hosting Essbase server?
    Thanks.

    I meant @Policy(uri = "policy:Wssp1.2-2007-Https.xml") Also I read this article which is talking about the policy file http://chrismuir.sys-con.com/node/1075471/mobile
    Couple of questions:
    1. As I said in my last thread, since Verisign certificate is installed in the web server, I can view the certificate details in the browser for any https requests to that server instead of just for this webservice request. How to block/filter other requests from using the certificate when involed using https?
    2. When do we need policy files?
    Edited by: user8115570 on Feb 6, 2012 2:55 PM

  • How to install iPlanet Administrative Server while installing iPlanet Web Server Ver 6.0 Service Pack 3 in SUN Ultra 10,Solaris 5.8

    We are the partner of Sun Developer Connection Program.
    Company: ITI Ltd.
    Member no: 1024878
    We tried to install iPlanet Web Server ver 6.0
    Service Pack 3, in Sun Ultra10 Solaris 5.8 machine.
    During the time of installation it is giving Error:
    Failure installing iPlanet Administration Server
    Do you want to continue? if Yes
    it starts poceeding with the installation and again gives an Error:
    Failure installing Core Java Classes.
    Do you want to continue? if Yes
    It completes the installation.
    But startconsole cannot be executed.
    Please send the solution.

    May I ask where did you get the bits for iWS 6.0 SP3? The latest version currently available for download is iWS 6.0 SP2.
    http://wwws.sun.com/software/download/download/
    Thanks

  • How to install Apache Web server on my SAP Content Server

    Dear Experts,
    I am in the process of installaing Content Server in my landscape, i am working on Suse Linux 10 SP2 and planning to install ContentServer 6.30.
    I have read the standard SAP installation document for the same and it says that we need to install Apache Web server version 1.3.XX, so i have downloaded the file apache_1.3.27-x86_64-whatever-linux22.tar.
    Now i want to know the following before i take any actions on my further installation of the Content Server
    What is the difference between Apache and httpd servers (services) are they different or same
    Is the file apache_1.3.27-x86_64-whatever-linux22.tar correct to install Web Server on my Linux system
    Do i have to download any other httpd files
    How to install and start the Web server on my Linux
    Waiting for some information
    Thanks and regards
    BasoKing

    You can install a higher apache also (2.2.x), I'd not use the old versions. I'd also not use a "somwhere" compiled apache, you don't now if that version is clean.
    I'd rather compile an own one, it's not that difficult:
    Note 664384 - Generation info for Apache Web server for SAP Content Server
    The result will be a default webserver (httpd) without any unnecessary modules compiled in.
    Markus

  • Should I install Apache Web server to use Jakarta Tomcat Servlet engine?

    Hello,
    I have some problems and now have a question:
    Should I install Apache Web server to use Jakarta Tomcat Servlet engine?
    JTK home page is available via http://localhost:8080
    Tomcat ver 3.1.3
    Thanks.

    No, you don't need to run Apache webserver (httpd) to run Tomcat. Tomcat by default runs on port 8080, but you can set it to any port, including 80, if you have permission to do so (on *nix systems, you need root permissions to run services on any port below 1024).
    Tomcat is a webserver as well, just one that includes a servlet container and JSP processor. So it will serve your html files, images, etc (aka static content), just as well as Apache httpd, in addition to being able to run servlets and JSPs.
    Apache httpd has more options for serving static content than Tomcat, so many people prefer to use it as their main webserver and only use Tomcat as a sort of "plugin" to handle servlets and JSPs. This can be achieved through a connector. Instructions on how to set this up are on the Jakarta website.
    So you could use Apache and Tomcat combined, next to each other, or totally separated. In many cases, just Tomcat will do.

  • Installing Iplanet web server and directory server behind a firewall

    When installing iplanet web server and directory server behind a firewall - should the interal ip address be used or the external ip address?

    Hello,
    When you are installing iplanet web server behind a firewall,you should use the internal ip address in the firewall.
    1. The external ip address connection to the Internet. The type of IP address used?dynamic (commonly used for standard
    modems) or static (commonly used for cable modems) is dictated by the ISP to which you connect and the type of service it provides.
    2. The internal ip adress connection. This connection must be a static IP assignment, and it must be assigned by you.
    obviously it depends on the type of firewall setup you have.
    Thanks
    Selva

  • Setting apache as a front end host-proxy web server for weblogic 10.3.3

    Hi ,
    i have installed apache 2.2.21 in the red hat linux 6 environment.Now i am trying to set that apache web server as a front end host ,proxy web server for my weblogic 10.3 application server cluster. My apache is listening to the port 8080.
    What changes i had to made in admin console of my server as well as in the httpd.conf file of apache.
    Can any one guide me how to proceed ?
    Any help is highly appreciated......

    Thanks Ravi,
    i have already gone through http://docs.oracle.com/cd/E12840_01/wls/docs103/plugins/apache.html.
    In my case "mod_wl_22.so" was not available but i downloaded this p10051826_1033_Generic.zip file from where i got that file and make it available in the modules directory, changed the file permissions (using chmod 755 mod_wl_22.so) and also changed the httpd.conf file as below :
    LoadModule weblogic_module modules/mod_wl_22.so
    <IfModule mod_weblogic.c>
    WebLogicCluster wlserv1:7001,wlserv2.com:7001
    MatchExpression *.jsp
    </IfModule>
    By using /bin/ls command i checked the following :
    /bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
    Using file mod_wl_22.so i checked the following:
    mod_wl_22.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
    My problem is when i used ./apachectl -t i got the following error :
    httpd: Syntax error on line 112 of /u40/app/apache/conf/httpd.conf:
    Cannot load /u40/app/apache/modules/mod_wl_22.so into server: libstdc++.so.5:
    cannot open shared object file: No such file or directory
    So can u please guide me where my problem is and how to rectify it ? Its urgent. please help me.
    Thanks
    Jyoti Ranjan

  • Installing SJE Web server 6.1 on HP-UX  PA_RISC 11i

    I am trying to install SJE Web server 6.1 on HP-UX PA_RISC 11i; as i install all the related packages and resourcse at HP and try the install again but it keep on gigving me this error. Any body have tried sucessfull clean install on this version of HP. Please help me
    Installing Java Enterprise System
    Log file: /var/tmp/Java_Enterprise_System_install.B09301553
    Installed:
    /var/sadm/prod/entsys/uninstall_Sun_Java_tm__Enterprise_System_2005Q1.class
    Uninstaller is at:
    /var/sadm/prod/entsys/uninstall_Sun_Java_tm__Enterprise_System_2005Q1.class
    Sun Java(TM) System Web Server 6.1 SP4 2005Q1
    Installing Depot: sun-webserver
    NOTE: The software "sun-webserver:/opt/SUNWwbsvr" was successfully
    marked, but it depends on the following software items which
    could not be found in the source. However, these items may
    already be in the target. This will be checked during the
    Analysis Phase: Jre15 sun-icu,a=HP-UX_B.11.11_32/64
    sun-ktsearch,a=HP-UX_B.11.11_32/64
    sun-ljdk,a=HP-UX_B.11.11_32/64 sun-nspr,a=HP-UX_B.11.11_32/64
    sun-nspr-devel,a=HP-UX_B.11.11_32/64
    sun-sasl,a=HP-UX_B.11.11_32/64 sun-nss,a=HP-UX_B.11.11_32/64
    sun-nss-devel,a=HP-UX_B.11.11_32/64
    sun-zlib,a=HP-UX_B.11.11_32/64 sun-nssu,a=HP-UX_B.11.11_32/64
    ERROR: "hosthpx1:/": The software dependencies for 1 products or
    <--[36%]--[ENTER To Continue]--[n To Finish]--> {"!" exits}
    filesets cannot be resolved.
    ======= 09/30/05 10:56:31 EST BEGIN swinstall SESSION
    (non-interactive) (jobid=hosthpx1-0100)
    * Session started for user "root@hosthpx1".
    * Beginning Selection
    * Target connection succeeded for "hosthpx1:/".
    * Source connection succeeded for
    "hosthpx1:/tmp/.jes_CaChE/HPUX_PA-RISC/.install/..
    /Product/web_svr/Packages/sun-webserver".
    * Source:
    /tmp/.jes_CaChE/HPUX_PA-RISC/.install/../Product/web_svr/Packages/sun-
    webserver
    * Targets: hosthpx1:/
    * Software selections:
    sun-webserver.webserver,l=/opt/SUNWwbsvr,r=6.1,a=HP-UX_B.11.11
    _32/64
    * Selection succeeded.
    * Beginning Analysis and Execution
    <--[72%]--[ENTER To Continue]--[n To Finish]--> {"!" exits}
    * Session selections have been saved in the file
    "/.sw/sessions/swinstall.last".
    * The analysis phase failed for "hosthpx1:/".
    * Analysis and Execution had errors.
    NOTE: More information may be found in the agent logfile using the
    command "swjob -a log hosthpx1-0100 @ hosthpx1:/".
    ======= 09/30/05 10:56:33 EST END swinstall SESSION (non-interactive)
    (jobid=hosthpx1-0100)
    Error: Depot sun-webserver install failed.
    Install complete. Depot: sun-webserver
    ==> Skipping the uninstallation process as the sun-webserver is not installed
    or removed already
    ==> Skipping the uninstallation process as the sun-webserver is not installed
    or removed already

    I think found the problem and like to share with all you.
    When installing on HP-UX the HP-UX installer first checks the installation files (depot) for the package to be installed as well as any other required packages. If they do not exist in the depot it then checks the server to see if they are already installed. If these conditions are not met the installation fails. When trying to install Sun One some shared components were necessary but installer that Sun provided did not select these required packages. As a result I had to manually install each required package from a shared components folder in Sun One Webserver installation directory. After installing these required packages the installation was successful.
    Cheers

  • After installing iPlanet Web Server v6 SP2, there is error message: https-admserv60 cannot be found??

    After installing iPlanet Web Server v6 SP2 on Windows 2000 SP2, error message in the event log shows up. "The description for Event ID ( 0 ) in Source ( https-admserv60 ) cannot be found."
    "The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: startup: server started successfully."
    The iPlanet 6SP2 seems to work fine but these error message occur after rebooting the server. There is actually 2 messaages: one for the admin server and the
    other for the actual web server instance. Both state
    'server started successfully' but these messages still
    appear.
    Any ideas how to correct this?
    Thanks,
    JD Trinaca

    this will occur, as the 6.x servers do not use the lodctrl to place the perf monitor messages in the registry...as long as the server starts & runs ok, you can ignore these particular errors

  • Does it actualy matter what you have on your remote server for services-config.xml

    Hi there, does it actualy matter what you have on your remote server for services-config.xml ?
    Does the information not just get baked into the flex 3 app at compile time on my local computer?

    I don't think this is right!
    If you don't have any config file, you can set up a remote object. The config file handles the default settings.
    If you implement something like
        <mx:RemoteObject id="myService"
            destination="amf"
            source="remoteServiceName"
            endpoint="http://myDomain/amfphp/gateway.php"
            fault="handleFault(event)">
            <mx:method name="test" result="handleResult(event)"/>
        </mx:RemoteObject>
    it will work!
    Dany

  • Can't Login to Embedded Web Server for HP Officejet Pro 8600 N911g

    I have a HP Officejet Pro 8600 N911g that I am trying to access in order to update the adress book for the scanner but in order to do that I must login. I have never set up a user name or password for it. Is there a default username and password?

    Hello @jessescopely, 
    Welcome back to the HP forums.
    I understand that when you try to access the EWS (Embedded Web Server) for your Officejet pro 8600, you are prompted for a username and password.
    Unfortunately there is no default username or password.
    On rare occasions this can be fixed by restoring the network defaults.
    Go into the Setup menu.
    Select the Network sub menu.
    Choose Restore Network Defaults.
    I have also sent you via private message the steps to reset your printer back to factory defaults.
    If you are unfamiliar with how the Forum's private message capability works, this post has instructions.
    If neither of those clear the password, please call our technical support at 800-474-6836.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Using weblogic as web server for Enterprise Manager can someone pls help?

    hello,
    can i have your help on this?
    i want to use Weblogic as web server instead of apache in the structure of Enterprise Manager 10g R3?
    have any of you try this? can someone please provide me some link related to how to configure Weblogic as web server for Enterprise Manager.
    Many thanks in advance
    Cheers,
    Cosmin

    You'll probably have better luck posting in the Enterprise Manager forum:
    Enterprise Manager

  • Using Weblogic as web server for Enterprise Manager 10g R3?

    hello,
    can i have your help on this?
    i want to use Weblogic as web server instead of apache in the structure of Enterprise Manager 10g R3?
    have any of you try this? can someone please provide me some link related to how to configure Weblogic as web server for Enterprise Manager.
    Many thanks in advance
    Cheers,
    Cosmin

    Im dont think its possible to do this with enterpise manager (Dbcosole), It might be possible with GRID .. have a look here
    http://www.oracle.com/technology/products/wag/index.html

  • Apache Web Server for Content Server 6.4

    Hi!
    I have installed the SAP Content Server 6.4 with a SAP DB instance (MaxDB 7.6.0) on SuSE Linux Enterprise Server 9 (32bit-Version). I've also installed Apache Web Server 2.0.49 via yast.
    When i am trying to access the server through csadmin in the Knowledge Warehouse, i get the following error message:
    Error in HTTP-Access:  IF_HTTP_CLIENT->RECEIVE 1
    ICM_HTTP_CONNECTION_FAILED
    The Content Server's database is online and the Apache is running, but when i prompt the command
    apache2ctl fullstatus (or apache2ctl status, respectively)
    it says:
    Object not found!
    The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
    If you think this is a server error, please contact the webmaster.
    Error 404
    localhost
    The linux-version is 2.6.5-7.244-smp
    SuSE-version is SLES 9 (i586), Patchlevel 3
    I am pretty new to Linux and Apache, so i really do appreciate any kind of help!
    Thanks a lot!
    best regards, TW

    Hi. Did you figure this out ? I have the same error and the only difference is I am using apache on Solaris.  I found the file /sapcs/apache/2.0.59/logs/error_log. From some trial and error, it looks like in the home dir of apache is in /sapcs/apache/2.0.59/htdocs but in csadmin the field 'http script' doesn't like relative addressing. ( I put in ../modules/mod_sapcs.so ) and it still didn't like it. I ended up creating a softlink in htdocs that point back to the modules directory. Now I get other issues ( can't create the content repository from csadmin - get http: 405 method not allowed ).

  • Install Apach web server and Tomcat

    Is it possible to install Apach web server and Tomcat into Oracle Application Server?
    If possible, which way is the best? People said that I would better install Apach web server and Tomcat in Redhat.
    If you know the answer, would you mind give me the answer or document link?
    Thanks

    Tomcat is just a servlet engine. Oracle Application Server already includes a servlet engine. Apache is a default component too.

Maybe you are looking for

  • Is Intel GMA X3100 graphics enough?

    Does anyone know if the updated MacBooks with the Intel GMA X3100 graphics processor now supports some of the build transitions that were previously unavailable (burn, flash etc...) Thanks

  • Problems sharing MacbookAir ethernet internet to Ipad

    The overall process for sharing my MacbookAir ethernet internet to my IPad and my mobile phone is troublesome.Basically I have to literally activate/deactivate the "Internet sharing" box under System Preferences/Sharing several times before I can get

  • Calendars lose events

    Why has iCal suddenly lost most of my events? How can I restore them?

  • EIT: Setup in Self Service

    Hi I have set up an Extra Person Info EIT and displaying it in Self Service. All the fields that are displayed are text fields. Is it possible that I can make some the fields as text boxes. or is there any way I can personalize the DFF to achieve tha

  • I want to open document with image/vnd.djvu

    Hi I am trying to open a document that requires djvu browser plugin.pkg.  I tried to download but the mac did not allow it?