Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFAJAX, CFCHART, Big IP and Reverse Proxies

New Here ,
Apr 13, 2011 Apr 13, 2011

We have encountered problems when migrate our CFAJAX and CFCHART pages to work with Big IP and Reverse Proxies.  

So the URL for our site is like this:

http://myapp.XXX.XXX.XXX/index.cfm

However the user uses different URL like this:

https://allapps.XXX.XXX.XXX/myapp/index.cfm

When user calls this URL, it will go through the Big IP and then the Reverse Proxy server.  The RP server is handling Single Sign on for us. 

We try to make our application especially those CFAJAX and CFCHART pages work without changing the code.  So we have made configuration changes to the Big IP and the Revere Proxy server so that the reference to the CFIDE and scripts folder in the code: /CFIDE/scripts/… is directly pointing to http://myappIP/CFIDE/scripts/....  However, even though all the script files under CFIDE are accessible through this way, we are seeing some very weird 404 errors in HttpWatch like following:

404 not found  https://myapp.XXX.XXX.XXX/CFIDE/scripts/ERROR

404 not found https://myapp.XXX.XXX.XXX/CFIDE/scripts/ajax/package/ERROR

I couldn’t find these ERROR files or folders anywhere under the CFIDE folder.  Does Coldfusion generate them on the fly?  Does anybody have a clue for this?

Any help is highly appreciated!  Thanks!!

TOPICS
Advanced techniques
741
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 25, 2011 Apr 25, 2011
LATEST

and that http became https automatically ?

I doubted that cf creates an error folder automatically, it could have been there before...

it could be the conf changes you had made. revert them back and see if that is the reason.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources