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


Reply With Quote