I am trying to set up an IIS server as a reverse proxy to VLF_one.
I can add and run a rewrite rule from localhost to localhost:8080 to serve the default LANSA pages and also add rewrite rules to other servers.
When I add a rewrite rule to any VLF_One URL I get a blank page. No error but no VLF-One.
VLF-One URL = //localhost:8080/LANSAG14/DEM/uf_oexec.html?Lang=ENG&FrameworkID=VF_VLFONE_SYSTEM&Material=Y&Desktop=Y
Any suggestion?
Thanks, Nic
VLF-One IIS Reverse proxy(SOLVED)
Re: VLF-One IIS Reverse proxy
Clear your browser cache.
Record a Fiddler trace of a start up to the blank page.
Check the trace to see what is happening under the covers.
If the problem is not found post the trace to the forum.
Record a Fiddler trace of a start up to the blank page.
Check the trace to see what is happening under the covers.
If the problem is not found post the trace to the forum.
Re: VLF-One IIS Reverse proxy
Also check that the {querystring} is getting rewritten in full as well.
Re: VLF-One IIS Reverse proxy
Fiddler trace attached for rewrite rule to VLF-On URL
- Attachments
-
- Fiddler.zip
- (5.29 KiB) Downloaded 1191 times
Re: VLF-One IIS Reverse proxy
The Fiddler trace looks pretty odd to me.
Could you describe in more detail what you are trying to do?
Could you also screen shot (or send the underlying IIS XML definition file) of the rewrite rule you have set up in IIS?
Could you describe in more detail what you are trying to do?
Could you also screen shot (or send the underlying IIS XML definition file) of the rewrite rule you have set up in IIS?
Re: VLF-One IIS Reverse proxy
These may be relevant here?
https://docs.lansa.com/14/en/lansa048/i ... 8_2915.htm (option 2)
If the redirect file was named index.html I think it would become the default.
And also - viewtopic.php?f=3&t=1646&p=3821
https://docs.lansa.com/14/en/lansa048/i ... 8_2915.htm (option 2)
If the redirect file was named index.html I think it would become the default.
And also - viewtopic.php?f=3&t=1646&p=3821
Re: VLF-One IIS Reverse proxy
Thanks for the help.
I used the technique at
https://docs.lansa.com/14/en/lansa048/i ... 8_2915.htm (option 2)
works great.
I used the technique at
https://docs.lansa.com/14/en/lansa048/i ... 8_2915.htm (option 2)
works great.