Forum Discussion
Websphere Portal and webmaster access error
Dear all
I had Virtual Server 172.16.80.72 with pool 3 APP Webshpere 172.16.85.71:10039,172.16.85.72:10050, 172.16.85.73:10050. VS's irule redirect from http://172.16.80.72 to http://172.16.80.72/wcs/portal. After configuration, client access it well but webmaster has few complaints. After login to admin website, admin interface broken icons. When click the tab for system administrator, error message display "Google chrome could not connect http://172.16.80.72:10050/wcs/myportal". I want to use VS replace the edge server 172.16.80.32. If click the tab for system administrator on 172.16.80.32, access link is http://172.16.80.32/wcs/myportal. How to resolve problem ? I need config on F5 or request webmaster config for http response from server app to F5 auto change the service port from 10050 to 80.
Best Regard
Hi!
An attempt to solve the faulty redirects could be to set redirect rewrite to all in the http profile options.
In regards to the broken images, have you checked in ie the developer console of chrome which host and uri they have and which status code, if any?
/Patrik
- vhv84_96225Nimbostratus
Sorry attach fail
- vhv84_96225Nimbostratus
Dear Patrik
I see Script5022: Error with xpath expressionTypeError: Unable to get property 'evaluate' of underfined or null reference.
Thanks
Hi!
I guess the error above can be a result of failed http requests. Do you see any such things in the network part of the developer console?
Did you try altering the http profile?
Hi!
I guess the error above can be a result of failed http requests. Do you see any such things in the network part of the developer console?
Did you try altering the http profile?
- vhv84_96225Nimbostratus
Hi Patrik
i had changed the HTTP profile with Redirect Rewrite from None to All. But my connect auto redirect from http://172.16.80.72/wps/portal to https://172.16.80.72/wps/redirect. It is not working. i want to change http://172.16.80.72:10050/wps/portal to http://172.16.80.72/wps/portal on F5. VS is using Source nat address : Auto map. How to config irule change http request from http://172.16.80.72:10050/wps/portal to http://172.16.80.72/wps/portal ?
Best regards
I assume you have a separate virtual server for port 80 then.
Try adding this rule:
when HTTP_RESPONSE { if { [HTTP::is_redirect] and [string tolower [HTTP::header Location]] contains "/wps/portal" }{ HTTP::header replace Location "http://172.16.80.72/wps/portal" } }
/Patrik
- vhv84_96225Nimbostratus
Dear Patrik
Your irule is not working.
I have new idea. I had created 2 new virtual server VS_01 172.16.80.72:10050 (member 172.16.85.72:10050 and 172.16.85.73:10050) and VS_02 172.16.80.72:10039 (member 172.16.85.72:10039). Then I can access to system administrator tab on administrator interface. But link display is http://10.64.80.72:10050/wps/myportal or http://10.64.80.72:10039/wps/myportal. My webmaster don't want to show it. He want to it display http://10.64.80.72/wps/myportal.
How to config rewrite for it ?
- Cory_50405Noctilucent
You can modify your virtual servers to listen on whatever port you like (80 for example). Just specify the pool members assigned to those virtual servers to be defined on your 10050 or 10039 ports. The LTM will perform the translation for you. You don't need an iRule for this.
So the client will connect to the virtual server 172.16.80.72 on port 80, and the LTM will translate that to 172.16.85.72 and .73 on port 10050. Make sense?
- vhv84_96225Nimbostratus
Dear Cory I had created 3 VS: - VS01 172.16.80.78:10039 with member 172.16.85.71:10039 - VS02 172.16.80.79:10050 with member 172.16.85.72:10050 - VS03 172.16.80.80:10050 with member 172.16.85.73:10050 The last, I create the VS_web 172.16.80.72:80 with 3 member is VS01, VS02, VS03. But fail connect to 172.16.72.80. I config auto-map on VS_web. Do my config wrong ?
Best Regards
- Cory_50405NoctilucentIf your three pool members are setup on their proper ports (10050 and 10039) then this configuration should work. Please post your virtual server and pool configurations
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com