cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
345
Views
0
Helpful
1
Replies

Redirect URL on the same VIP

reglendi.xhango
Level 1
Level 1

Hi to ALL

I Have this situation

an css15500 Configured to redirect queries to port 7178 to three servers.

The CSS VIP is 192.168.1.55

the page on the servers to be opened is

http://192.168.1.55:7178/forms/frmservelet?config=test123

I need that when client request http://192.168.1.55 to open http://192.168.1.55:7178/forms/frmservelet?config=test123

or when a client reques http://192.168.1.55:7178

to open http://192.168.1.55:7178/forms/frmservelet?config=test123

Please let me know if someone has encountered this situation, any help will be apprichiated

Brgds

Reg

1 Reply 1

tim.metzinger
Level 1
Level 1

I suggest:

First, a redirect service with a redirect-url of "http://192.168.1.55:7178/forms/frmservelet?config=test123"

Then, a content rule listening on port 80, /*, forwarding to the redirect service.

Then, a content rule listening on port 7178, /*, forwarding to the redirect service.

Finally, a content role listening on port 7178, /forms/*, forwarding to the appropriate services.

This will ONLY work if there's no other content except forms/* to be served on port 7178, and no other content to be served on port 80.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: