Results 1 to 3 of 3

Thread: Port is getting appended to Virtaul host

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    3

    Default Port is getting appended to Virtaul host

    Hi,

    We deployed a Spring Based application on Oracle 10.1.2 Application server in a clustered environment and it is working fine with http:<host>:<port>/<application-context>/<view-name>. We configured virtual host for the same and the first page with action type "GET" is working fine where user name and password will be entered. Once the User Name and password entered, on Submit it is appending the port to the virtual host along with <application-context> and <view-name>

    Eg.
    Initial Request is
    http://home.office.com/CC/login.htm
    on submission after entering the user name and password it is becoming to
    http://home.office.com:7777/CC/customersearch.htm


    When we remove the port number from above URL it is working fine with expected results.

    What has to be done in this context to resolve the issue?

    Please post the details and if you have any further questions get back to me.

    Thanks in Advance
    Srikanth

  2. #2
    Join Date
    Jul 2006
    Posts
    3

    Angry Anybody?

    Did any one deployed the Spring application on Oracle 10gAS and configured Virtual host?

  3. #3
    Join Date
    Jul 2006
    Posts
    3

    Default It is working with HTTPS URLs

    It is working with HTTPS URLs but still the port is getting appened with Virtual Host.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •