HTTP 403 u2013 Forbidden

Hi,
I have received u2018HTTP 403 u2013 Forbiddenu2019 error in quality system for some user when accessing BSP page. But it is working fine with some people?
May I know the possible reasons for this error code?
Regards,
...Naddy

Hi,
Check this link. I hope this will help you.
[http://www.checkupdown.com/status/E403.html|http://www.checkupdown.com/status/E403.html]
Salil

Similar Messages

  • Form based authentication HTTP 403 access forbidden in WL 8.1

    Hi there..
    I found following message posted in April-2004 by Sandeep very useful.
    I also ended up getting the following HTTP 403 Forbidden access error while using Pageflow controller and Form based authentication.
    I noticed 2 things. If you have a normal webapp A, which is a plain old webapp (which does not use pageflow..workshop etc..) then the following error does not occur.
    It only happens with those webapps which utilizes WL 8.1's pageflow features. Note that I am not using nested page flows. I just used 1 pageflow controller and wanted to have the form based login feature for the same.
    BEA's samples on form authentication talks about nested page flows and javax.security.auth.login.FailedLoginException and etc.. are they only applicable to nested pageflows?
    can't I use the same to capture failed login exception within a single controller?
    I tried out putting FailedLoginException exception-handler in Global.app file but it didn't catch it. Only the following work around worked. is this a bug in WL 8.1 workshop? or I am missing something.
    I would appreciate if someone can clear this doubt.
    I am using WL 8.1 with sp3.
    Rajesh
    Hey guys,
    I could find the solution for my problem. Here it is
    We need to add following lines of code in the erro.jsp page.
    <form action"j_security_check>
    ....write the error mesage....
    </form>
    You will get rid of "403 Forbidden page" error.
    Thanks,
    Sandip
    [email protected] (Sandip Atkole) wrote in message news:<[email protected]>...
    I am trying to set up Form-Based Authentication on WebLogic 8.1
    The Problem:
    If the user provides correct userid/password, he gets access to the
    protected resource as required, but if he provides incorrect
    userid/password, he gets a 403 Forbidden page, instead of getting the
    login failure page.
    The Descriptors:
    WEB.XML
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>/Login.jsp</form-login-page>
    <form-error-page>/LoginError.jsp</form-error-page>
    </form-login-config>
    </login-config>
    Why doesn't it redirect to "/LoginError.jsp" instead of showing the
    403 Forbidden page?
    Thanks in advance
    Sandip

    It seems like a bug. However when I explicitly reset the error using set status it worked for me. I added following code in my error jsp .
    <%     
         response.setHeader("conent-type","text/html");
         response.setStatus(200);
    %>

  • HTTP 403 Error in AS2 Connection

    Hi,
    Would really appreciate some inputs on this one. Just to give a background, we're tying to establish an AS2 connection between us and a 3rd party.  The 3rd party tried to send a test message using our connecton details, but they got an HTTP 403 Error - Forbidden when trying to send a message.
    I have confirmed the following:
    - All the certificates (AS2 certificate, SSL, etc) needed for this has been uploaded in the 3rd party's system.
    - The firewall has be opened for the 3rd party's sending IP address.
    - We have also uploaded the 3rd party's certificates to our system.
    - I checked the destination url of the message, and it seems that it is up as well.
    As I am not very familiar and new to AS2, I'm currently stuck and running out of possible options.
    Is anyone familiar with this? And, a possible cause and solution?
    Thanks a lot!

    Hi Ivan,
    Actually, we have verified our AS2 ID that is set up in the 3rd party already, and it should already be the expected one. Although, I think I will need to ask them the full details already.
    I also tried the tool you gave (was helpful btw), and it seems that I was able to send a message successfully to the 3rd party. This was the log:
    OUTGOING TRANSMISSION TO ... Originator: ... Recipient: ... Signature: on Encryption: on Compression: off MDN Requested: Asynchronous: http://localhost:8080/AsyncMDN.aspx MDN Signature: on Transmission was successful. -TIMESTAMP Tue, 14 Jul 2009 13:03:20 +08:00 [1247547800343]- Verification of receipt is pending an asynchronous MDN.
    The problem is as this software is on my localhost. I'm not sure if it is practical to have the 3rd party test and send to this  other connection for this dummy server as this won't be used anyway in the planned implementation.
    So I guess the conclusion that I got from this is so far, the configuration that I currently did on the actual connection is supposedly to be correct, and that the problem is on the 3rs party's side? Is that right?

  • HTTP Error 403.16 - Forbidden, Your client certificate is either not trusted or is invalid.

    Dear Experts,
    I have tried mutual authentication with sample website as per below link:
    http://itq.nl/testing-with-client-certificate-authentication-in-a-development-environment-on-iis-8-5/#comment-19427
    1. Created a Root certificate, client and server certificate based on this root certificate by using Makecert command as per below link:
    2. Import these certificates in Trusted Root Certification authority of both the stores (Local and Current user)
    3. Created a sample website with HTML page
    4.Hosted this website in IIS with HTTPS binding and selected the above server certifcate
    5. Enabled "Require SSL" and selected "Require" under SSL settings of website
    6. Exported the client certificate in base64 format --> Edited in notepad --> made the key into single line
    7. Placed the above key under Configuration editor --> system.webServer/security/authentication/iisClientCertificateMappingAuthentication --> one to one mapping with user credentials.
    8. I tried to access the website
    But, I ended with below error :(
    HTTP Error 403.16 - Forbidden
    Your client certificate is either not trusted or is invalid.
    Detailed Error Information:
    Module    IIS Web Core
    Notification    BeginRequest
    Handler    ExtensionlessUrlHandler-Integrated-4.0
    Error Code    0x800b0109
    Requested URL    https://localhost:443/
    Physical Path    E:\SampleRoot
    Logon Method    Not yet determined
    Logon User    Not yet determined
    Could you please let me know what I missed here.
    Note:
    I am using windows8, IIS8.0.
    Thanks in advance.
    Regards,
    M. Prasad Reddy.

    Hi Prasad,
      As per this case, I have been shared the corresponding details below
      1.First of all,make sure that you import the certificate whether it belongs to Trusted RootCertification or not .
        If that is the case ,Goto Microsoft Management Console (MMC), open the Certificates snap-in. 
        For instance, the certificate store that WCF is configured to retrieve X.509 certificates from, select the Trusted RootCertification Authoritiesfolder. Under the Trusted Root Certification Authorities folder, right-click the Certificatesfolder,
    point to All Tasks, and then click Import.
      2.you configured the server certificate as well, But check the client certificate whether have root certificate or not by following command?
    makecert -pe -n "CN=SSLClientAuthClient"
             -eku 1.3.6.1.5.5.7.3.2 -is root -ir localmachine -in WebSSLTestRoot
             -ss my -sr currentuser -len 2048
      3. Also check the Service Certificate whether its configured on the WCF Service side
      4.Make sure that you followed all the steps are done correctly from your given referred link below
    http://itq.nl/testing-with-client-certificate-authentication-in-a-development-environment-on-iis-8-5/#comment-19427
      5.Besides, please try to set the require SSL as ignore to see if you can access the website.
    If the above details cannot able to resolve this issue, please post your config file here.

  • Web Dynpro Application - HTTP 403 - Forbidden

    Hi All,
    We have created one application in Dev. environment. And it is working fine here.
    But when we transport it to the QA system, we are getting 403 forbidden error.
    What has happened?
    URL http://<server name>:8000/sap/bc/webdynpro/sap/ZGFS_JEWD/ call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system FQ3 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:lnxeccq1_FQ3_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    Any help would be appriciated.
    TIA
    Amit
    Edited by: Amit on Feb 1, 2010 2:38 PM

    Hi,
    When  you transport your WebDynPro App to QA system or even Production, you need to manuallly activate the Service in transaction SICF.
    goto SICF, execute for Hierarchy Type: "SERVICE"  --> default_host->sap->bc->webdynpro->sap->
    look for your Application Name here & right clik & Activate it.
    your application will work fine then.
    PS: If you donot have the authorization, have someone from Basis activate the Service.
    Thanks,
    Phani
    Edited by: Phani Rajesh Mullapudi on Feb 1, 2010 7:36 PM

  • WL 5.1 and IIS - HTTP Error 403 - Access Forbidden problems

    I'm trying to hook IIS up to the evaluation version of WebLogic Server 5.1
    that I installed...
    I followed the instructions that I found on the Installing the Microsoft-IIS
    (proxy) plug-in page. I then copied HelloWorld.jsp into the
    d:\weblogic\myserver\public_html directory, and tried to bring it up in a
    browser by typing in localhost/HelloWorld.jsp. At this point, I got the
    following error:
    ** Begin error message **
    HTTP Error 403
    403.1 Forbidden: Execute Access Forbidden
    This error can be caused if you try to execute a CGI, ISAPI, or other
    executable program from a directory that does not allow programs to be
    executed.
    Please contact the Web server's administrator if the problem persists.
    ** End error message **
    I then tried adding a virtual directory called public_html to my default Web
    site. This didn't help. I even tried creating a directory called public_html
    inside public_html, setting execute privilages on it, and putting a copy of
    HelloWorld.jsp in there. This allowed me to type
    localhost/public_html/HelloWorld.jsp into my browser, and to see the JSP
    source code!?#...
    This is what my iisproxy.ini file looks like (It lives in d:\weblogic):
    ** Begin iisproxy.ini **
    # This file contains initialization name/value pairs
    # for the IIS/WebLogic plug-in.
    WebLogicHost=localhost
    WebLogicPort=7001
    WebLogicCluster=
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    ** End iisproxy.ini **
    Any suggestions/help from someone who's done this before would be greatly
    appreciated. We can't run/evaluate the product before we can crawl and walk.
    Cheers...
    Dave Bruzzone
    WebCredenza, Inc.

    Thr problem is that you must set Execute rights to the IIS web at the
    Configuration settings (exactly as seen in the documentation).
    "Davide Bruzzone" <[email protected]> ha scritto nel messaggio
    news:8iubob$mgp$[email protected]..
    I'm trying to hook IIS up to the evaluation version of WebLogic Server 5.1
    that I installed...
    I followed the instructions that I found on the Installing theMicrosoft-IIS
    (proxy) plug-in page. I then copied HelloWorld.jsp into the
    d:\weblogic\myserver\public_html directory, and tried to bring it up in a
    browser by typing in localhost/HelloWorld.jsp. At this point, I got the
    following error:
    ** Begin error message **
    HTTP Error 403
    403.1 Forbidden: Execute Access Forbidden
    This error can be caused if you try to execute a CGI, ISAPI, or other
    executable program from a directory that does not allow programs to be
    executed.
    Please contact the Web server's administrator if the problem persists.
    ** End error message **
    I then tried adding a virtual directory called public_html to my defaultWeb
    site. This didn't help. I even tried creating a directory calledpublic_html
    inside public_html, setting execute privilages on it, and putting a copyof
    HelloWorld.jsp in there. This allowed me to type
    localhost/public_html/HelloWorld.jsp into my browser, and to see the JSP
    source code!?#...
    This is what my iisproxy.ini file looks like (It lives in d:\weblogic):
    ** Begin iisproxy.ini **
    # This file contains initialization name/value pairs
    # for the IIS/WebLogic plug-in.
    WebLogicHost=localhost
    WebLogicPort=7001
    WebLogicCluster=
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    ** End iisproxy.ini **
    Any suggestions/help from someone who's done this before would be greatly
    appreciated. We can't run/evaluate the product before we can crawl andwalk.
    >
    Cheers...
    Dave Bruzzone
    WebCredenza, Inc.
    [isapi2.gif]

  • OHS VirtualHost only SSL - redirect to equivalent of IIS HTTP Error 403.4 - Forbidden: SSL is required to view this resource

    Hi,
    I'm completely new to OHS and have been asked to ensure that a URL that goes to OHS should only be accessible on HTTPS, if accessed by HTTP it should go to the equivalent of IISs
    HTTP Error 403.4 - Forbidden: SSL is required to view this resource.
    As OHS is the frontend to our SOA installation we have specific files under /moduleconf/ for the virtualhosts, an example of one is below. 
    Can anyone give me any clues/best practice to only allow this VirtualHost to be allowed on HTTPS/SSL and to not redirect non SSL to SSL but to an error page like the equivalent mentioned above.
    Any guidance would be greatly appreciated.  Many thanks
    <VirtualHost *:443>
      ServerName testhub.example.com:443
      RewriteEngine On
      RewriteOptions inherit
      RewriteRule ^$ /osb/hub.asmx [NC,P]
      RewriteRule ^/$ /osb/hub.asmx [NC,P]
      RewriteRule ^/hub\.asmx$ /osb/hub.asmx [NC,P]
    <Location /sbinspection.wsil >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <Location /sbresource >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <Location /osb >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <Location /alsb >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <IfModule ossl_module>
      SSLEngine on
      SSLProtocol nzos_Version_1_0 nzos_Version_3_0_With_2_0_Hello nzos_Version_3_0
      SSLCipherSuite SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA,TLS_RSA_WITH_AE
    S_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA
      SSLVerifyClient none
      SSLWallet  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/host"
      SSLProxyEngine On
      SSLProxyWallet  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/host"
      SSLCRLCheck Off
    </IfModule>
    </VirtualHost>

    Use https://221.135.134.52/vodacts/
    That gives me a certificate error because the server doesn't send an intermediate certificate that chains to a build-in root certificate.

  • HTTP Error 403.14 - Forbidden

    I am running Vista Ultimate SP2 and Visual Studio 2008.  I am getting the following error and would like to know how to fix it and how to fix it so that I am not asked for admin privilages all the time.  I am the administrator,  Here is the error I am getting:
    Server Error in Application "DEFAULT WEB SITE/BALLOONSHOP"
    Internet Information Services 7.0
    Error Summary
    HTTP Error 403.14 - Forbidden
    The Web server is configured to not list the contents of this directory.
    Detailed Error Information
    Module
    DirectoryListingModule
    Notification
    ExecuteRequestHandler
    Handler
    StaticFile
    Error Code
    0x00000000
    Requested URL
    http://localhost:80/BalloonShop/
    Physical Path
    C:\inetpub\wwwroot\BalloonShop\
    Logon Method
    Anonymous
    Logon User
    Anonymous
    Most likely causes:
    A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
    Things you can try:
    If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
    Enable directory browsing using IIS Manager.
    Open IIS Manager.
    In the Features view, double-click Directory Browsing.
    On the Directory Browsing page, in the Actions pane, click Enable.
    Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
    Links and More InformationThis error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.
    View more information »
    Thank you for your assistace.
    LadyDee

    I don't know anything about IIS.
    "karan.manglani" wrote in message
    news:0370a1a7-67b6-4e02-a2d4-cee3f61d5555...
    > Thanks for the help David. Got it installed; however, i still have the
    > same problem that I had originally which is a problem with my default
    > document.
    >
    >
    >
    > HTTP Error 403.14 - Forbidden
    >
    > The Web server is configured to not list the contents of this directoy.
    >
    > Module: DirectoryListingModule
    >
    > Notification: ExecuteRequestHandler
    >
    > Handler: StaticFile
    >
    > Error Code: 0x00000000
    >
    > Requested URL: https://localhost:443/
    >
    > Physical Path: C:\Windows\Web
    >
    > Logon Method: Anonymous
    >
    > Logon User: Anonymous
    >
    >
    >
    > I am trying to set up Remote Desktop Web Access on my own domain. If I
    > browse to the application in IIS, the webpage is displayed; however, when
    > browsing to the actual site, I am forbidden. My default document is
    > enabled and has the following entries:
    >
    > Default.htm
    >
    > Default.asp
    >
    > index.htm
    >
    > index.html
    >
    > iistart.htm
    >
    > default.aspx
    >
    > All entries are inherited. I do not want to enable Directory Browsing. I
    > just want the app to open when I visit the domain. All help is greatly
    > appreciated!
    >

  • Invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden

    Boa tarde Srs,
    Estamos sem comunicação com todas as secretarias da fazenda no nosso ambiente produtivo. O XML de erro é o seguinte.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Verifiquei algumas configurações, de acordo com outras theads dos foruns mas não consegui solução (transação /nsicf, canais de comunicação etc).
    Nenhuma modificação está sendo feita no servidor, parou de funcionar hoje as 14 horas.
    Alguem já passou por problema semelhante?

    Andre,
    Se não foi alteração de infraestrutura (proxy, firewall, etc), pode ser o Certificado Digital utilizado na autenticação com a SEFAZ (client certificate).
    O erro seria HTTP 403.7 se não me engano, mas acho que vale verificar no Visual Admin a validade do Certificado Digital, Assim como verificar junto ao pessoal de infra se foi alterado algo ref. a proxy, etc.
    PS: A interface de assinatura digital funciona?
    []'s

  • HTTP 403 Forbidden error

    Hi,
    We are using Hyperion planning 11.1.1.3.
    One user is getting the following error when he is trying to access the workpsace.
    HTTP 403 Forbidden
    The website declined to show this webpage.
    Others users are able to access the workspace. So are there any settings on his PC that is preventing the workspace from being loaded.
    Both the SSL and non SSL URLs are giving the same error.
    Thanks.

    Is this a new installation or a small development installation that not many people have used? A 403 Error will be sent by Weblogic when it is in development mode and only allows 5 Unique IP addresses to connect and then subsequent connections receive a 403 Error; restarting the service would allow this user to connect if this were the case or if you connect with Firefox from that users PC it would confirm it.
    You can see a below thread of a similar issue and how to resolve if this is indeed the case:
    Re: Unable to open SmartView
    Regards,
    John A. Booth
    http://www.metavero.com

  • HTTP 403 - Forbidden.

    Hi Experts,
    Iam new to Web dynpro abap and doing one simple web dynpro application where i have created one view which is linked to table element on layout and having a data from table sflight. I have completed all the steps but its not showing the layout preview when iam checking its giving below mentioned error:--
    Service cannot be reached
    What has happened?
    URL http://dcbldev.dalmiacement.com:8000/sap/bc/wdvd call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system DD1 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:dcbldev_DD1_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    can anyone help me in this regard.
    Thanks in advance.
    Abhishek Pandey.

    Hi Abhishek, 
             There are some services required to be activated from Internet Communication Framework (SICF) for web dynpro. For more info on this, you can check the link below
    [ICF services for webdynpro|http://help.sap.com/saphelp_nw70/helpdata/en/46/d28dfa34bb12bee10000000a1553f7/content.htm]
    Best Regards,
    Manne.

  • Error HTTP: 403 - Forbidden

    Hi experts,
    I'm facing a problem that is: i've configured a scenario in Integration Builder to communicate with a party that has no authentication (user, password, keystore, etc). In this case, the communication channel only have the endpoint and the soapAction configured.
    When i execute the abap program on ECC, it communicates with the PI (7.31) to consume the service. But, i'm getting the error below:
    14.05.2014 19:23:03.676
    Informações
    SOAP: request message entering the adapter with user J2EE_GUEST
    14.05.2014 19:23:03.687
    Erros
    Failed to call the endpoint: Error in call over HTTP: HTTP 403 Forbidden
    14.05.2014 19:23:03.687
    Erros
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden
    14.05.2014 19:23:03.693
    Erros
    SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden
    When i consume the service by SOAPUI, it works correctly.
    Someone can help ?
    Best regards,
    Gustavo

    Hi Pradeep,
    In my case, the solution was to change the "hosts" file on the PI server .... our PI server is on AIX, and like on Windows, it has a hosts file, that converts a address name to ip ...
    A partner help us deploying the XPI Inspector on the server, it's a great tool to try to find the exactly problem.
    Regards,
    Gustavo

  • Getting HTTP 403 Forbidden error on deployed page in Weblogic 11g

    Hi There,
    My console is working fine and all the managed server are running fine on my WebLogic Server.
    How ever I am getting , this error "HTTP 403 Forbidden means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage."
    http://localhost:10001/welcome1
    (URL has changed here with sample URL)
    Do not understand where to start with, checked all the logs and no error is seen.
    When I give complete URL, it launches the page http://localhost:10001/welcome1/faces/adminlogin.jspx but when enter when enter credential, it again takes to Forbidden page.
    When you give wrong credential, it takes you to page where it says user name  or password is not correct.
    Server on which it is deployed - diagonistic log says;
    [NOTIFICATION] [] [oracle.adf.model.log.customizations.cpx] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: fbedf7c35e3ed90d:-6d221163:14cf94e90e0:-8000-0000000000000143,0] [APP: DocumakerAdministrator] [DSID: 0000KntSldf2fLCpJC_Aif1LFSPB000003] Found existing JUApplicationDefImpl instance for oracle.documaker.administrator.view.DataBindings.cpx
    Please help.
    thanks,
    -r

    In advance i am sending my weblogic.xml details, if that helps;
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
      <security-role-assignment>
        <role-name>valid-users</role-name>
        <principal-name>users</principal-name>
      </security-role-assignment>
      <session-descriptor>
        <cookie-http-only>false</cookie-http-only>
      </session-descriptor>
      <container-descriptor>
        <prefer-web-inf-classes>true</prefer-web-inf-classes>
      </container-descriptor>
        <context-root>DocumakerAdministrator</context-root>
        <library-ref>
            <library-name>adf.oracle.domain.webapp</library-name>
        </library-ref>
        <library-ref>
            <library-name>jstl</library-name>
            <specification-version>1.2</specification-version>
        </library-ref>
        <library-ref>
            <library-name>jsf</library-name>
            <specification-version>1.2</specification-version>
        </library-ref>
    </weblogic-web-app>
    I also check web.xml under  - \servers\dmkr_server\tmp\_WL_user\DocumakerAdministrator\w6i3rm\war\WEB-INF
    Hope I am looking at the right location just to confirm.
    <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/faces/ConfigurationUI</url-pattern>
          <url-pattern>/faces/ConfigurationUI.jspx</url-pattern>
          <url-pattern>/faces/EntitiesAbilitySetsUI</url-pattern>
          <url-pattern>/faces/EntitiesAbilitySetsUI.jspx</url-pattern>
        </web-resource-collection>
        <auth-constraint>
          <role-name>valid-users</role-name>
        </auth-constraint>
        <user-data-constraint>
          <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
      </security-constraint>
      <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/adfAuthentication</url-pattern>
        </web-resource-collection>
    Really frustrating...I might be missing someting.
    thanks,

  • HTTP 403 forbidden message on deployed web page

    Hi there,
    Since the day i have deployed my web application I am not able to login to the web page.
    I am  getting error HTTP 403 Forbidden, have permission to view the webpage.
    ideally it should have taken to login page and then asked for permission and so on...
    What I have done so far?
    1. Given all the roles to the said user.
    2. Under security relams I have changes the password and tried to login again. But no help.
    3. Ironically, there is no error generated under logs....strange !!
    4. Check weblogic.xml and web.xml file to user mapping with the server and its role. All looks fine.
    5. Downgraded IE from IE 9 to IE 8 in hope if that works fine  or that could be the reason.
    Screen shot of deployed web page is attached here;
    Any clue or suggestion on such issue?
    Any hep would be appreciated.
    thanks,

    Hi there,
    1. Its Documaker 12.4, I am using IE 9 for Web Server. While using Chrome the page is getting blanked out, that is yet another issue.
    2. Console, DocumakeAdministratorHelp,DocumakerDashboardHelp etc are working fine and loading correctly. Since beigning the Admin page is not working.
    3. Seeing the premission error I tried to give all the roles to Administrator in Weblogic Security realms, wanted to see if that works but I do not think with DD Only Security any changed would have reflected in actual file. [Role - Documaker Administrator, User- documaker Pwd - JMS pwd]
    I did tried to change password, to see if that works but it was not working even then. Still getting Forbidden error
    Then I also tried adding servlet alias to the default URL and see if it takes mr to login page; (screen shot attached)
    Why all other default page is working with the URL defined and DocumakerAdministrator not working?
    I see in the URL that it is taking to ADF control page, can that be looked for permission?
    Thanks,

  • Can't download via the direct link for IE (HTTP 403 Forbidden)

    Win7 Pro SP1 32-bit
    IE 10.0.9200.16635
    When I try to download/install from  http://get.adobe.com/flashplayer/ I get the "cannot contact reliable source", so I then tried the Direct link for ActiveX/IE:
    http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_ax.exe
    and I get a HTTP 403 Forbidden. I have also tried that link in Firefox and Opera, but all I get is an empty page. I've also tried with antivirus off, firewall off etc... no luck.
    BUT... If I try the second direct link(Plug-in/All other browsers)
    http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe
    it works in both IE, Firefox and Opera.
    Then I started up an old XP PC just to compare, and the download ActiveX version were succesful.
    Why doesn't the direct link for ActiveX work on my Win7 PC, regardless what browser I use?
    (I have never had any problems with updating/installing Flash Player before, on any computer including my Win7) 

    Maybe I was unclear: The "Direct Links" I referred to, ARE the offline installer links.
    The link Flash Player for ActiveX (Internet Explorer) doesn't work(forbidden access),
    but the link Flash Player Plug-in (All other browsers) works.
    BTW, is there perhaps any other URL to a offline installer, besides the one that doesn't work on my PC?
    (http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_ax.exe)
    Added screenshot of trying to download offline installer

Maybe you are looking for

  • Creating navigation button for an iWeb websites

    I have a website I created using the hosting company's templates. I'd like to create a new website using iWeb. Regarding the basic navigation buttons, there is one button that will say, "Services" that should bring you to the main services page and a

  • Percentage in Fiori Approve timesheet

    Hi Friends, We have implemented the FIORI timesheet entry and approval app. In timesheet approval, when Manager logs in it shows the subordinates timesheets for approval. All 3 employees entered the time for the same week Sep 1 - Sep 07 2014. But, fo

  • Keynote 6.5 Update

    HI I am running 10.10.1 and keynote 6.2.2 it keeps popping up saying there is an update available I go to the apple store and it says it has already downloaded? when it hasn't Does anyone have a work around for this? Matt

  • PC Video screen capture for AE importing?

    Does anybody know of a good screen capturing utility for the PC that I can import the files of into AE? Currently Im using Camstudio but the results Im getting are very poor and when I import them into AE it doesnt handle them very well at all (very

  • Bought new macbook pro from apple

    cant get my adobe creative suite to validate as a student because i have no order number? i need to do this ASAP or my 6 days will run out! help!!!