WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Unable to Access Application From DMZ Secure Proxy Server Url

    Posted 05/06/15 03:02 PM
    I have installed WAS 8.5.5.I have also installed and configured DMZ secure proxy profile.I have copied CAR and targettree xml file to DMZ secure proxy profile.I am able to access Application from Application Server but unable to access from DMZ secure proxy server.
    It is giving me 404 error.

    For example :-

    http:\\Application_server_host_name:9080/snoop is accessible

    but

    http:\\DMZ_Secure_proxy_profile/snoop is not accessible it is giving me 404 error. 


  • 2.  Unable to Access Application From DMZ Secure Proxy Server Url

    Posted 05/07/15 05:20 AM
    Hi vivek,

       Troubleshooting the proxy server
    www-01.ibm.com/support/knowledgecenter/S...

    HTTP 404 (File not found) error received from the proxy server. Consider the following actions:


    • Update the virtual host. Ensure that the target application and routing rule are assigned to a virtual host that includes the proxy server listening ports (default: HTTP 80, HTTPS 443). Add the proxy server listening ports to the application, or routing rule virtual host, or use the proxy_host virtual host.

    • Enable proxy routing. Ensure that proxy routing is enabled for the web module of the application. Proxy routing is enabled by default, so if no proxy properties are modified, disregard this solution. Otherwise, see Customizing routing to applications for instructions on modifying the proxy properties   

    • YOU HAVE DONE ->Test direct request. Ensure that the target application is installed by making a request directly to the application server. If a response is not received, then the problem is with the application server and not the proxy server. Verify this case by going through the proxy server when you can receive a response directly from the application server.



      Hope this helps. Tell us if you need more support

    Regards
     


  • 3.  Unable to Access Application From DMZ Secure Proxy Server Url

    Posted 05/07/15 07:14 AM
    Hello Gabriel,

    Thanks for the information.

    I have verified all settings which are mentioned in your post and they look good.

    I am able to access Application server direct url and it is loading fine.

    But when I am trying to access Proxy server url,it is giving me 404 error.

    Kindly guide me to fix this issue. 


  • 4.  Unable to Access Application From DMZ Secure Proxy Server Url

    Posted 05/07/15 11:22 AM
    Vivek,

      Have you configure the environment?
     
      Configuring rules to route requests to web servers
      www-01.ibm.com/support/knowledgecenter/S...
     
      Request mapping
      www-01.ibm.com/support/knowledgecenter/S...
     
      Hope this helps. Tell us if you need more support
     
    Regards


  • 5.  Unable to Access Application From DMZ Secure Proxy Server Url

    Posted 05/12/15 11:53 AM
    Hello Gabriel,

    Thank you for the reply.

    This issue is resolved after making changes to port numbers.

    Someone changed the port number of DMZ secure proxy server.