we have developed a shiny dashboard. It is a combination of flexdasboard and shiny app. The dashboard was implemented on shiny server (free version, see below for more details).
The dashboard works fine on chrome, firefox, edge and internet explorer when accessing it through 'servername:3838/dashboard'.
However, when we try to access the dashboard through 'https://dashboard.company.com:3838/dashboard' it works on chrome, firefox and internet explorer but not on edge.
Any ideas where the problem could be?
Below are some details on the system we use.
Thanks
Thomas
Redhat Enterprise Linux Server release 7.2(Maipo)
Shiny Server v1.4..4.801" "Node.js v0.10.46"
R Version 3.2.2
Shiny Package Version 1.0.5
Related
I recently upgraded to 5.3.301 version of azure service fabric runtime on my local developer machine. Then I uninstalled it and tried to go back to previous version of 5.1.163. It seems that I can not go back because the web platform invoker no longer has the previous version (5.1.163) listed as one of the options.
Is there a way to go back to previous version of service fabric runtime? If so, how?
These are the links. Install in this order:
Runtime:
http://download.microsoft.com/download/C/9/6/C9680A4C-291F-4A6F-B699-26FF704577BA/MicrosoftServiceFabric.5.1.163.9590.msi
SDK:
http://download.microsoft.com/download/C/9/6/C9680A4C-291F-4A6F-B699-26FF704577BA/MicrosoftServiceFabricSDK.2.1.163.msi
VS Tools:
http://download.microsoft.com/download/E/7/6/E76A0B84-6DAB-4734-85E2-5912A1130FB4/MicrosoftAzureServiceFabricTools.VS140.en-us.msi
"I need this for version 2.4.164"
I don't have direct link for 2.4.164 but the web installer seems to have it:
http://www.microsoft.com/web/handlers/webpi.ashx?command=getinstallerredirect&appid=MicrosoftAzure-ServiceFabric-VS2015-2_1
Go to products tab then search for "fabric" query and you will get a choice between 2.4.164 and 2.5.216
I am getting a strange error when I try to login to the CRXDE Development Environment. Through the browser, CRXDE Lite is working fine.
Could not connect. Please check your connection settings.
I have downloaded the setup from the following link and tried to run all three Mac compatible version but all versions throwing the same error. Does anyone know the solutions?
https://docs.adobe.com/content/docs/en/crx/2-3/developing/development_tools/developing_with_crxde.html
I have OS X Yosemite (Version 10.10.5)
Localhost address is http://localhost:4502
AEM Version: 6.2
User Name: admin
Password: admin
CRXDE is deprecated and should not be used. The product was a fork of Eclipse made specifically for CQ. You should use the latest version of Eclipse with the AEM plugin instead.
You can also use IntelliJ if that is your IDE of choice.
I am working on a project which needs PhantomJS for scraping ajax content. It is working pretty well in my local pc which has Windows 8.1 OS and using apache local server. I got a shared server for running this project remotely. The shared server has CentOS 6.2. When I am running phantomjs it is asking for fontconfig and freetype libraries but it is not possible to install it on a shared server. Is there any way to do it? Is there any alternative to PhantomJS?
PhantomJs is a Headless Browser and you can find the list of Headles Browsers in the link:
Headless Browser and scraping - solutions
It wasn't totally clear from the developer site but can I use the API access with the self-hosted version of Quickbooks enterprise (on a Linux server in this case)? I see APIs for the cloud version and section on the desktop version but nothing about the server installed version.
No. You will need to use the QBXML SDK to access QB desktop data.
The integration will have to run on one of your Windows clients, not directly on the Linux machine. The Linux machine just hosts the data file, it doesn't really do anything else beyond that.
I'm trying to get .asp pages working on Windows Internet Information Server 6.0 on Win XP Pro (I originally mistakenly posted this as Home).
I found instructions in several places that say I should enable it in the Web Services Extension folder.
Problem is that my IIS6 doesn't have that folder under the local computer.
Update: I tried getting it to work with IIS5 but (as noted below) the instructions call for a WSE folder that isn't present.
So I installed IIS6. Hence my question is about IIS6.
Do I perhaps need to uninstall IIS6
IIRC XP has IIS 5.1, not 6.0, so the instructions for "Web Services Extension" do not apply
I recall IIS 5.1 only allowing ASP support on a virtual folder, not on the root level for some reason?
Have you run the IIS lockdown tool and locked out ASP? Need to undo that :-)
Check http://www.codinghorror.com/blog/archives/000329.html for other hints