F5 Persistence

mtrottier

Well Known Member
Are there any Big IP F5 experts out there who can help me figure out why my URL changes to the server name of a load balanced OAS 10.1.3.5.0 server rather than retaining the F5 pool name?
Example:
The user gets to the login screen by typing in:
http://eoneweb:92/jde/E1menu.maf
and after typing in the user name and password and login in the user IE url address gets changed to:
http://erpapp2.stampinup.com:92/jde/E1Menu.maf?jdeowpBackButtonProtect=PROTECTED

I have attached some screen shots of our F5 configuration

Thanks.
 

Attachments

  • 169086-f5.doc
    199.5 KB · Views: 105
Try to check your httpd.conf file on your oas server. Which is the server name setted in this file?
gg
 
Do you mean the httpd.conf on each OAS server because they will have their own server name. Right?
 
Mike,

You shouldn't need to mess with the ServerName parameter in the httpd.conf. You can have Apache work with the F5 logical name by setting UseCanonicalName to Off in the httpd.conf. This will then use the host header passed from the browser's request and will not recode the url to the actual server name of the OAS node.
 
Back
Top